MySQL Error!
MySQL error in file: /engine/cache/system/plugins/5a02677aed06147af2aadaa151a6efc0.php at line 83
Error Number: 3
The Error returned was:
Error writing file '/tmp/MYJdk4gV' (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) LEFT JOIN dle_dle_filter_news f ON (p.id=f.newsId) LEFT JOIN animetagbase atg ON (p.id=atg.news_id) WHERE approve=1 AND atg.tag in ('animetb_2741') AND category NOT REGEXP '([[:punct:]]|^)(15|1)([[:punct:]]|$)' AND date < '2024-04-29 05:57:28' AND p.id NOT IN (SELECT DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN (17,13)) ORDER BY CEIL(e.rating / e.vote_num) desc LIMIT 216,24