• Resolved adm96

    (@adm96)


    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` (
    id int(11) unsigned NOT NULL AUTO_INCREMENT,
    url mediumtext NOT NULL,
    match_url VARCHAR(2000) DEFAULT NULL,
    match_data TEXT,
    regex INT(11) unsigned NOT NULL DEFAULT ‘0’,
    position INT(11) unsigned NOT NULL DEFAULT ‘0’,
    last_count INT(10) unsigned NOT NULL DEFAULT ‘0’,
    last_access datetime NOT NULL DEFAULT ‘1970-01-01 00:00:00’,
    group_id INT(11) NOT NULL DEFAULT ‘0’,
    status enum(‘enabled’,’disabled’) NOT NULL DEFAULT ‘enabled’,
    action_type VARCHAR(20) NOT NULL,
    action_code INT(11) unsigned NOT NULL,
    action_data MEDIUMTEXT,
    match_type VARCHAR(20) NOT NULL,
    title TEXT,
    PRIMARY KEY (id),
    KEY url (url(191)),
    KEY status (status),
    KEY regex (regex),
    KEY group_idpos (group_id,position),
    KEY group (group_id),
    KEY match_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`

    • This topic was modified 2 years, 7 months ago by adm96.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unknown character set: ‘utf8_unicode_ci’’ is closed to new replies.