The plugin doesn’t create database tables
-
I installed and activated the latest version of the plugin 8.7.5 and it didn’t create needed database tables. I’ve checked the db user permissions (they seem to be okay. I tried to run SQL queries manually and they succeeded). I also tried to check the database logs with https://ww.wp.xz.cn/plugins/query-monitor/ but the only failed request during the plugin activation came from the admin panel menu:
SELECT bk.booking_id
FROM wp_linkopingsklatterklubb_se_booking as bk
WHERE bk.is_new = 1
AND bk.trash != 1 +
wpbc_get_number_new_bookings()
Plugin: booking Table ‘linkopingsklatterklubb_se.wp_linkopingsklatterklubb_se_booking’ doesn’t existNote that there was no prior call to the database with “CREATE TABLE …” meaning that the plugin never tried to create the table in the first place.
Obviously when I try to create a booking I’m getting an error “Table ‘linkopingsklatterklubb_se.wp_linkopingsklatterklubb_se_booking’ doesn’t exist”.What am I doing wrong? Why the plugin doesn’t create the table automatically as it should?
The topic ‘The plugin doesn’t create database tables’ is closed to new replies.