SQL error on upgrade
-
While upgrading to the latest version, I got the following sql error in my error.log:
Foreign key constraint is incorrectly formed”) for the query CREATE TABLE
wp_cfs_membership_presets(
form_idint(11) NOT NULL,
allow_useTINYINT(1) NOT NULL DEFAULT 0,
PRIMARY KEY (form_id),
FOREIGN KEYfk_membership_presets_forms_id(form_id)
REFERENCESwp_cfs_forms(id)
ON DELETE CASCADE
) DEFAULT CHARSET=utf8Also, the db table cfs_membership_presets is not created.
Plugin version 1.3.4
DB version 5.5.5-10.1.29-MariaDB-1
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘SQL error on upgrade’ is closed to new replies.