PHP-Notice
-
Hi,
Since yesterday a plugin gives me a PHP notice in the frontend. In my wp-config.php WP_DEBUG is on false, but the warning is visible though. I did some research in the web and found some snippets. Now my code is like that:ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); error_reporting(0); @ini_set('display_errors', 0);
The warning remains. So I do not have any more ideas what to do… Has anybody suggestions?
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP-Notice’ is closed to new replies.