• Resolved ARCangelGIRL

    (@arcangelgirl)


    Hello,

    Eventbrite API works just fine, but sometimes in some browsers (till now in happened in Chrome and Firefox) events page just not appear – it shows empty space.
    Sometimes events appears when user is not logged in and when the user logging into the site – events page stays blank. It happened few times in Chrome, today in Firefox. I don’t know if this is the issue with a browser or just a coincidence.

    Any ideas why this is happening?

    https://wordpress.org/plugins/eventbrite-api/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ARCangelGIRL

    (@arcangelgirl)

    Actually this is not the browser problem. Problem is that events page are not visible to logged in users. When user is not logged in, events list appears just fine, but when user logins and goes to event page the content is not loaded.

    Only administrator (1 from 4, with which I’m doing all stuff in the site) can see the events when is logged in.

    I have modified eventbrite-index.php and eventbrite-single.php but I don’t think so that is related.

    Any ideas what went wrong?

    Plugin Author Automattic

    (@automattic)

    Hi, haven’t heard of any issues regarding logged-in-logged-out yet, but if you can you give us a link to your events page, and I’ll be happy to look into it.

    Thread Starter ARCangelGIRL

    (@arcangelgirl)

    Just fixed the issue.

    The problem is when the eventbrite API is used in WP + Buddypress installation.

    I had a user (administrator) which account was connected with Eventbrite via Keyring. I had retrieved and showed all events. The problem was, that other users when they were not logged in, they could see the page with events (as it supposed to be), but when they were logged in the event page stayed blank, only the administrator (the person which was connected with Eventbrite via Keyring) could see the event page.

    The problem came from class-eventbrite-requirements.php file, where keyring and eventbrite token connection is checked. When eventbrite connection returned as true (only for the administrator or the person which account is connected via API) only then events will be visible. When Eventbrite connections is false (for all the rest users in site) events page will stay blank.

    Not sure if I explained this right and you understand the problem, but you could test it. If needed, I could share my corrections what I have changed in class-eventbrite-requirements.php file in order to work 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sometimes events not showing up’ is closed to new replies.