• Jerome

    (@market4android)


    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

    https://www.ads-software.com/extend/plugins/gd-star-rating/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Milan Petrovic

    (@gdragon)

    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.

    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.””

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: GD Star Rating] Using W3TC, Upgraded WP to 3.3 And Site Went "BOOM!"’ is closed to new replies.