Fatal error: Uncaught Exception: Error: MySQL server has gone away<br />Error No: 2006<br />SELECT * FROM (SELECT p.product_id, p.sort_order, p.model, pd.name, p.quantity, p.price, p.date_added, p.quantity > 0 as nalichie, p.price > 0 as nalichie2, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < '2025-04-17 11:52:00' ) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > '2025-04-17 11:52:00' )) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_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-04-17 11:52:00' ) AND (ps.date_end = '0000-00-00' OR ps.date_end > '2025-04-17 11:52:00' )) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, p.rating FROM oc_product p LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_product in /var/www/html/mobilo4ka.ru/public_html/system/library/db/mysqli.php on line 40