[Fix] PHP Fatal error: Can't load Horde/SessionObjects.php

Support/Development for PHP
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

[Fix] PHP Fatal error: Can't load Horde/SessionObjects.php

Unread post by scott »

Ever get this in your /var/log/httpd/error_log?

PHP Fatal error: Can't load Horde/SessionObjects.php, open_basedir restriction. in /usr/share/psa-horde/lib/Horde/IMAP/Tree.php on line 311

You might also get a 500 error. Its because of eaccelerator, and I think the way its handling paths. The fix is pretty simple, you just need to exclude Horde from its settings by adding the following to /etc/php.d/eaccelerator.ini

eaccelerator.filter = "!*Horde*"

Then restart apache, and test it by logging back in again. Problem should go away
Post Reply