WordPress database error (Unknown column ‘tags’)
-
Hi!
I ran into an issue lately with v23.7. Whenever I submit a new appointment from a front-end form, Bookly runs into a database error. As a result, the customer isn’t inserted. The appointment is created, but no contact details are stored!
I see the following errors in WordPress’ debug log:
WordPress database error Unknown column 'tags' in 'field list' for query INSERT INTO
wp_bookly_customers
... made by do_action('wp_ajax_nopriv_bookly_save_appointment') ...WordPress database error Column 'customer_id' cannot be null for query INSERT INTO
wp_bookly_customer_appointments
... made by do_action('wp_ajax_nopriv_bookly_save_appointment') ...On version 23.6, everything seems to work as it should.
Looks like maybe a database migration failed to run? When updating to the latest version?
Would there be any way I can still trigger this migration? Or manually add the missing columns or …?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WordPress database error (Unknown column ‘tags’)’ is closed to new replies.