Print paths where we looked for the autoloader.
authorJan Schneider <jan@horde.org>
Mon, 5 Apr 2010 21:15:01 +0000 (23:15 +0200)
committerJan Schneider <jan@horde.org>
Mon, 5 Apr 2010 22:16:53 +0000 (00:16 +0200)
horde/test.php

index 87eb7c0..50c6228 100644 (file)
@@ -28,7 +28,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. */
 if (!@include_once 'Horde/Autoloader.php') {
-    _hordeTestError('Could not find Horde\'s framework libraries. Please read horde/docs/INSTALL for information on how to install these libraries.');
+    _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()));
 }
 
 /* Similarly, registry.php needs to exist. */