• Resolved yourgautam

    (@yourgautam)


    WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wp_wpspf_form_fields (
    id int(11) NOT NULL AUTO_INCREMENT,
    form_id int(11) NOT NULL DEFAULT ‘1’,
    field_name varchar(250) NOT NULL,
    field_position int(11) NOT NULL DEFAULT ‘100’,
    field_other_attributes json NOT NULL,
    PRIMARY KEY (id),
    UNIQUE KEY form_id (form_id,field_name)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form not displayed after update’ is closed to new replies.