PHP error log
-
Hi!
I’ve looked into my php error log and it had many lines with an error like this one:
[03-Nov-2016 10:59:37 UTC] PHP Warning: Invalid argument supplied for foreach() in […]\wp-content\plugins\cleverwise-phpbb-statistics\index.php on line 244I solved it by replacing “isset” in line 242 with “is_array” and all is working fine now, but I guess this wasn’t the proper solution.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP error log’ is closed to new replies.