Forums

GD Star Rating
After update to WP 3.3 plugin not work. (3 posts)

  1. 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/

  2. Milan Petrovic
    Member
    Posted 5 months ago #

    I will investigate this. Thanks for reporting.

    Milan

  3. Milan Petrovic
    Member
    Posted 5 months ago #

    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

Reply

You must log in to post.

About this Plugin

About this Topic