MySQL Error!
MySQL error in file: /engine/cache/system/plugins/e5cfb1d9348b7797f70caf126c65deb4.php at line 2047
Error Number: 1064
The Error returned was:
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JOIN dle_post_extras e ON (p.id=e.news_id) WHERE (id IN ('1904','1288','2344...' at line 3
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, e.news_read, e.allow_rate, e.rating, e.vote_num, e.votes, e.view_edit, e.editdate, e.editor, e.reason FROM dle_post p LEFT JOIN dle_xfields xfields ON (p.id = xfields.news_id) <!-- Add this line LEFT JOIN dle_post_extras e ON (p.id=e.news_id) WHERE (id IN ('1904','1288','2344','7100','8450','1868','2430','2669','2372','3043')) AND p.id NOT IN ( SELECT DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN ('12') ) AND approve=1 AND date < '2025-05-01 13:08:27' ORDER BY date DESC LIMIT 0,10