• Hi!

    I don’t see any traffic logged except myself on a busy website.
    Tried “behind proxy” too.

    Here’s some error in the databse from Tools DB repair tool.

    “Some minor DB errors were detected”

    Array
    (
    [0] => Duplicate column name ‘ip_long’. Query: ALTER TABLE cerber_log ADD ip_long BIGINT UNSIGNED NOT NULL DEFAULT “0” AFTER ip, ADD INDEX (ip_long)
    [1] => Duplicate column name ‘ip_long_begin’. Query: ALTER TABLE cerber_acl ADD ip_long_begin BIGINT UNSIGNED NOT NULL DEFAULT “0” AFTER ip, ADD ip_long_end BIGINT UNSIGNED NOT NULL DEFAULT “0” AFTER ip_long_begin
    [2] => Can’t DROP ‘ip’; check that column/key exists. Query: ALTER TABLE cerber_acl DROP INDEX ip
    [3] => Can’t DROP ‘begin_end’; check that column/key exists. Query: ALTER TABLE cerber_acl DROP INDEX begin_end
    [4] => Duplicate column name ‘session_id’. Query: 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”;

    [5] => Duplicate key name ‘session_index’. Query: ALTER TABLE cerber_log ADD INDEX session_index (session_id)
    [6] => Duplicate column name ‘file_status’. Query: ALTER TABLE wp_cerber_files ADD file_status INT UNSIGNED NOT NULL DEFAULT ‘0’ AFTER scan_status
    [7] => Duplicate column name ‘reason_id’. Query: ALTER TABLE cerber_blocks ADD reason_id int(11) unsigned NOT NULL DEFAULT “0”
    [8] => Duplicate column name ‘php_errors’. Query: ALTER TABLE cerber_traffic ADD php_errors TEXT NOT NULL AFTER blog_id
    [9] => Duplicate column name ‘acl_slice’. Query: ALTER TABLE cerber_acl
    ADD acl_slice SMALLINT UNSIGNED NOT NULL DEFAULT 0,
    ADD ver6 SMALLINT UNSIGNED NOT NULL DEFAULT 0,
    ADD v6range VARCHAR(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT “”,
    ADD req_uri VARCHAR(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT “”,
    MODIFY ip VARCHAR(81) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL

    [10] => Duplicate key name ‘main_for_selects’. Query: ALTER TABLE cerber_acl ADD INDEX main_for_selects (acl_slice, ver6, ip_long_begin, ip_long_end, tag)
    [11] => Can’t DROP ‘begin_end_tag’; check that column/key exists. Query: ALTER TABLE cerber_acl DROP INDEX begin_end_tag
    [12] => Can’t DROP ‘ip_begin_end’; check that column/key exists. Query: ALTER TABLE cerber_acl DROP INDEX ip_begin_end
    [13] => Duplicate column name ‘file_ext’. Query: ALTER TABLE wp_cerber_files
    ADD file_ext VARCHAR(255) NOT NULL DEFAULT “” AFTER file_mtime

    [14] => Duplicate column name ‘req_status’. Query: ALTER TABLE cerber_traffic ADD req_status int(10) UNSIGNED NOT NULL DEFAULT 0
    )

    It’s latest wp and plugins all updated, on SiteGround hosting

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘No traffic log’ is closed to new replies.