1064: SELECT p.id,p.title,p.alt2,p.thumb,p.short,p.fbox, p.price,pc.category as catetitle FROM products p INNER JOIN product_prices ON p.id=product_prices.product_id INNER JOIN productcategories pc ON p.category=pc.id INNER JOIN addedfilters ad ON p.id=ad.p_id WHERE (ad.s_id=14) AND product_prices.country_id= group by p.id ORDER BY p.price DESC LIMIT 72
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 'group by p.id ORDER BY p.price DESC LIMIT 72' at line 7