benid
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Error Message: “Redirection needs to be updated to version 2.4”@johnny5
Thank you I just tried again the upgrade and it worked fine. Thank you for your prompt assistance !
—
Setting up Redirection
Progress: 100%
Expand size of redirect titlesFinished! 🎉
—–
Have a good dayForum: Plugins
In reply to: [Redirection] Error Message: “Redirection needs to be updated to version 2.4”Also after getting this error I got 2 options : SKIP or STOP so far I prefered to STOP, bu is it fine if I try to SKIP maybe, won’t have any problems ?
I tried a few times but keep getting the same error.
Forum: Plugins
In reply to: [Redirection] Error Message: “Redirection needs to be updated to version 2.4”Hi, when I follow the steps to upgrade I get an error as follows, any idea how to solve the problem ? Thank you very much
Database problem
Failed to perform query “ALTER TABLEwp_redirection_404ADD INDEXip(ip)”Message: Failed to perform query “ALTER TABLE
wp_redirection_404ADD INDEXip(ip)”
Installed: 2.3.3
Next: 2.4
Debug:Duplicate key name ‘ip’
CREATE TABLEwp_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) DEFAULT NULL,
PRIMARY KEY (id),
KEYurl(url(200)),
KEYstatus(status),
KEYregex(regex),
KEYgroup_idpos(group_id,position),
KEYgroup(group_id)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=latin1CREATE TABLE
wp_redirection_groups(
idint(11) NOT NULL AUTO_INCREMENT,
namevarchar(50) NOT NULL,
trackingint(11) NOT NULL DEFAULT ‘1’,
module_idint(11) unsigned NOT NULL DEFAULT ‘0’,
statusenum(‘enabled’,’disabled’) NOT NULL DEFAULT ‘enabled’,
positionint(11) unsigned NOT NULL DEFAULT ‘0’,
PRIMARY KEY (id),
KEYmodule_id(module_id),
KEYstatus(status)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1CREATE TABLE
wp_redirection_logs(
idint(11) unsigned NOT NULL AUTO_INCREMENT,
createddatetime NOT NULL,
urlmediumtext NOT NULL,
sent_tomediumtext,
agentmediumtext NOT NULL,
referrermediumtext,
redirection_idint(11) unsigned DEFAULT NULL,
ipvarchar(45) DEFAULT NULL,
module_idint(11) unsigned NOT NULL,
group_idint(11) unsigned DEFAULT NULL,
PRIMARY KEY (id),
KEYcreated(created),
KEYredirection_id(redirection_id),
KEYip(ip),
KEYgroup_id(group_id),
KEYmodule_id(module_id)
) ENGINE=MyISAM AUTO_INCREMENT=3508 DEFAULT CHARSET=latin1CREATE TABLE
wp_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,
ipvarchar(45) DEFAULT NULL,
PRIMARY KEY (id),
KEYcreated(created),
KEYurl(url),
KEYip(id),
KEYreferrer(referrer)
) ENGINE=MyISAM AUTO_INCREMENT=320043 DEFAULT CHARSET=utf8