coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: pimkoorn on January 05, 2005, 12:14:07 AM

Title: There was an error while processing a database query
Post by: pimkoorn on January 05, 2005, 12:14:07 AM
There was an error while processing a database query.

While executing query "SELECT c.pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, msg_id, author_id, msg_author, UNIX_TIMESTAMP(msg_date) as msg_date, msg_body, aid FROM cpg1321_comments as c, cpg1321_pictures as p WHERE approved = 'YES' AND c.pid = p.pid   ORDER by msg_id DESC  LIMIT 0 ,8" on 0

mySQL error: Got error 127 from table handler


it worked before! My server crashed and the this is the bug-fix text! Help!! I already re-installed!
Title: Re: There was an error while processing a database query
Post by: Joachim Müller on January 05, 2005, 01:38:32 AM
the mySQL table is broken. Try repairing it, as suggested here: http://dev.mysql.com/doc/mysql/en/Repair.html

Joachim