• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

PHP Pear include_path vhost.conf problem

N

NateB

Guest
Seen lots of stuff around the net regarding Plesk Panel and PHP PEAR problems.

Created the vhost.conf file with the proper directives.

Ran websrvmng. Verified the inclusion of vhost.conf in httpd.include.

Restart webserver, check phpinfo(), and the include_path is still set to the previous value.

Any suggestions? What am I doing wrong? HELP!!!!. Have several old scripts using PEAR functions that now magically don't work.

And...WHY is PEAR so fubar in plesk? (don't answer)
 
Doesn't work.

I've seen the php_admin_value using two different syntaxes.

One with quotes around the value, your link without quotes.

Neither works.

I have Safe Mode disabled in the main php.ini file.
 
For now, I've solved the problem setting the include_path in php.ini.

Would still like to know how to get the per host config directives to work though.
 
Hello,

Please make sure that you are referencing /usr/share/psa-pear not /usr/share/pear
 
Back
Top