• Resolved sonuaarya

    (@sonuaarya)


    Hi Support,

    I’m experiencing the following error on the front end when a user makes a selection: screenshot link. I’m currently using WordPress 6.6.2 with the Avada Child theme. Please assist me in resolving this issue.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter sonuaarya

    (@sonuaarya)

    i figure out the issue, this issue happen due to mysql version

    New version


    CREATE TABLE
    wp_ea_appointments (
    id int NOT NULL,
    location int NOT NULL,
    service int NOT NULL,
    worker int NOT NULL,
    name varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
    email varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
    phone varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
    date date DEFAULT NULL,
    start time DEFAULT NULL,
    end time DEFAULT NULL,
    end_date date DEFAULT NULL,
    description text COLLATE utf8mb4_unicode_520_ci,
    status varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
    user int DEFAULT NULL,
    created timestamp NULL DEFAULT CURRENT_TIMESTAMP,
    price decimal(10,2) DEFAULT NULL,
    ip varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
    session varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

Viewing 1 replies (of 1 total)

The topic ‘Something went wrong! Please try again.’ is closed to new replies.