[ad_1]
Hello! I have a site where debug mode is turned on. No matter how I edit the wp-config to turn it of it is still in debug mode. This creates a lot of issues in the front end as it displays php notices errors. I have tried all kind of things like:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
Anyone that has solved this issue before?
[ad_2]
Can you search the entire code set? It might be being set to true again after you’ve set it to false.