Submitted a Ticket to FireStats
Written on June 7, 2008 – 2:32 pm | by Keith Neo
FireStats plugin has not been working for the past 2 weeks. As of the moment, I have it disabled, and also submitted a ticket to FireStats. Hopefully, they will get back to me as soon as possible.
Below are the errors that I received when attempting to activate FireStats.
Error message
Hide Error installing tables: Database error: Can’t create table ‘./extraris_secr/wp_firestats_hits.frm’ (errno: -1)
MySQL Version: 5.0.45-community-log
SQL Query:
CREATE TABLE IF NOT EXISTS wp_firestats_hits ( `id` INTEGER PRIMARY KEY AUTO_INCREMENT COMMENT ‘Primary key’, `ip_int1` BIGINT UNSIGNED NULL COMMENT ‘IP Address left 64bit’, `ip_int2` BIGINT UNSIGNED NULL COMMENT ‘IP Address right 64bit’, `ip` VARCHAR(40) NOT NULL DEFAULT ‘unknown’ COMMENT ‘IP Address of hit source’, `timestamp` DATETIME NOT NULL COMMENT ‘Hit timestamp’, `url_id` INTEGER COMMENT ‘Hit URL ID’, `referer_id` INTEGER COMMENT ‘Referer URL id’, `useragent_id` INTEGER COMMENT ‘UserAgent ID’, `session_id` VARCHAR(30) COMMENT ‘Client session ID’, `user_id` INTEGER default NULL COMMENT ‘User ID in the enclosing system, NULL for unknown user’, `country_code` INT(4) default NULL COMMENT ‘Country code of IP address or NULL if unknown’, `excluded_by_user` TINYINT(1) DEFAULT 0 COMMENT ‘1 if user explicitly excluded record, 0 otherwise’, `excluded_ip` TINYINT(1) DEFAULT 0 COMMENT ‘1 if the ip is in the excluded ips table, 0 otherwise’, `excluded_user` TINYINT(1) DEFAULT 0 COMMENT ‘1 if the user id is in the excluded users table, 0 otherwise’ ) COMMENT ‘Hits table’ ENGINE=InnoDB
Well, I hope it won’t take long before the developer resolve this issue.























1 Trackback(s)