I get this error-message, what's wrong? I think it happened just when we entered the year of 2004.
While executing query "SELECT pid, msg_author, DATE_FORMAT(msg_date, "%y-%m-%d") as date, msg_body FROM CPG_comments ORDER BY msg_date DESC LIMIT 5"
mySQL error: Can't open file: 'CPG_comments.MYD'. (errno: 144)
might be your mySQL-database is broken. Refer to the mySQL-documentation how to repair a broken db.
GauGau