While executing query "SELECT sum(hits) FROM copper_pictures as p LEFT JOIN copper_albums as a ON p.aid=a.aid WHERE 1" on 0
mySQL error: Got error 127 from table handler
what should i do ?!?
i just uploaded some pics, suddenly this message appeared !!
DEBUG-INFO.txt (http://floseim.fl.funpic.de/debug-info.txt)
thx
Repair the table using phpmyadmin
and how ?
Use your website's Control Panel to repair the tables, or use phpMyAdmin to execute these sql queries:
repair table copper_pictures
repair table copper_albums
thx a lot. ;D