Skip to content

Commit

Permalink
Make this message a bit more clear.
Browse files Browse the repository at this point in the history
At this point we already have been able to explicitly load the autoloader, so
libraries are there. Horde_Core may be missing or autoloading might not work
though.
  • Loading branch information
yunosh committed Oct 28, 2014
1 parent 856fd58 commit 012e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/lib/core.php
Expand Up @@ -55,7 +55,7 @@
/* Sanity checking - if we can't even load the Horde_ErrorHandler file, then
* the installation is all sorts of busted. */
if (!class_exists('Horde_ErrorHandler')) {
exit('Cannot find base Horde directories. Please reinstall Horde and/or correctly configure the install paths.');
exit('Cannot autoload Horde Core libraries. Please reinstall Horde and/or correctly configure the install paths. If you are using an autoloader cache, try to clear it.');
}

/* Default exception handler for uncaught exceptions. The default fatal
Expand Down

0 comments on commit 012e961

Please sign in to comment.