mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Better error message
This commit is contained in:
parent
322e8c921d
commit
28f657ea1d
|
|
@ -268,7 +268,7 @@ if (empty($dolibarr_strict_mode)) {
|
|||
define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root); // Filesystem core php (htdocs)
|
||||
|
||||
if (!file_exists(DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php")) {
|
||||
print "Error: Dolibarr config file content seems to be not correctly defined.<br>\n";
|
||||
print "Error: Dolibarr config file content seems to be not correctly defined (file ".DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php not found).<br>\n";
|
||||
print "Please run dolibarr setup by calling page <b>/install</b>.<br>\n";
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user