• Resolved raphamonte

    (@raphamonte)


    Hi,

    This message appears when I try to activate the plugin after re-installation.

    Parse error: syntax error, unexpected T_STRING in […]/wp-content/plugins/rating-widget/rating-widget.php on line 5336

    […] = address hosting location

    WordPress = 3.9.1
    WooCommerce = 2.1.9
    Plugin = 2.0.6

    =================================

    //define('WP_RW___LATE_LOAD', 20);
    if (defined('WP_RW___LATE_LOAD'))
        add_action('plugins_loaded', 'ratingwidget', (int)WP_RW___LATE_LOAD);
    else
        $GLOBALS['rw'] = ratingwidget();
    endif;
    ?>

    https://www.ads-software.com/plugins/rating-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • same here…

    Plugin Author RatingWidget

    (@ratingwidget)

    The error happens because we’ve integrated or php SDK that is using namespaces which are only supported since php 5.3

    Don’t worry, we are working to resolve the problem ASAP, and the fixed version will be released tomorrow.

    since update have error, and require del folder and reinstall plugin to bring my site to work back

    actualy error at init api:
    ` // Init API.
    $rwapi = new \RatingWidget\Api\Sdk\RatingWidget (
    ‘site’,
    WP_RW__SITE_ID,
    WP_RW__SITE_PUBLIC_KEY,
    WP_RW__SITE_SECRET_KEY
    );`
    … will wait for new relise
    thnks for plug-in and support
    UPD:oh, thats fast =) thanks all working now

    Plugin Author RatingWidget

    (@ratingwidget)

    We’ve just released a fix for the namespaces issue. Please upgrade to version 2.0.7 and let us know if that worked:
    https://downloads.www.ads-software.com/plugin/rating-widget.2.0.7.zip

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Parse error: syntax error, unexpected T_STRING’ is closed to new replies.