Why am I getting a Horde error message?
Print this Article
Comment on this Article
Last Updated:
August 29, 2008 10:02 AM
If you are running a version of PHP prior to 4.3 on your dedicated or virtual dedicated hosting server, Horde will not function correctly. The most common error message is "Fatal error: Failed opening required."
To correct this, you must specify the path separator by modifying the file "usr/share/psa-horde/lib/core.php."
Change the existing line:
ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR .
to the following:
ini_set('include_path', dirname(__FILE__) . ':' .