Character set errors after activating plugin
-
Hi there,
I’ve been using CF7 for several years on client sites and for the first time ever (which seems surprising now) a client has asked if I can prevent duplicate form submissions. I found your post on the topic which seemed straight-forward enough but when I install the Adds Actions and Filters plugin I get the following error message:
WordPress database error: [Unknown character set: ‘utf8mb4’]
CREATE TABLE IF NOT EXISTS wp_addactionsandfilters_plugin_usercode ( id mediumint(9) NOT NULL AUTO_INCREMENT, enabled boolean DEFAULT 0 NOT NULL, shortcode boolean DEFAULT 0 NOT NULL, buffer boolean DEFAULT 1 NOT NULL, inadmin boolean DEFAULT 0 NOT NULL, name tinytext DEFAULT ” NOT NULL, capability tinytext, description tinytext DEFAULT ” NOT NULL, code text DEFAULT ” NOT NULL, UNIQUE KEY id (id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;Do you have any advice on how to deal with this? Thanks!! ??
- The topic ‘Character set errors after activating plugin’ is closed to new replies.