buzzweb
Member
Posted 5 months ago #
Hello,
I have a problem with the last update of GD Star Rating to 1.9.12 i have these bugs : Warning: Invalid argument supplied for foreach() in wp-content/plugins/gd-star-rating/code/class.php on line 1761
Warning: Invalid argument supplied for foreach() in wp-content/plugins/gd-star-rating/code/class.php on line 1769
and my content not showing with a bug like this :
Fatal error: gdsrFront::rating_loader_elements_post() [gdsrfront.rating-loader-elements-post]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "GDgfxLib" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in wp-content/plugins/gd-star-rating/code/blg/frontend.php on line 804
Can you help me ?
http://wordpress.org/extend/plugins/gd-star-rating/
Something else is causing this. Class reported in this error is loaded before plugin is initialized and plugin would break during loading if the class is not there. Also, based on the first part of the error, this call was not made by plugin at all.
I have plugin (latest and previous) running on many websites, and some are on WP 3.2, some on 3.3 and all working. Can you disable all other plugins and enable them back one by one to find out which one is causing this?
Milan
andykrier@gmail.com
Member
Posted 5 months ago #
There seems to be a problem with W3 Total Cache. I deactivated every plugin, one by one, and this was the problem child.
buzzweb
Member
Posted 5 months ago #
I think the problem is coming from W3 Total Cache too, what can i do to make your plugin work with this plugin ?
Thank you in advance,
alexdigital
Member
Posted 4 months ago #
Hi Guys,
I had this problem but I found that emptying all your W3 Caches seemed to fix it for me..
buzzweb
Member
Posted 4 months ago #