SQL: SELECT attach.*,t.tid,t.fid,t.digest,t.author,t.subject,t.displayorder
FROM `[Table]attachments` attach
LEFT JOIN `[Table]threads` t
ON `t`.`tid`=`attach`.`tid`
WHERE `attach`.`readperm`='0' AND `attach`.`price`='0'
AND `displayorder`>='0'
AND `attach`.`isimage`='1'
AND `digest` IN ('1')
ORDER BY `attach`.`dateline` DESC
LIMIT 0,25;
Error: Got error 12 from table handler
Errno.: 1030
Similar error report has beed dispatched to administrator before.