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'
GROUP BY `attach`.`tid`
ORDER BY `attach`.`dateline` DESC
LIMIT 0,5; Error: Error writing file 'C:\WINDOWS\TEMP\MY81992' (Errcode: 28) Errno.: 3
Similar error report has beed dispatched to administrator before.