Step 1: Log into your CPanel account.
Step 2: Scroll down to Files and choose File Manager.
Step 3: Inside the public_html directory, find the wp-config.php file.
Step 4: Right-click on it and choose the Edit option.
Step 5: Inside the wp-config.php file, look for the following:
define('WP_DEBUG', false);
Step 6: Replace it with the following code:
ini_set('display_errors,''Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
Step 7: Click on Save Changes.
Leave a comment: