From f533fca184534fc6039db24614630e932749618c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 13 Apr 2010 18:12:10 +0200 Subject: [PATCH] We need a valid include path for loading the autoloader. --- horde/test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/horde/test.php b/horde/test.php index 50c6228f1..efa110729 100644 --- a/horde/test.php +++ b/horde/test.php @@ -27,6 +27,7 @@ function _hordeTestError($msg) /* If we can't find the Autoloader, then the framework is not setup. A user * must at least correctly install the framework. */ +ini_set('include_path', dirname(__FILE__) . '/lib' . PATH_SEPARATOR . ini_get('include_path')); if (!@include_once 'Horde/Autoloader.php') { _hordeTestError(sprintf('Could not find Horde\'s framework libraries in the following path(s): %s. Please read horde/docs/INSTALL for information on how to install these libraries.', get_include_path())); } -- 2.11.0