Leo Polonia
Member
Posted 1 year ago #
I got this error whenever I try to access Statpress statiscs... what should I do??
Visitantes WordPress database error: [Table 'wp_statpress' is marked as crashed and should be repaired]
SELECT count(DISTINCT ip) AS visitors FROM wp_statpress WHERE feed='' AND spider=''
Leo Polonia
Member
Posted 1 year ago #
Dysantic
Member
Posted 1 year ago #
Somehow your "wp_statpress" table was corrupted. You'll want to back it up, and either try to repair it, or if you have a backup already, restore the backup.
You'll want to look at the following URL for further reference (assuming you're using MySQL 5.x):
http://dev.mysql.com/doc/refman/5.0/en/repair.html
Leo Polonia
Member
Posted 1 year ago #
Thanks for the help even though I have no clue, but I'll try to work it out.