Hello,
Sorry if this is not the right sub for this , but my website recently started displaying a PHP warning at the top and I’ve been unable to remove it. I’ve followed instructions from Divi (plug-in/ theme builder app I use) support and other sites saying to edit the wp-config.php file but nothing has worked. Hoping someone here might have advice while I wait for support to get back to me.
​
The error can be seen on all of my webpages at [www.sparkwealthadvisors.com])
First I was told to edit the following code in wp-config.php:
**define(‘WP\_DEBUG’,true);**
and replace “true” with “false” – but it already showed as “false”
Second I was told to replace this line all together with another 4 lines of code and that didn’t work either:
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
