Nik_vr
Member
Posted 5 months ago #
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 792
http://wordpress.org/extend/plugins/gd-star-rating/
I will investigate this. Thanks for reporting.
Milan
This can't happen if the plugin is loaded properly. This class is loaded during plugin initialization, and before any plugin code is executed. I have tested with WP 3.3 (and 3.2.1) and it works fine.
Considering your error report where the function call is gdsrFront::rating_loader_elements_post(), you are doing something that is not supported. gdsrFront is class that can't have function called as static (that is :: in the function call), and that means that plugin didn't make the call here.
Milan