diff --git a/support/init/init-script.php b/support/init/init-script.php --- a/support/init/init-script.php +++ b/support/init/init-script.php @@ -15,7 +15,7 @@ ob_end_clean(); } - error_reporting(E_ALL | E_STRICT); + error_reporting(E_ALL); $config_map = array( // Always display script errors. Without this, they may not appear, which is