Debug messages define('DEBUG', false);
Posted: 19 Jun 2020 00:32
conf.php
// Debug messages
define('DEBUG', false);
-------------------------------------------------
Does anyone know about the debug function
define('DEBUG', true);
If there is a problem, is it possible to use define('DEBUG', true) to open the debug log function, this function can record those logs, and at the same time where the logs are saved
// Debug messages
define('DEBUG', false);
-------------------------------------------------
Does anyone know about the debug function
define('DEBUG', true);
If there is a problem, is it possible to use define('DEBUG', true) to open the debug log function, this function can record those logs, and at the same time where the logs are saved