From d190ca6f6750aed86f3b8523f23ea28860182990 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Tue, 29 Dec 2020 03:54:56 +0800 Subject: [PATCH] error reporting all --- include/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index a116deb0..6f0d1ccc 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1844,7 +1844,8 @@ function userlogin() { $Cache->setClearCache(1); } if ($enablesqldebug_tweak == 'yes' && get_user_class() >= $sqldebug_tweak) { - error_reporting(E_ALL & ~E_NOTICE); +// error_reporting(E_ALL & ~E_NOTICE); + error_reporting(-1); } }