MySQL Error!
MySQL error in file: /engine/modules/show.short.php at line 250
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 'DESCDESC LIMIT 0,10' at line 1
SQL query:

SELECT p.id, p.autor, p.q_tovar, p.q_pac, p.multiplicity, p.stock, p.seria, p.number, p.articul, p.has_balance, p.is_allow_cart, p.date, p.short_story, p.full_story, p.xfields, p.title, p.category, p.alt_name, e.allow_rss_turbo, e.allow_rss_dzen FROM dle_post p INNER JOIN (SELECT DISTINCT(dle_post_extras_cats.news_id) FROM dle_post_extras_cats WHERE cat_id IN ('1235')) 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 ORDER BY date, has_balance DESCDESC LIMIT 0,10