There’s a few issues with PHP 5.2.5 and the version of Horde that is bundled with Plesk 8.1.x and 8.2.x. The PHP include paths that appear in the Apache configuration generated by Plesk conflict with the PHP installation, and that causes the Horde webmail interface to segmentation fault.
To fix the problem, create a file called /etc/httpd/conf.d/zz050a_horde_php_workaround.conf and put the following inside it:
<DirectoryMatch /usr/share/psa-horde>
php_admin_value include_path "/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</DirectoryMatch>
Reload the Apache configuration and your Horde installation should work properly with PHP 5.2.5.
Credit for this fix goes to Kevin M.
3 Comments on “Fixing Horde problems in Plesk 8.1.x/8.2.x with PHP 5.2.5”
You can track this conversation through its atom feed.
Credit actually goes to Racker H.
This is just a ripoff of:
http://rackerhacker.com/2007/06/30/remove-all-open_basedir-restrictions-in-plesk/
That Kevin M. has no imagination.
Posted on November 28, 2007 at 6:45 pm.
For people who are still using ‘Plesk 7.5 Reloaded’ + php V5.2.5 , this fix works there too !
Thanks btw
Posted on May 9, 2008 at 4:22 am.
Cudos works like a charm.
Posted on September 25, 2008 at 8:50 am.