Debug.php file not generating in wp-content folder

admin2025-01-08  4

i can able to connect to ftp/vs code. but our website not loading, so i used below code

We are using below code in wp-config.php file :

define( 'WP_DEBUG', true );
if (WP_DEBUG) {
 
        @error_reporting(E_ALL);
 
        @ini_set('log_errors', true);
 
        @ini_set('log_errors_max_len', '0');
 
        define('WP_DEBUG_LOG', true);
 
        define('WP_DEBUG_DISPLAY', false);
 
        define('CONCATENATE_SCRIPTS', false);
 
        define('SAVEQUERIES', true);
 
}

Still debug.php file is not generating. how to resolve the issue?

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736268223a1257.html

最新回复(0)