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 ('870','2223','2224','2166','2219','2176','2167','2168','2169','2170','2171','2173','2174','2185','2220','2218','1143','882','863','853','2063','1249','2104','1234','1250','1879','1233','2034','2102','881','1014','884','883','888','2037','889','868','2188','1049','1050','1051','875','858','827','860','2107','861','877','890','878','859','880','857','854','862','876')) 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