Posted: October 8, 2013 at 9:16 am
|
When I try to create an event it doesn’t save and I get this. It’s way over my head to understand. WordPress database error: [Table ‘medich_help.wp_events_detail’ doesn’t exist] WordPress database error: [Table ‘medich_help.wp_events_detail’ doesn’t exist] There was an error in your submission. The event was not saved! Please try again. WordPress database error: [] WordPress database error: [Table ‘medich_help.wp_events_detail’ doesn’t exist] |
|
I tried a reinstall of the plugin and recieved the same error. |
|
Do you have phpMyAdmin access to look at the database? It’s probably available in your hosting provider’s cpanel menu. Or you may be able to use the WP plugin “Adminer” to look at the database through the WP admin (under Tools). It sounds like your WP table prefix has been changed, or something similar. Have you tried deactivating all non-EE related plugins? |
|
I had a look at my phpmyadmin. I don’t have a table ‘medich_help.wp_events_detail’ which is particularly odd. I don’t have any current events is there a way to totally delete all the EE tables and start anew. |
|
“medich_help” should be the name of the database in phpMyAdmin and “wp_events_detail” should be the name of the table within that database. Assuming that the WP table prefix is still “wp_”. If you’ve changed the prefix, then it may be named (prefix)events_details. All of the EE related tables start with (prefix)events, so if you go through and delete them all, then you should be able to start fresh. You’ll also need to delete some entries from the wp_options table. If you do a search: “SELECT * |
|
Thanks Sid. I had to search all tables and drop all references to EE. Taking it out of OPTIONS wasn’t enough. Slowly getting reestablished. Very odd. I’ll keep you informed of progress. |
|
Please do keep us informed Tim, we like to know the outcome of these things. |
|
You can close the ticket. After removing all references in phpmyadmin, and reinstalling things seems ticketyboo. |
The support post ‘Big Error with Adding an Event’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.