• How do I fix this error?

    WordPress database error Table ‘wp_gkfx_ap_appointments’ already exists for query CREATE TABLE wp_gkfx_ap_appointments (
    id INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    name VARCHAR( 30 ) NOT NULL ,
    email VARCHAR( 256 ) NOT NULL ,
    service_id INT( 11 ) NOT NULL ,
    phone BIGINT( 21 ) NOT NULL ,
    start_time VARCHAR( 10 ) NOT NULL ,
    end_time VARCHAR( 10 ) NOT NULL ,
    date DATE NOT NULL ,
    note TEXT NOT NULL ,
    appointment_key VARCHAR( 32 ) NOT NULL ,
    status VARCHAR( 10 ) NOT NULL

    https://www.ads-software.com/plugins/appointment-calendar/

Viewing 1 replies (of 1 total)
  • its look like db conflicts are you using any other plugin that have appointment table

    let me know
    Thanks
    Abhishek

Viewing 1 replies (of 1 total)
  • The topic ‘database error with creating table for appointments’ is closed to new replies.