• Resolved skwebdesign

    (@skwebdesign)


    I added Events Made Easy to a new website I am building. I think that the newest update may be missing several tables.
    Before installing I had 56 tables in my DB, I now have 61.
    The tables that seem to be created by EME are: (I removed my table prefix)
    eme_events_cf, eme_groups, eme_locations_cf, eme_memberships_cf, eme_usergroups

    Here are some of the error messages I have received as I attempted to set up my install. (Again my db and table prefix have been removed from the error message).
    WordPress database error: [Table ’eme_locations’ doesn’t exist]
SHOW FULL COLUMNS FROM eme_locations

    WordPress database error: [Table ’eme_events’ doesn’t exist]
SHOW FULL COLUMNS FROM eme_events

    WordPress database error: [Table ’eme_categories’ doesn’t exist]
SELECT * FROM eme_categories ORDER BY category_name ASC

    There was a problem adding the list of holidays, please try again.

    There was a problem adding the discount, please try again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Franky

    (@liedekef)

    EME doesn’t support old unsupported mysql versions. Based on what you say, you have mysql version < 5.6, which is EOL. So upgrade to a newer version, remove and reinstall EME and it should be ok.

    Thread Starter skwebdesign

    (@skwebdesign)

    Thank you that solved the problem, after the update reinstalled and the number of DB tables jumped to 82

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

The topic ‘WordPress database error: on Events Made Easy’ is closed to new replies.