Fatal error: Uncaught Exception: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY p.color' at line 15 query:
SELECT
p.id product_id,
p.url,
cl.id id,
cl.img image,
cl.name name
FROM
`products` p
left join colors cl on cl.id = p.color
WHERE
p.title = ? AND
p.category = ? AND
p.enabled = 1 AND
p.glass =
GROUP BY p.color in /var/www/u1083246/data/www/dveriteka.ru/inc/MysqliDb.php:2004
Stack trace:
#0 /var/www/u1083246/data/www/dveriteka.ru/inc/MysqliDb.php(563): MysqliDb->_prepareQuery()
#1 /var/www/u1083246/data/www/dveriteka.ru/product.php(35): MysqliDb->rawQuery('\n SELECT \n ...', Array)
#2 {main}
thrown in /var/www/u1083246/data/www/dveriteka.ru/inc/MysqliDb.php on line 2004