From beb192755d0d9daca2e2ea3f77c25fedd69cc097 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 5 Apr 2010 23:15:01 +0200 Subject: [PATCH] Print paths where we looked for the autoloader. --- horde/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.0