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 ('Dog Geniuses ') 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 ('55','280','14','15','16','17','23','24','32','33','34','35','36','37','44','47','50','55','62','66','72','92','109','124','157','159','179','211','238','256','265','267','268','269','274','279','280','284','294','296','299','308','313')) c ON (p.id=c.news_id) WHERE MATCH (title, short_story, full_story, xfields) AGAINST ('Dog Geniuses ') AND id != 38272 AND approve=1 ORDER BY score DESC LIMIT 10