MySQL Error!
MySQL error in file: /engine/modules/show.full.php at line 1414
Error Number: 1
The Error returned was:
Can't create/write to file '/tmp/#sql_568_1.MAI' (Errcode: 28 "No space left on device")
SQL query:
SELECT id, date, short_story, xfields, title, category, alt_name, MATCH (title, short_story, full_story, xfields) AGAINST ('Фури-кури: Альтернатива ') as score FROM dle_post p INNER JOIN (SELECT DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN ('3','29','58','108','1','2','3','4','5','18','19','29','30','39','58','63','64','103','108','132','134','137','165','187','188','194','195','197','215','216','235','242','260','261','264','266')) c ON (p.id=c.news_id) WHERE MATCH (title, short_story, full_story, xfields) AGAINST ('Фури-кури: Альтернатива ') AND id != 34619 AND approve=1 ORDER BY score DESC LIMIT 10