• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Horde/IMP Problem after PHP5 update

U

unixlibre

Guest
Hi,

I'm having a problem with Horde Webmail after updating php5 to 5.2.5. In the httpd-error.log file I'm having:

PHP Fatal error: require_once() [<ahref='function.require'>function.require</a>]: Failed opening required 'Horde/String.php' (include_path='/usr/local/psa/psa-horde:/usr/local/psa/psa-horde/pear:.') in /usr/local/psa/psa-horde/lib/Horde/Browser.php on line 3

Guess I broke one of the php-extensions, but have no idea about which one of them.

I'm running plesk 8.1.1 on FreeBSD 6.1. Any hint will be welcome.

Best regards.
 
My workaround was to append '/usr/local/psa/psa-horde/lib' to the php_admin_value include_path directive in /usr/local/etc/apache2/Includes/zz010.psa_httpd.conf.

I don't know why it worked fine before and broke after the upgrade. Algo ignore if sometime in the future this directive will be overwritten by plesk.

Best regards.
 
Hi,

We have servers running PSA 8.1.1 and PHP 5.2.4 without problems, another server we have to fix it by adjusting the php_admin_value include path.

Did swsoft bring out a hotfix patch for this problem?
 
it not work here, still with the problem. I'm using freebsd. I try the path /usr/local/psa/psa-horde/lib but still the problem... Say that it can't include the file.
 
Back
Top