MySQL Error!
------------------------
The Error returned was:
MySQL server has gone away
Error Number:
2006
SELECT p.id, p.autor, p.date, p.short_story, SUBSTRING(p.full_story, 1, 15) 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, e.downloads FROM dle_post p LEFT JOIN dle_post_extras e ON (p.id=e.news_id) WHERE category='5' AND approve=1 AND date < '2025-07-07 05:57:54' AND EXISTS(SELECT f.post_id FROM dle_post_files f WHERE p.id=f.post_id AND FIND_IN_SET('60',f.version)) ORDER BY fixed desc, date desc LIMIT 360,10