Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    Is this working previously and happens only after upgrading?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    Is this working previously and happens only after upgrading?

    Thread Starter robwilc

    (@robwilc)

    I’m not sure. I know that *new* events are handled correctly, that’s what the three test ones are in the screenshot.
    I use the anonymous submission method for website readers to post events.

    I would like to get to the bottom of those 8 though that don’t show.

    Are you able to look in the database to check what is listed there and how it compares to the admin?

    You could use the Adminer plugin for this.

    Thanks

    Thread Starter robwilc

    (@robwilc)

    Sure I can take a look – do you know what the tables involved are called?

    The main events table is called wp_em_events and the column you need to look at is event_status.

    Thread Starter robwilc

    (@robwilc)

    Okay, I see the following

    40 events with event_status = 1.. That corresponds with the number that Events Manager says is published. (select count(*) from wp_em_events where event_status = 1)

    Total 40 records. (select count(*) from wp_em_events)

    The UI though says:

    All (48) Published (40) Pending (8)

    And viewing the ‘Pending’ events shows an empty list.

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

The topic ‘Pending Events Missing’ is closed to new replies.