Forums

GD Star Rating
Using W3TC, Upgraded WP to 3.3 And Site Went "BOOM!" (3 posts)

  1. Jerome
    Member
    Posted 5 months ago #

    Hi. This morning, I decided to upgrade my WP installation to WP 3.3, after being ensured by the plugin's developer that there were no issues with the plugin on a WP 3.3 installation. I am currently using W3TC and I have GD Star Rating's Cache Support enabled as instructed on the W3TC FAQ.

    When I upgraded my site to WP 3.3, the website pretty much just exploded right in front of my eyes. We had to completely restore from a backup, and roll back to WP 3.2.1 due to this problem.

    GDSR is DEFINITELY NOT compatible with WP 3.3 and W3TC combined.

    These are two errors I have in my PHP Error Logs...

    [19-Dec-2011 18:13:14] PHP Fatal error: Call to undefined function wp_gdsr_render_article() in /usr/{removed}/wp-content/themes/InReview/includes/postinfo.php on line 1

    [19-Dec-2011 19:29:04] PHP Fatal error: Call to a member function cached_posts() on a non-object in /usr/{removed}/wp-content/plugins/gd-star-rating/ajax.php on line 29

    http://wordpress.org/extend/plugins/gd-star-rating/

  2. Milan Petrovic
    Member
    Posted 5 months ago #

    This function wp_gdsr_render_article() is essential and loaded during plugin initialization. Something has gone wrong with the update due to cache plugin to cause this. I am using plugin on all my websites under WP 3.3 (with W3TC active) and I have no problems.

  3. Asad Nizamani
    Member
    Posted 1 month ago #

    Hi Milan can u please help me
    if (function_exists('wp_gdsr_render_article'))
    {
    wp_gdsr_render_article();
    }
    I had it set up so it wound grab the rating from a specific post but it's grabbing the rating for the newest post every time.
    For ex:
    if (function_exists('wp_gdsr_render_article')) {
    wp_gdsr_render_article(858, false);
    }

    I am trying to get the rating function from post number 858 but it's using the newest post.""

Reply

You must log in to post.

About this Plugin

About this Topic