DB Table has incorrect name in Multisite WordPress
-
Hi,
I just installed the plugin on a multisite WordPress installation. I noticed that every time I saved a Timetable Event, the TimeSlots were not saved.
After 10-15 retries I saw that the table name does not use the subsite prefix (on
CREATE), but it uses it while performingSELECT. And the debug.log is full of:Table 'DATABASE.wpin_4_mp_timetable_data' doesn't exist: SELECT t.* FROM wpin_4_mp_timetable_data t INNER JOIN...I renamed the table from
wpin_mp_timetable_datatowpin_4_mp_timetable_dataand now it works fine.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘DB Table has incorrect name in Multisite WordPress’ is closed to new replies.