Angela

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Facebook Events not importing into The Events Calendar #21832
    Angela
    Member

    Rob/Paul,
    Yes, I’m still having issues. Facebook events just don’t import into the calendar, and when I implemented Paul’s code changes for sslverify, I received the new error regarding an undefined constant. I am soooo looking forward to getting this working, but I just don’t know enough about php to troubleshoot on my own. Thankfully, I don’t have a lot of events to update, but it sure will be nice to only enter them in Facebook and not have to manually update the Events Calendar, as well 🙂 Thanks for looking into the problem!

    in reply to: Facebook Events not importing into The Events Calendar #21348
    Angela
    Member

    I implemented the change, but it didn’t help. I received a new error concerning ‘sslverify’. I’m just not a php person … Do I need to do something else with ‘sslverify’? Here’s the error message that shows on the “Import FB Events Tab” under “Events from Facebook organizations(s) or page(s) you’ve added”: Notice: Use of undefined constant ‘sslverify’ – assumed ‘‘sslverify’’ in /home2/viningsf/public_html/wp-content/plugins/the-events-calendar-facebook-importer/the-events-calendar-facebook-importer.php on line 208. Thanks!!

    in reply to: Facebook Events not importing into The Events Calendar #20678
    Angela
    Member

    I have been debugging the facebook events plugin and come up with the following.

    In the-events-calendar-facebook-importer.php:

    a sample url (walmart) returned:
    https://graph.facebook.com/430181213672761?access_token

    in function json_retrieve:
    wp_remote_get($url) returns:
    WP_Error Object ( [errors] => Array ( [http_request_failed] =>
    Array ( [0] => error setting certificate verify locations: CAfile: /usr/share/ssl/certs/ca-bundle.crt CApath: none ) ) [error_data] => Array ( ) )

    The original error was in create_local_event():
    $facebook_event_id was set, but after a call to get_facebook_object() $facebook_event was not set; isset returned false, causing the displayed error, “Either the event with ID 430181213672761 does not exist, is marked as private on Facebook or we couldn’t reach the Facebook API”

    So it looks like there might be some issue with saving the certificate during the wp_remote_get call to fetch the URL. Do you have any idea what could cause this?

    in reply to: Facebook Events not importing into The Events Calendar #20665
    Angela
    Member

    Rob, thanks for responding. I’ve been away for a short while, so I’m sorry I didn’t respond sooner. The Facebook Events plugin is still not working for me. Is there a preferred setup of The Events Calendar that could possibly cause the conflict? I’m at my wits end with trying to figure the problem out … with all other plugins disabled, the only thing I can figure is there’s a conflict with my theme. No events import and I continue to get the error about not being able to reach the Facebook API or events are private/nonexistent when I attempt a manual import. Thanks!

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