MySQL Error!
MySQL error in file: /engine/cache/system/plugins/48e9650b75db8adba7186db64d4a586d.php at line 2478
Error Number: 1021
The Error returned was:
Disk full (/tmp/#sql-temptable-36d-2e9f7-2979.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SQL query:
SELECT p.id, p.autor, p.date, p.short_story, p.franchise_aap, CHAR_LENGTH(p.full_story) as full_story, p.xfields, p.title, p.descr, p.keywords, p.category, p.alt_name, p.comm_num, p.allow_comm, p.allow_main, p.approve, p.fixed, p.symbol, p.tags, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.disable_index, e.editdate, e.editor, e.reason , u.email, u.name, u.user_id, u.news_num, u.comm_num as user_comm_num, u.user_group, u.lastdate, u.reg_date, u.banned, u.allow_mail, u.info, u.signature, u.foto, u.fullname, u.land, u.favorites, u.pm_all, u.pm_unread, u.time_limit, u.xfields as user_xfields FROM dle_post p INNER JOIN (SELECT DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN ('2')) c ON (p.id=c.news_id) LEFT JOIN dle_post_extras e ON (p.id=e.news_id) LEFT JOIN dle_users u ON (e.user_id=u.user_id) WHERE approve=1 ORDER BY date DESC LIMIT 0,10