Cannot update
-
Got an error when updating:
Message: No upgrades found for version 2.4
Installed: 2.4
Next: 4.1Debug: CREATE TABLE
wp_redirection_items` (
id
int(11) unsigned NOT NULL AUTO_INCREMENT,
url
mediumtext NOT NULL,
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,
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
varchar(50) DEFAULT NULL,
PRIMARY KEY (id
),
KEYurl
(url
(200)),
KEYstatus
(status
),
KEYregex
(regex
),
KEYgroup_idpos
(group_id
,position
),
KEYgroup
(group_id
)
) ENGINE=InnoDB AUTO_INCREMENT=217 DEFAULT CHARSET=latin1CREATE TABLE
wp_redirection_groups
(
id
int(11) NOT NULL AUTO_INCREMENT,
name
varchar(50) NOT NULL,
tracking
int(11) NOT NULL DEFAULT ‘1’,
module_id
int(11) unsigned NOT NULL DEFAULT ‘0’,
status
enum(‘enabled’,’disabled’) NOT NULL DEFAULT ‘enabled’,
position
int(11) unsigned NOT NULL DEFAULT ‘0’,
PRIMARY KEY (id
),
KEYmodule_id
(module_id
),
KEYstatus
(status
)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1CREATE TABLE
wp_redirection_logs
(
id
int(11) unsigned NOT NULL AUTO_INCREMENT,
created
datetime NOT NULL,
url
mediumtext NOT NULL,
sent_to
mediumtext,
agent
mediumtext NOT NULL,
referrer
mediumtext,
redirection_id
int(11) unsigned DEFAULT NULL,
ip
varchar(45) DEFAULT NULL,
module_id
int(11) unsigned NOT NULL,
group_id
int(11) unsigned DEFAULT NULL,
PRIMARY KEY (id
),
KEYcreated
(created
),
KEYredirection_id
(redirection_id
),
KEYip
(ip
),
KEYgroup_id
(group_id
),
KEYmodule_id
(module_id
)
) ENGINE=InnoDB AUTO_INCREMENT=155297 DEFAULT CHARSET=latin1CREATE TABLE
wp_redirection_404
(
id
int(11) unsigned NOT NULL AUTO_INCREMENT,
created
datetime NOT NULL,
url
varchar(255) NOT NULL DEFAULT ”,
agent
varchar(255) DEFAULT NULL,
referrer
varchar(255) DEFAULT NULL,
ip
varchar(45) DEFAULT NULL,
PRIMARY KEY (id
),
KEYcreated
(created
),
KEYurl
(url
),
KEYip
(id
),
KEYreferrer
(referrer
)
) ENGINE=InnoDB AUTO_INCREMENT=5171319 DEFAULT CHARSET=utf8Stage: swap_ip_column_240`
- The topic ‘Cannot update’ is closed to new replies.