jyacks
Forum Replies Created
-
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingThe images synced for me, it looks like it’s all working here.
Thank you very much Franky!!
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingEvents Page ID: 210531015954. It seams to happen with any event I add.
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingThese 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 233This 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.
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingAfter 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
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingyes I did
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingI 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.”Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingFranky, It looks like the Automatic updates are working with the new dev plugin you had posted. Mpek, has it fixed your issue as well?
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingThank 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.Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingForum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingSo now I get: Error: Graph returned an error: No node specified
I’m connecting to a group Facebook page.
I have a Facebook App ID and a Facebook App Secret.I can download a single event with no problem, but for some reason I can not get the “Add Facebook Page” to pull in all the events???
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingThank you Franky for working on this! I have downloaded the new plugin and installed it. I’m logged into Facebook with the button and when I click “Upload” I get this error: Graph returned an error: (#100) Tried accessing nonexisting field (place) on node type (Page)
Jim, how did you fix this issue? I think I have the same problem?
- This reply was modified 9 years, 3 months ago by jyacks.
Forum: Plugins
In reply to: [EME Sync Events] Auto sync stopped workingI have ram into the same problem. I can update with event ID but auto update gives error but says successful. I would really love to get this feature working again.
Error: FacebookRequestException.php on line 134
- This reply was modified 9 years, 3 months ago by jyacks.
Forum: Plugins
In reply to: [EME Sync Events] Events Not LoadingHow did you get this to work? I am running into the same issue.
Thanks