My website says critical error on website after add my custom code but there is no any line related my custom code in log file.There are only 2 repater lines and they are standard for my website, not big problems.
also Wordpress doesn't show error message on browser except "critical error...".
how can I detect the code problem?
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'SAVEQUERIES', true );
define( 'SCRIPT_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', true );
error_reporting(E_ALL);
ini_set('display_errors', 1);
question from:
https://stackoverflow.com/questions/65934860/there-is-no-any-line-related-the-error-but-it-says-critical-error 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…