MySQL Error!
MySQL error in file: /engine/modules/webcash/classes/newdb.class.php at line 34
Error Number: 1
The Error returned was:
Can't create/write to file '/tmp/#sql_2f4e_1.MAI' (Errcode: 28 "No space left on device")
SQL query:

SELECT p.id, p.autor, p.date, p.short_story, CHAR_LENGTH(p.full_story) as full_story, p.xfields, p.title, p.category, p.alt_name, p.comm_num, p.allow_comm, p.fixed, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason FROM dle_post p LEFT JOIN dle_post_extras e ON (p.id=e.news_id) JOIN (SELECT id FROM dle_post LEFT JOIN dle_post_extras e ON (id=e.news_id) INNER JOIN (SELECT dle_post_extras_cats.news_id, GROUP_CONCAT(dle_post_extras_cats.cat_id) as ci FROM dle_post_extras_cats GROUP BY news_id HAVING (FIND_IN_SET('87', ci) > 0)) z ON (id=z.news_id) WHERE approve=1 AND (SUBSTRING_INDEX(SUBSTRING_INDEX(xfields, 'xfsearch|', -1), '||', 1) LIKE '%7 сынып%') ORDER BY news_read desc LIMIT 0,30) as l ON p.id=l.id