MySQL Error!
MySQL error in file: /engine/cache/system/plugins/b846d13e3842cd38f017d50a9f2243f7.php at line 99
Error Number: 1064
The Error returned was:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) AND approve=1 AND date < '2024-04-27 16:16:17' ORDER BY fixed desc, date DESC' at line 1
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.status, p.status_time, p.fixed, p.up, p.date_added, p.tags, p.region, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, 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 glaza_post p LEFT JOIN glaza_post_extras e ON (p.id=e.news_id) LEFT JOIN glaza_users u ON (e.user_id=u.user_id) WHERE category IN ('206','986','210','207','208','209','213') AND (region IN ()) AND approve=1 AND date < '2024-04-27 16:16:17' ORDER BY fixed desc, date DESC LIMIT 0,24