Frequently Asked Questions

Why I am getting a Horde error message?

Last Updated: March 9, 2006 5:03 PM

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__) . ':' .