Viewing 15 replies - 16 through 30 (of 40 total)
  • Plugin Author Franky

    (@liedekef)

    Again, what is the url of the Facebook page you are trying to sync?
    Not all Facebook pages are event pages…

    Plugin Author Franky

    (@liedekef)

    Well, that’s not correct … the settings page says “Can be a Facebook Page name like ‘webtrends’ or the Facebook Page ID for it.”.
    Since yours is a group (without a facebook “name”), you need to enter the group id (don’t blame me, facebook just doesn’t provide an easy way to automatically translate a group-page into its id).
    So either go to https://www.facebook.com/groups/crossroadshog/ , view the html source and look for ‘fb://group/” to find your group id, or go to https://lookup-id.com/, enter “https://www.facebook.com/groups/crossroadshog/” and get your group id.

    Thank you! Thank you! Thank you!

    Received message:
    Events Made Easy updated with current Facebook events.
    FB session will expire at 2017-04-20 05:04:26.

    Franky, It looks like the Automatic updates are working with the new dev plugin you had posted. Mpek, has it fixed your issue as well?

    Plugin Author Franky

    (@liedekef)

    New version released

    I did run into one issue! The event images doesn’t get pulled in anymore.

    Notice: Trying to get property of non-object in wp-content/plugins/eme-sync-facebook-events/eme-sync-facebook-events.php on line 236

    This line is:
    —————————————————
    $event = $request->getGraphNode()->asArray();
    if (isset($event[‘cover’]) && !empty($event[‘cover’])) {
    $event[‘event_picture_url’]=$event[‘cover’]->source;
    } elseif (isset($event[‘picture’]) && !empty($event[‘picture’]) && isset($event[‘picture’]->url) ) {
    $event[‘event_picture_url’]=$event[‘picture’]->url;
    }
    —————————————————

    I think it is complaining about $event[‘event_picture_url’]

    and I found this little bit of info at: https://developers.facebook.com/docs/php/GraphObject/5.0.0
    which says “This document refers to a feature that was removed after PHP SDK 4.0.0.”

    Plugin Author Franky

    (@liedekef)

    Errr … line 236 doesn’t correspond with that code at all (see also: https://plugins.trac.www.ads-software.com/browser/eme-sync-facebook-events/trunk/eme-sync-facebook-events.php ). Did you update?

    yes I did

    After updating it still gives errors but in a different spot:

    Notice: Trying to get property of non-object in /wp-content/plugins/eme-sync-facebook-events/eme-sync-facebook-events.php on line 233

    Notice: Trying to get property of non-object in /wp-content/plugins/eme-sync-facebook-events/eme-sync-facebook-events.php on line 288

    Plugin Author Franky

    (@liedekef)

    Can you tell which events cause this? Or tell me what you’re syncing, so I can try to reproduce it here.

    Plugin Author Franky

    (@liedekef)

    Btw, try this change, it should catch even more facebook things that are not set:
    https://plugins.trac.www.ads-software.com/changeset/1600922/

    These changes seemed to remove most of them but I still get:
    Notice: Trying to get property of non-object in /wp-content/plugins/eme-sync-facebook-events/eme-sync-facebook-events.php on line 233

    This line is: $event[‘event_picture_url’]=$event[‘cover’]->source;

    I don’t get any event image which is set in Facebook.

    Thank you for all your help.

    Plugin Author Franky

    (@liedekef)

    Can you tell which events cause this? Or tell me what you’re syncing, so I can try to reproduce it here

    Hey Franky,

    locations are not syncing. It says:
    Skipping already synchronized location: 425
    and this one is an emtpy location. So the events got no location.

    Event image are not syncing so the events got no event imagethumb.

    Thank you

Viewing 15 replies - 16 through 30 (of 40 total)
  • The topic ‘Auto sync stopped working’ is closed to new replies.