• kalianey

    (@kalianey)


    Hi everyone,

    I have inserted manually the code if (function_exists('wp_gdsr_render_article')) { wp_gdsr_render_article($read_only=true);} on my index.php and it works fine.
    I use loop.php to display the next posts with an infinite scroll, but the plugin is returning an error when called from loop.php “Fatal error: Call to a member function render_article() on a non-object in /home3/aurovill/public_html/newradio/wp-content/plugins/gd-star-rating/code/fn/legacy.php on line 173”, and it’s breaks my infinite scroll if I don’t use the debug mode (return an Internal error 500 when calling admin-ajax.php)…

    Any idea of what is wrong? I don’t see any way of deactivating the legacy mode, and I don’t see why it’s working in index.php and not loop.php since it’s exactly the same code…

  • The topic ‘[Plugin: GD Star Rating] Gd star rating return an error with infinite scroll’ is closed to new replies.