1064: SELECT p.id,p.title,p.thumb,p.webp_thumb,p.alt2,
p.short,p.price,pc.id as cateid,pc.category as category_title
FROM products p
INNER JOIN productcategories pc ON p.category=pc.id
WHERE (p.pc=) AND (pc.showbrand=1 || pc.showbrand=3)
AND (p.product_status='newreleased')
order by p.orderby DESC LIMIT 36 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 ') AND (pc.showbrand=1 || pc.showbrand=3)
AND (p.product_status='newreleas...' at line 5