• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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