From: Jan Schneider Date: Mon, 5 Apr 2010 21:15:01 +0000 (+0200) Subject: Print paths where we looked for the autoloader. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=beb192755d0d9daca2e2ea3f77c25fedd69cc097;p=horde.git Print paths where we looked for the autoloader. --- diff --git a/horde/test.php b/horde/test.php index 87eb7c021..50c6228f1 100644 --- a/horde/test.php +++ b/horde/test.php @@ -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. */