Warning: mysqli::query(): MySQL server has gone away in /home/wwwroot/tk-kontinent.kz/system/library/db/mysqli.php on line 19Warning: mysqli::query(): Error reading result set's header in /home/wwwroot/tk-kontinent.kz/system/library/db/mysqli.php on line 19Notice: Error: MySQL server has gone away
Error No: 2006
SELECT p.product_id, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (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 < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) 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 < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC in /home/wwwroot/tk-kontinent.kz/system/library/db/mysqli.php on line 41Notice: Trying to get property of non-object in /home/wwwroot/tk-kontinent.kz/system/storage/modification/catalog/model/catalog/product.php on line 239Warning: Invalid argument supplied for foreach() in /home/wwwroot/tk-kontinent.kz/system/storage/modification/catalog/model/catalog/product.php on line 239Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) in /home/wwwroot/tk-kontinent.kz/system/library/db/mysqli.php on line 41Notice: Trying to get property of non-object in /home/wwwroot/tk-kontinent.kz/catalog/model/catalog/category.php on line 12Warning: Invalid argument supplied for foreach() in /home/wwwroot/tk-kontinent.kz/catalog/controller/feed/google_sitemap.php on line 78Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM oc_manufacturer m LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) LEFT JOIN oc_manufacturer_description md ON (m.manufacturer_id = md.manufacturer_id) WHERE md.language_id = '1' && m2s.store_id = '0' ORDER BY md.name in /home/wwwroot/tk-kontinent.kz/system/library/db/mysqli.php on line 41Notice: Trying to get property of non-object in /home/wwwroot/tk-kontinent.kz/catalog/model/catalog/manufacturer.php on line 51Warning: Invalid argument supplied for foreach() in /home/wwwroot/tk-kontinent.kz/catalog/controller/feed/google_sitemap.php on line 36Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC in /home/wwwroot/tk-kontinent.kz/system/library/db/mysqli.php on line 41Notice: Trying to get property of non-object in /home/wwwroot/tk-kontinent.kz/catalog/model/catalog/information.php on line 12Warning: Invalid argument supplied for foreach() in /home/wwwroot/tk-kontinent.kz/catalog/controller/feed/google_sitemap.php on line 58