Fix: Forcage du niveau erreur sans E_NOTICE car Dolibarr n'est pas utilisable en mode full E_ERROR (On force donc au niveau par defaut de PHP) .
This commit is contained in:
parent
1cf6664a68
commit
9bebb4db75
@ -37,7 +37,7 @@ clearstatcache();
|
||||
|
||||
// Forcage du paramétrage PHP
|
||||
ini_set('mbstring.func_overload','0');
|
||||
error_reporting(E_ERROR && ! E_NOTICE); // Dolibarr n'est pas utilisable en mode full E_ERROR
|
||||
error_reporting(E_ALL ^ E_NOTICE); // Dolibarr n'est pas utilisable en mode full E_ERROR
|
||||
|
||||
// Test si install ok
|
||||
if (! @include_once("conf/conf.php"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user