Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[letoDMS v3.0 RC3 / RC4 / RC5] Check configuration after an installation
#3
In check.php file, line 74
Replace
PHP Code:
// Activate errors LOG
/*
TODO
ini_set("html_errors", 1); 
ini_set("display_errors", 1); 
ini_set("error_reporting", E_ALL); 
*/
ini_set("html_errors"0); 
ini_set("display_errors"0); 
ini_set("error_reporting"E_ALL & ~E_DEPRECATED); 

to

PHP Code:
// Activate errors LOG
ini_set("html_errors"1); 
ini_set("display_errors"1); 
ini_set("error_reporting"E_ALL); 
/*
TODO
ini_set("html_errors", 0); 
ini_set("display_errors", 0); 
ini_set("error_reporting", E_ALL & ~E_DEPRECATED); 
*/ 


Or get the last version of check.php and launche check.php?debug
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)