3.0 issue – events table is corrupt?

Home Forums Calendar Products Events Calendar PRO 3.0 issue – events table is corrupt?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53653
    momodern
    Participant

    Hi, I think I rather ungracefully upgraded to 3.0 and started checking around for changes. I tested out a CSV importer that I had been playing around with to import events. With 2.0, it worked fine, even though some of the fields weren’t mapping. The posts were imported as drafts in the drafts folder. But after upgrading to 3.0, I can’t view any of the 5 drafts that are supposed to be in the folder. The panel shows no drafts; same for scheduled event posts, even though the count for those folders is at 5 and 1, respectively. All posts says there are 13 posts, but only show 7. I deactivated my theme and other plugins, deleted the events calendar and reinstalled both the basic first and then the Pro version. So, at the very least, wanted to share. At most, was hoping for some guidance in resetting things/getting a fresh start?

    #54016
    Barry
    Member

    Hi momodern,

    It’s difficult to answer questions like this without knowing exactly what’s going on “under the hood”, as it were.

    Do you feel comfortable working with MySQL, either by the command line or with a graphical tool like phpMyAdmin? If so can you take a look at the post table using a query like:

    SELECT * FROM wp_posts WHERE post_type = ‘tribe_events’;

    (You may need to change wp_ to something else if your installation uses a non-default prefix.)

    It would be interesting to know:

    * How many posts (rows) are actually returned
    * What the post status of those entries are

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘3.0 issue – events table is corrupt?’ is closed to new replies.