repeating warnings showing up in log
-
hello –
recently i have seen an alarming increase in my php log files, all saying the same thing:
[04-Jun-2014 04:02:13] PHP Warning: next() expects parameter 1 to be array, boolean given in /blah/blah/wp-includes/plugin.php on line 472
[04-Jun-2014 04:02:13] PHP Warning: current() expects parameter 1 to be array, boolean given in /blah/blah/wp-includes/plugin.php on line 468
i realize i could put one of these lines at the beginning of my index.php file:
error_reporting(0);
error_reporting(E_ERROR);but i would rather deal with the problem. short of rewriting the plugin.php, does anybody have any ideas what might be causing this? a rogue plugin perhaps?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘repeating warnings showing up in log’ is closed to new replies.