• Resolved ericalynn

    (@butrflied)


    I’m getting a fatal error on activation:

    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /wp-content/plugins/eme-sync-facebook-events/eme-sync-facebook-events.php on line 132

    This is line 132 (I think):

    $event = (new FacebookRequest( $facebook_session, ‘GET’, ‘/’.$event_id, $fields))->execute()->getGraphObject()->asArray();

    My PHP version is 5.4.38

    Thanks in advance!

    https://www.ads-software.com/plugins/eme-sync-facebook-events/

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

    (@liedekef)

    If that’s the error, then your php is not 5.4.38 …

    Make sure that the php version used by your webserver (php module
    /compiled in statically/windows lib) is the correct one.

    Thread Starter ericalynn

    (@butrflied)

    Sorry you’re right .. my control panel said it was 5.4 .38 but phpinfo on that directory told a different story .. fixed .. thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error on Activation?’ is closed to new replies.