MySQL Error!
MySQL error in file: /engine/modules/show.short.php at line 69
Error Number: 1226
The Error returned was:
User 'growingscience' has exceeded the 'max_questions' resource (current value: 300000)
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, p.year, p.volume, p.issue, p.authors, p.originalfilename, p.fpage, p.tpage , e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason FROM gs_post p LEFT JOIN gs_post_extras e ON (p.id=e.news_id) WHERE p.id IN (3882) AND p.approve=1 AND date < '2024-12-22 08:24:59' ORDER BY volume DESC, issue DESC, fpage ASC, date DESC LIMIT 0,10