Set properly the error log
This commit is contained in:
parent
c1a4045505
commit
d42307d965
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue