From d42307d965300807e919bf1d57efcf00fd684bce Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 8 Sep 2015 12:04:31 +0200 Subject: [PATCH] Set properly the error log --- include/constant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/constant.php b/include/constant.php index 46c55bc1b..f59e68d28 100644 --- a/include/constant.php +++ b/include/constant.php @@ -123,6 +123,7 @@ define ('MAX_ACTION_SHOW',20); if ( DEBUG ) { error_reporting(2147483647); ini_set("display_errors",1); + ini_set(" display_startup_errors",1); ini_set("html_errors",1); ini_set('log_errors',1); ini_set('log_errors_max_len',0);