Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT SQL_CALC_FOUND_ROWS p.* ,pd.* , (SELECT ps.`price` FROM `gu_product_special` ps WHERE ps.`product_id` = p.`product_id` AND ((ps.`customer_group_id` = 1) AND (ps.`date_start` = '0000-00-00' OR ps.`date_start` <= '2025-02-06') AND (ps.`date_end` = '0000-00-00' OR ps.`date_end` > '2025-02-06')) ORDER BY ps.`priority`, ps.`price` LIMIT 1) AS special ,p.`stock_status_id` AS stock_status , IF(((ps.`customer_group_id` = 1) AND (ps.`date_start` = '0000-00-00' OR ps.`date_start` <= '2025-02-06') AND (ps.`date_end` = '0000-00-00' OR ps.`date_end` > '2025-02-06')), ps.`price`, p.`price`) AS price_sort , IFNULL((SELECT ROUND(AVG(rating)) AS total FROM `gu_review` r1 WHERE r1.`product_id` = p.`product_id` AND r1.`status` = 1 GROUP BY r1.`product_id`),0) AS rating , IFNULL((SELECT COUNT(*) AS total FROM `gu_review` r2 WHERE r2.`product_id` = p.`product_id` AND r2.`status` = 1 GROUP BY r2.`product_id`),0) AS reviews FROM `gu_product` in /home/guga.bg/public_html/system/library/db/mysqli.php on line 40