• Resolved elduderino

    (@andiemacht)


    Hi and thanks for the extremely quick answer on my last request. Didn´t expect that. I cant verify what solved the prob, but it is solved.

    That made me try to use eme-sync-facebook-events in multisite mode. And when activate the plugin on all sites it occurs that all subdomains show the following error:

    Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(‘ in /homepages/3/d434234131/htdocs/pph-net/wp-content/plugins/eme-sync-facebook-events/eme-sync-facebook-events.php on line 45

    I even cant load the dashboards of the subdomains. The main domain works without problems so far.

    I cant reconstruct what the reason for this error could be. Do you have an idea? And espacially a way to solve it?

    So far eme-sync-facebook-events seems to be a pretty good plugin. But the possibility to use it in multisite mode would make it to a stellar plugin for me.

    https://wordpress.org/plugins/eme-sync-facebook-events/

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

    (@liedekef)

    Line 45 is just
    use Facebook\FacebookSession;
    So if your site is breaking on that, it means the php version is lower than 5.4 (required by the facebook api, not me)
    I’m currently looking into other php solutions but for now I’m using the official facebook code …

    Plugin Author Franky

    (@liedekef)

    Btw: I’ll test later today on a multisite setup to be sure …

    Plugin Author Franky

    (@liedekef)

    Just tried at home: no issues

    Thread Starter elduderino

    (@andiemacht)

    Hi there and sorry for my late response. You were absolutely right with your first suggestion. Don´t know why, but the subdomain has had an older php-version. With php 5.5 everything works fine! Brilliant Plugin!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WP Multisite Compatibility’ is closed to new replies.