SQL Error: Lost connection to MySQL server during query at /var/www/virazh/data/www/electrofox.ru/engine/Inclusio/Component/Shop/Class.php line 416
Array
(
[code] => 2013
[message] => Lost connection to MySQL server during query
[query] => SELECT *,
(select avg(reting) from c_shop_product_review where product_id=c_shop_product.id group by product_id) as rating,
(select brend from c_shop_brend where `c_shop_product`.brend=c_shop_brend.id) as `brend_name`,
(select min(priceNormal) from c_shop_product_price where productId=`c_shop_product`.`id`) as priceNormal,
(select min(priceDiscount) from c_shop_product_price where productId=`c_shop_product`.`id`) as priceDiscount
FROM `c_shop_product` WHERE `brend` = 14 GROUP BY `c_shop_product`.`id` ORDER BY `dop` Desc,`priceDiscount` ASC LIMIT 400,16
[context] => /var/www/virazh/data/www/electrofox.ru/engine/Inclusio/Component/Shop/Class.php line 416
)