Plug in Warning

by 3 replies
4
I am using wordpress and the thesis theme... I recently installed the "speed boost pack" plugin and now when I visit my site this appears at the top of my site...

Can anyone tell me how to fix this?

Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/wp-content/plugins/speed-booster-pack/inc/core.php on line 472
#programming #plug #warning
  • Try to comment the warning in plugin file.
  • [DELETED]
    • [1] reply
    • Is there any other plugin installed, if yes then deactivate all of them, and activate one by one, and watch if warning still persisting, might be a plugin conflicting.
  • Can you provide the source code of that error? Commonly, that error means that the foreach() statement if provided with data which is not an array.

    You can comment the line error but that could cause more error.

    My suggestion: If your not a programmer, you can try and look for a newer version of the plugin.

    Hope this helps. Best of luck.

Next Topics on Trending Feed

  • 4

    I am using wordpress and the thesis theme... I recently installed the "speed boost pack" plugin and now when I visit my site this appears at the top of my site... Can anyone tell me how to fix this?