Installation Error
-
When I try to install plugin I get these errors.
WordPress veritabanı hatası: [Index column size too large. The maximum column size is 767 bytes.]
CREATE TABLE IF NOT EXISTSwp_redirection_items(idint(11) unsigned NOT NULL auto_increment,urlmediumtext NOT NULL,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,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,titlevarchar(50) NULL, PRIMARY KEY (id), KEYurl(url(200)), KEYstatus(status), KEYregex(regex), KEYgroup_idpos(group_id,position), KEYgroup(group_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ciWordPress veritabanı hatası: [Index column size too large. The maximum column size is 767 bytes.]
CREATE TABLE IF NOT EXISTSwp_redirection_404(idint(11) unsigned NOT NULL AUTO_INCREMENT,createddatetime NOT NULL,urlvarchar(255) NOT NULL DEFAULT ”,agentvarchar(255) DEFAULT NULL,referrervarchar(255) DEFAULT NULL,ipint(10) unsigned NOT NULL, PRIMARY KEY (id), KEYcreated(created), KEYurl(url), KEYip(ip), KEYreferrer(referrer) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
The topic ‘Installation Error’ is closed to new replies.