DB problem after install
-
Hello,
I’ve installed plugin, but I get a DB error message when I activate plugin.WordPress-Datenbank-Fehler: [Table '1314863db3.wp_em_events' doesn't exist] SELECT COUNT(*) FROM wp_em_bookings LEFT JOIN wp_em_events ON wp_em_events.event_id=wp_em_bookings.event_id LEFT JOIN wp_em_locations ON wp_em_locations.location_id=wp_em_events.location_id WHERE ( event_start >= '2020-01-29 21:39:08' OR (event_end >= '2020-01-29 21:39:08')) AND event_owner=2 AND booking_status=0 AND wp_em_bookings.event_id != 0 ORDER BY booking_date WordPress-Datenbank-Fehler: [Table '1314863db3.wp_em_events' doesn't exist] SELECT COUNT(DISTINCT wp_em_events.event_id) FROM wp_em_events LEFT JOIN wp_em_locations ON wp_em_locations.location_id=wp_em_events.location_id WHERE (<code>event_status</code>=0) AND (<code>recurrence</code>!=1 OR <code>recurrence</code> IS NULL) AND event_owner=2 AND (<code>event_private</code>=0) ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC LIMIT 1 OFFSET 0 WordPress-Datenbank-Fehler: [Table '1314863db3.wp_em_events' doesn't exist] SELECT COUNT(DISTINCT wp_em_events.event_id) FROM wp_em_events LEFT JOIN wp_em_locations ON wp_em_locations.location_id=wp_em_events.location_id WHERE (<code>event_status</code>=0) AND <code>recurrence</code>=1 AND event_owner=2 AND (<code>event_private</code>=0) ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC LIMIT 1 OFFSET 0
If I add empty tables from another installation, then I cannot add any events as in the menu there is no option to add an event.
Any suggestion how can I solve this?
Thx
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘DB problem after install’ is closed to new replies.