MySQL error: 1
Can't create/write to file '/tmp/#sql_c62_0.MYD' (Errcode: 17)
Query:
SELECT t.*, f.name AS forumname, p.message AS postmessage
FROM mybb_threads t
LEFT JOIN mybb_forums f ON (f.fid=t.fid)
LEFT JOIN mybb_posts p ON (p.pid=t.firstpost)
WHERE t.visible=1 AND t.closed NOT LIKE 'moved|%' AND f.fid NOT IN('12')
ORDER BY t.dateline DESC
LIMIT 0, 20