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`  join  `c_shop_category_product` on c_shop_product.id= `c_shop_category_product`.product_id WHERE `category_id` in (194,92,37,94,355,20,99,100,24,61,62,63,214,215,45,46,347,348,349,350,351,352,50,43,52,338,53,54,56,57,59,64,65,35,357,66,67,268,178,269,71,39,47,72,73,75,76,274,280,85,86,87,88,89,90,107,84,81,82,95,96,177,83,91,102,38,69,103,104,105,356,276,277,278,279,281,108,122,206,225,226,227,211,336,282,283,275) GROUP BY `c_shop_product`.`id` ORDER BY `dop` Desc,`priceDiscount` ASC, c_shop_product.id  LIMIT 256,16
    [context] => /var/www/virazh/data/www/electrofox.ru/engine/Inclusio/Component/Shop/Class.php line 416
)