ERROR: Sort aborted
---
SELECT *, DATE_FORMAT(article_submitteddate, '%b %D %Y') AS article_submitteddate2 , DATE_FORMAT(article_submitteddate, '%r') AS article_submitteddatetime FROM ams_articles LEFT JOIN ams_articleratings ON article_id = articlerating_articleid
INNER JOIN ams_users ON user_id = article_submitterid
WHERE article_state = 1
AND article_categoryid = 307 ORDER BY article_id DESC LIMIT 5
---
Sort abortedERROR: MySQL server has gone away
---
SELECT template_name, template_text FROM ams_amstemplates WHERE template_skin='default' AND template_set='articles' AND template_name = 'article' AND template_type = 0
---
MySQL server has gone awayERROR: MySQL server has gone away
---
SELECT template_name, template_text FROM ams_amstemplates WHERE template_skin='default' AND (template_set='Main' OR template_set='universal') AND template_type = 0
---
MySQL server has gone awayERROR: MySQL server has gone away
---
SELECT template_name, template_text FROM ams_amstemplates WHERE template_skin='default' AND (template_set='Main' OR template_set='universal') AND template_type = 1
---
MySQL server has gone away