Unknown character set: ‘utf8_unicode_ci’
-
I’m getting this error when I try to config the plugin:
Yesterday I’ve installed this plugin on another website without problem but, if I’m not wrong, the default charset was “utf8mb4” while now with this website and this problem I’m on utf8_unicode_ci
Message: Failed to perform query "CREATE TABLE IF NOT EXISTSwp2p_redirection_items` (
idint(11) unsigned NOT NULL AUTO_INCREMENT,
urlmediumtext NOT NULL,
match_urlVARCHAR(2000) DEFAULT NULL,
match_dataTEXT,
regexINT(11) unsigned NOT NULL DEFAULT ‘0’,
positionINT(11) unsigned NOT NULL DEFAULT ‘0’,
last_countINT(10) unsigned NOT NULL DEFAULT ‘0’,
last_accessdatetime NOT NULL DEFAULT ‘1970-01-01 00:00:00’,
group_idINT(11) NOT NULL DEFAULT ‘0’,
statusenum(‘enabled’,’disabled’) NOT NULL DEFAULT ‘enabled’,
action_typeVARCHAR(20) NOT NULL,
action_codeINT(11) unsigned NOT NULL,
action_dataMEDIUMTEXT,
match_typeVARCHAR(20) NOT NULL,
titleTEXT,
PRIMARY KEY (id),
KEYurl(url(191)),
KEYstatus(status),
KEYregex(regex),
KEYgroup_idpos(group_id,position),
KEYgroup(group_id),
KEYmatch_url(match_url(191))
) DEFAULT CHARACTER SET utf8_unicode_ci”
Installed: –
Next: 4.2
Debug: Unknown character set: ‘utf8_unicode_ci’
La tabella “wp2p_redirection_items” è mancante
La tabella “wp2p_redirection_groups” è mancante
La tabella “wp2p_redirection_logs” è mancante
La tabella “wp2p_redirection_404” è mancante
Stage: create_tables`
The topic ‘Unknown character set: ‘utf8_unicode_ci’’ is closed to new replies.