Plugin Author
MASAAKI
(@masaakitanaka)
It is believed that the failure to update the table names occurred during the plugin update. To restore the proper functionality of the plugin, please follow the steps below:
Using a database client tool such as phpMyAdmin, check if the tables listed under “Table Names to be Changed” have the “Change to Table Name” table present and if the “Changed Table Name” table is missing. If the “Change to Table Name” table exists and the “Changed Table Name” table does not, rename the table accordingly.
If both the “Change to Table Name” and “Changed Table Name” tables exist, ensure that the “Changed Table Name” table does not contain any data. If it is empty, delete the “Changed Table Name” table and then rename the “Change to Table Name” table to the “Changed Table Name”.
Table Names to be Changed:
- Change to Table Name: wp_booking_package_calendarAccount
Changed Table Name: wp_booking_package_calendar_accounts - Change to Table Name: wp_booking_package_templateSchedule
Changed Table Name: wp_booking_package_template_schedules - Change to Table Name: wp_booking_package_schedule
Changed Table Name: wp_booking_package_schedules - Change to Table Name: wp_booking_package_courseData
Changed Table Name: wp_booking_package_services - Change to Table Name: wp_booking_package_emailSetting
Changed Table Name: wp_booking_package_email_settings - Change to Table Name: wp_booking_package_userPraivateData
Changed Table Name: wp_booking_package_booked_customers - Change to Table Name: wp_booking_package_optionsForHotel
Changed Table Name: wp_booking_package_hotel_options - Change to Table Name: wp_booking_package_blockList
Changed Table Name: wp_booking_package_block_list
Please note that the “wp_” prefix may vary depending on the WordPress configuration.
Example Query for Table Name Change:
RENAME TABLE wp_booking_package_calendarAccount TO wp_booking_package_calendar_accounts;Thank you.
