Getting this error when I go to the 'threads subscribed by <user> page in my profile;
java.sql.SQLException: Disk full (/tmp/#sql_66b6_1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Query being executed when exception was thrown:
SELECT SQL_CALC_FOUND_ROWS t.*, p.user_id AS last_user_id, p.post_time, p.attach AS attach, t.topic_lastpostsummary AS summarystr, t.topic_firstpostsummary AS summarystr_first, jb.bookmark_id as bookid FROM jforum_bookmarks jb, jforum_topics t, jforum_posts p WHERE jb.user_id=21720 AND jb.relation_id=t.topic_id AND jb.relation_type=2 AND p.post_id = t.topic_last_post_id AND t.forum_id IN(65,6,71,7,11,13,66,8,73,56,68,96,90,14,15,16,17,18,31,69,91,32,22,19,57,58,93,27,59,29,81,82,26,94,30,84,24,25,92,70,9,10,95,54,55) ORDER BY t.topic_last_post_id DESC LIMIT 0, 50