Database Info Some minor DB errors were detected
-
Array
(
[0] => Array
(
[0] => Duplicate column name ‘ip_long’
[1] => ALTER TABLE cerber_log ADD ip_long BIGINT UNSIGNED NOT NULL DEFAULT “0” COMMENT “IPv4 long” AFTER ip, ADD INDEX (ip_long)
)[1] => Array
(
[0] => Duplicate column name ‘ip_long_begin’
[1] => ALTER TABLE cerber_acl ADD ip_long_begin BIGINT UNSIGNED NOT NULL DEFAULT ‘0’ COMMENT ‘IPv4 range begin’ AFTER ip, ADD ip_long_end BIGINT UNSIGNED NOT NULL DEFAULT ‘0’ COMMENT ‘IPv4 range end’ AFTER ip_long_begin
)[2] => Array
(
[0] => Duplicate key name ‘ip_begin_end’
[1] => ALTER TABLE cerber_acl ADD UNIQUE ip_begin_end (ip, ip_long_begin, ip_long_end)
)[3] => Array
(
[0] => Can’t DROP INDEXip; check that it exists
[1] => ALTER TABLE cerber_acl DROP INDEX ip
)[4] => Array
(
[0] => Can’t DROP INDEXbegin_end; check that it exists
[1] => ALTER TABLE cerber_acl DROP INDEX begin_end
)[5] => Array
(
[0] => Duplicate key name ‘begin_end_tag’
[1] => ALTER TABLE cerber_acl ADD INDEX begin_end_tag (ip_long_begin, ip_long_end, tag)
)[6] => Array
(
[0] => Duplicate column name ‘session_id’
[1] => ALTER TABLE cerber_log
ADD session_id CHAR(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT “”,
ADD country CHAR(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT “” COMMENT “Country code”,
ADD details VARCHAR(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT “” COMMENT “Details about HTTP request”;)
[7] => Array
(
[0] => Duplicate key name ‘session_index’
[1] => ALTER TABLE cerber_log ADD INDEX session_index (session_id)
)[8] => Array
(
[0] => Duplicate column name ‘file_status’
[1] => ALTER TABLE wp_cerber_files ADD file_status INT UNSIGNED NOT NULL DEFAULT ‘0’ AFTER scan_status
)[9] => Array
(
[0] => Duplicate column name ‘reason_id’
[1] => ALTER TABLE cerber_blocks ADD reason_id int(11) unsigned NOT NULL DEFAULT “0”
)[10] => Array
(
[0] => Duplicate column name ‘php_errors’
[1] => ALTER TABLE cerber_traffic ADD php_errors TEXT NOT NULL AFTER blog_id
))
How to Fix This Sir
The topic ‘Database Info Some minor DB errors were detected’ is closed to new replies.