MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
- SQL Error:
- 1 - Can't create/write to file '/tmp/#sql_4ef1_0.MYI' (Errcode: 122)
- Query:
- SELECT t.*, t.subject AS threadsubject, u.username, u.usergroup, u.displaygroup, i.*, i.name AS iconname, t.dateline AS threaddate, t.lastpost AS threadlastpost FROM mybb_threads t LEFT JOIN mybb_icons i ON (i.iid=t.icon) LEFT JOIN mybb_users u ON (t.lastposter=u.username) WHERE t.visible = '1' AND fid NOT IN ('1','2','43','7','6','3','9','10','11','32','66','30','64','46','45','67','1','2','43','7','6','3','9','10','11','32','66','30','64','46','45','67','1','2','43','7','6','3','9','10','11','32','66','30','64','46','45','67') GROUP BY t.tid ORDER BY threaddate DESC LIMIT 0, 10