• Resolved Sabine Jakubinek

    (@sjakubinek)


    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 244

    I 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)
  • Plugin Author Me

    (@cyberws)

    Thanks for the update.

    It is odd that error is occurring. I’ll look into patching that shortly. It is good to chase down those warnings.

    Thanks again and I’ll update this thread when I have made changes to the codebase.

    Thread Starter Sabine Jakubinek

    (@sjakubinek)

    Sorry for my late answer. It seems all is fixed now. Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP error log’ is closed to new replies.