• I am running 1.3 alpha 5.

    I get this DB error:

    code
    WordPress database error: [Got error 127 from table handler]
    SELECT DISTINCT DATE_FORMAT( access_time, ‘%e’ ) AS access_day, COUNT(access_time) AS cnt FROM b2stattraq WHERE access_time BETWEEN ‘20050101000000’ AND ‘20050131235959’ GROUP BY access_day OR

    /code

Viewing 2 replies - 1 through 2 (of 2 total)
  • thepete

    (@thepete)

    I got almost the exact same error just now. Anyone know what’s up?

    thepete

    (@thepete)

    I got an email from Randy, the guy behind StatTraq and here’s what he told me:

    I’ve never seen this before, however, it does sound like the table has
    been corrupted. You might try the following SQL command:
    REPAIR TABLE your_table
    where your_table is the tablename for stattraq’s table.

    Thanks for using StatTraq!

    I followed his directions and everything was fine after that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-stattraq Database error..’ is closed to new replies.