diff --git a/service/web/index.php b/service/web/index.php index 817cb774f..4e4c720ed 100644 --- a/service/web/index.php +++ b/service/web/index.php @@ -23,7 +23,7 @@ // Debug Mode Setup if ($config['SUMA_DEBUG'] == true) { - $SUMA_ERROR_REPORTING = E_ERROR | E_WARNING | E_PARSE | E_NOTICE; + $SUMA_ERROR_REPORTING = E_ERROR | E_WARNING | E_PARSE; $SUMA_DISPLAY_ERRORS = 'on'; $SUMA_THROW_EXCEPTIONS = true; error_reporting($SUMA_ERROR_REPORTING);