MySQL Error!
MySQL error in file: /engine/modules/show.short.php at line 108
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 'DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN' at line 1
SQL query:

SELECT title_en, short_story_en, full_story_en, title_ua, short_story_ua, full_story_ua, p.id, p.autor, p.date, p.short_story, p.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.allow_rss_turbo, e.allow_rss_dzen FROM dle_post p INNER JOIN (SELECT title_en, short_story_en, full_story_en, title_ua, short_story_ua, full_story_ua, DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN ('19')) c ON (p.id=c.news_id) LEFT JOIN dle_post_extras e ON (p.id=e.news_id) WHERE approve=1 AND allow_rss=1 AND e.allow_rss_turbo=1 AND date < '2026-06-13 07:02:37' ORDER BY date DESC LIMIT 0,10