• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP and PEAR Installation Paths

V

ViolaG

Guest
Hi

Please can you help?

I recently got a dedicated server with Plesk 9.2 installed (with GoDaddy). The installation includes PHP and PEAR. However, the PEAR on my website are not working. The problem is not with the website because it was working before I got the new server.

Please can you advise me about how I may be able to get the PEAR aspects of my website to work?

Thanks.

Viola
 
Yes, it did help. Thanks.

The problem was that there was an already existing vhost.conf file that contained an open_dir path. The problem was that open_dir and safe_mode don't work well together.

I added the line
Code:
php_admin_value safe_mode_include_dir /usr/share/pear
to the vhost.conf file and it now works.

Here's more reading (in case it helps someone else):

http://php.net/manual/en/ini.sect.safe-mode.php
http://kevin.vanzonneveld.net/techblog/article/use_pear_with_open_basedir_and_safe_mode_restricti/
 
Back
Top