Database error
-
We are currently working on a site and noticed an error using the WP Debug plugin. This is the text:
WordPress database error Specified key was too long; max key length is 767 bytes for query CREATE TABLE
wpvau_cli_cookie_scan_cookies(
id_cli_cookie_scan_cookiesINT NOT NULL AUTO_INCREMENT,
id_cli_cookie_scanINT NOT NULL DEFAULT '0',
id_cli_cookie_scan_urlINT NOT NULL DEFAULT '0',
cookie_idVARCHAR(255) NOT NULL,
expiryVARCHAR(255) NOT NULL,
typeVARCHAR(255) NOT NULL,
categoryVARCHAR(255) NOT NULL,
category_idINT NOT NULL,
descriptionTEXT NULL DEFAULT '', PRIMARY KEY(
id_cli_cookie_scan_cookies), UNIQUE
cookie(
id_cli_cookie_scan,
cookie_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by activate_plugin, do_action('activate_cookie-law-info/cookie-law-info.php'), WP_Hook->do_action, WP_Hook->apply_filters, Cookie_Law_Info_Cookie_Scaner->activator, Cookie_Law_Info_Cookie_Scaner->install_tables, Cookie_Law_Info_Cookie_Scaner->insert_scanner_tables, dbDelta
Any ideas how to fix?
- The topic ‘Database error’ is closed to new replies.