string(2) "de" array(9) { [1]=> string(2) "en" [2]=> string(2) "fr" [5]=> string(2) "it" [3]=> string(2) "pl" [10]=> string(2) "de" [4]=> string(2) "es" [7]=> string(2) "ro" [11]=> string(2) "da" [8]=> string(2) "hu" }
Warning: mysqli::query(): MySQL server has gone away in /home/expresshighs/public_html/system/library/db/mysqli.php on line 19Warning: mysqli::query(): Error reading result set's header in /home/expresshighs/public_html/system/library/db/mysqli.php on line 19Notice: Error: MySQL server has gone away
Error No: 2006
SELECT p.product_id FROM eh_product p LEFT JOIN eh_product_description pd ON pd.product_id = p.product_id LEFT JOIN eh_product_to_store p2s ON p2s.product_id = p.product_id WHERE pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND LOWER(name) REGEXP 'bk-2C-B' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 84Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 84Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '96' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '97' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '98' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '99' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '100' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '102' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '103' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '190' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '254' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '255' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '256' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '257' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '258' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '259' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '260' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '261' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '262' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '263' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '264' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '265' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '266' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '267' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '268' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '269' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '348' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '349' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '350' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '351' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '353' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '354' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '355' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '356' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '357' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '358' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '359' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '360' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '361' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '362' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '363' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '364' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '365' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '366' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '367' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '368' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '369' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '370' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '372' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '373' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '374' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '375' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '376' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '377' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '378' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '379' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '380' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '381' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '382' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '383' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '384' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '385' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '386' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '387' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '388' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '389' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '390' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '391' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '392' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '393' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '395' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '396' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '397' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '398' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '399' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '400' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '401' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '402' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '403' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '405' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '406' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '407' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '408' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '409' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '410' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '411' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '412' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '413' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '414' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '415' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '416' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '417' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '419' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '420' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '421' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '430' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '431' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '570' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '863' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '864' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '936' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '937' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '938' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '939' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '940' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '941' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '942' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '943' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '944' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '945' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '946' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '947' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '948' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '949' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '950' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '951' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=0' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=0' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=0' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=0' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT `pd`.* FROM `eh_product_recurring` `pp` JOIN `eh_recurring_description` `pd` ON `pd`.`language_id` = 10 AND `pd`.`recurring_id` = `pp`.`recurring_id` JOIN `eh_recurring` `p` ON `p`.`recurring_id` = `pd`.`recurring_id` WHERE `product_id` = 939 AND `status` = 1 AND `customer_group_id` = 1 ORDER BY `sort_order` ASC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 840Notice: Error: MySQL server has gone away
Error No: 2006
UPDATE eh_product SET viewed = (viewed + 1) WHERE product_id = '939' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_product_to_layout WHERE product_id = '939' AND store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 707Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 17Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_module WHERE layout_id = '4' AND position = 'column_left' ORDER BY sort_order in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 27Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/system/modification/catalog/controller/common/column_left.php on line 48Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_left' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_product_to_layout WHERE product_id = '939' AND store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 707Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 17Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_module WHERE layout_id = '4' AND position = 'column_right' ORDER BY sort_order in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 27Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/system/modification/catalog/controller/common/column_right.php on line 48Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/column_right' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_product_to_layout WHERE product_id = '939' AND store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 707Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 17Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_module WHERE layout_id = '4' AND position = 'content_top' ORDER BY sort_order in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 27Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/system/modification/catalog/controller/common/content_top.php on line 48Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_top' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_product_to_layout WHERE product_id = '939' AND store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 707Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 17Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_layout_module WHERE layout_id = '4' AND position = 'content_bottom' ORDER BY sort_order in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/design/layout.php on line 27Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/system/modification/catalog/controller/common/content_bottom.php on line 48Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/content_bottom' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_tmdform t LEFT JOIN eh_tmdform_description td ON (t.form_id = td.form_id) WHERE td.language_id = '10' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/catalog/model/tmdform/form.php on line 264Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_footer.php on line 47Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_tmdform t LEFT JOIN eh_tmdform_description td ON (t.form_id = td.form_id) WHERE t.form_id='0' and td.language_id = '10' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/tmdform/form.php on line 205Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE query = 'testimonial/testimonial' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_information i LEFT JOIN eh_information_description id ON (i.information_id = id.information_id) LEFT JOIN eh_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '10' AND i2s.store_id = '0' AND i.status = '1' AND i.information_id != -1 ORDER BY i.sort_order, LCASE(id.title) ASC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/catalog/information.php on line 12Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_footer.php on line 94Notice: Error: MySQL server has gone away
Error No: 2006
DELETE FROM `eh_customer_online` WHERE date_added < '2025-02-21 05:10:09' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Error: MySQL server has gone away
Error No: 2006
SELECT COUNT(*) AS total FROM `eh_customer_online` WHERE `ip` = '141.101.76.46' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/tool/online.php on line 8Notice: Error: MySQL server has gone away
Error No: 2006
REPLACE INTO `eh_customer_online` SET `ip` = '141.101.76.46', `customer_id` = '0', `url` = 'http://www.expresshighs.com/de/shop-fur-forschungschemikalien/research-chemicals-deutschland/kaufen-sie-forschungschemikalien-phenylethylamin/bk-2C-B-Germany', `referer` = 'http://www.expresshighs.com/de/shop-fur-forschungschemikalien/research-chemicals-deutschland/kaufen-sie-forschungschemikalien-phenylethylamin/bk-2C-B-Germany', `date_added` = '2025-02-21 06:10:09' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/footer' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_mpoints_menu m LEFT JOIN eh_mpoints_menu_description md ON (m.mpoints_menu_id = md.mpoints_menu_id) LEFT JOIN eh_mpoints_menu_to_store m2s ON (m.mpoints_menu_id = m2s.mpoints_menu_id) WHERE md.language_id = '10' AND m2s.store_id = '0' AND m.status = '1' ORDER BY m.sort_order ASC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/catalog/model/catalog/mega_menu.php on line 6Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/catalog/controller/common/mega_menu.php on line 82Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/mega_menu' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_setting WHERE `code` = 'geo_ip_tools' ORDER BY `key` ASC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/catalog/controller/extension/module/geo_ip_tools.php on line 222Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/catalog/controller/extension/module/geo_ip_tools.php on line 222Notice: Undefined index: testing_mode in /home/expresshighs/public_html/catalog/controller/extension/module/geo_ip_tools.php on line 23Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_setting WHERE store_id = '0' AND `code` = 'd_ajax_search' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/catalog/model/setting/setting.php on line 8Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/catalog/model/setting/setting.php on line 8Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '1' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '1' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '2' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '2' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '5' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '5' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '3' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '3' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '4' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '4' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '6' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '6' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '7' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '7' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '9' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '9' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '11' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '11' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '8' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '8' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_category c LEFT JOIN eh_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN eh_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '10' AND c2s.store_id = '0' AND c.status = '1' AND c.category_id != -1 ORDER BY c.sort_order, LCASE(cd.name) in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/system/modification/catalog/model/catalog/category.php on line 12Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_header.php on line 159Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_tmdform t LEFT JOIN eh_tmdform_description td ON (t.form_id = td.form_id) WHERE td.language_id = '10' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/catalog/model/tmdform/form.php on line 278Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_header.php on line 205Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/language' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'category_id=74' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 437Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_url_alias WHERE `query` = 'product_id=939' AND (`language_id` = '10' OR `language_id` = 0) ORDER BY language_id DESC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php on line 348Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/currency' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/search' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_extension WHERE `type` = 'total' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/catalog/model/extension/extension.php on line 6Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-catalog_controller_common_cart.php on line 19Warning: array_multisort(): Argument #3 is expected to be an array or a sort flag in /home/expresshighs/public_html/vqmod/vqcache/vq2-catalog_controller_common_cart.php on line 23Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-catalog_controller_common_cart.php on line 25Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/cart' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'common/header' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_setting WHERE store_id = '0' AND `code` = 'd_ajax_search' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/catalog/model/setting/setting.php on line 8Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/catalog/model/setting/setting.php on line 8Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'product/product' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6 Kaufen Sie bk-2C-B Deutschland - Express Highs

bk-2C-B

bk-2C-B


Aufdeckung der chemischen Struktur von βeta-Keto-4-Bromo-2|5-Dimethoxyphenylamin

βeta-keto-4-bromo-2, 5-dimethoxyphenylamin, auch bekannt als bk-2C-B, ist eine faszinierende Forschungschemikalie mit einer komplexen Molekülstruktur. Diese Verbindung gehört zur Klasse der Phenethylamine und weist strukturelle Ähnlichkeiten mit anderen bekannten psychoaktiven Substanzen auf.

Molekulare Zusammensetzung

Die chemische Formel von bk-2C-B besteht aus Kohlenstoff-, Wasserstoff-, Stickstoff-, Sauerstoff- und Bromatomen. Seine Struktur weist einen Phenylring mit zwei Methoxygruppen an den Positionen 2 und 5, ein Bromatom an der Position 4 und eine Beta-Ketogruppe auf, die an die Ethylamin-Seitenkette gebunden ist.

Strukturelle Bedeutung

Die Anwesenheit der Beta-Ketogruppe unterscheidet diese Verbindung von ihrem Ausgangsmolekül 2C-B. Diese Modifikation verändert die physikalischen und chemischen Eigenschaften der Verbindung und beeinflusst möglicherweise ihre pharmakologischen Wirkungen und ihren Stoffwechsel. Das Verständnis dieser strukturellen Nuancen ist für Forscher, die die potenziellen Anwendungen und Wirkungen von βeta-Keto-4-bromo-2,5-dimethoxyphenylamin in verschiedenen wissenschaftlichen Kontexten untersuchen, von entscheidender Bedeutung.

Forschungsanwendungen und potenzielle Einsatzmöglichkeiten der „Forschungschemikalie“ βeta-Keto-4-Bromo-2|5-Dimethoxyphenylamin

βeta-Keto-4-bromo-2,5-dimethoxyphenylamine, auch bekannt als bk-2C-B, ist eine neuartige synthetische Verbindung, die in der wissenschaftlichen Gemeinschaft aufgrund ihrer potenziellen Forschungsanwendungen auf Interesse gestoßen ist. Als Forschungschemikalie bietet sie einzigartige Möglichkeiten zur Untersuchung neurochemischer Prozesse und Rezeptorinteraktionen.

Neurologische Studien

Wissenschaftler erforschen die Auswirkungen der Verbindung auf Serotoninrezeptoren, die Erkenntnisse über die Stimmungsregulierung und die kognitive Funktion liefern könnten. Diese Forschung könnte möglicherweise zur Entwicklung neuer Behandlungsmethoden für neurologische Störungen beitragen.

Pharmakologische Untersuchungen

Die strukturellen Ähnlichkeiten zwischen βeta-Keto-4-bromo-2,5-dimethoxyphenylamin und anderen Phenethylaminen machen es zu einem wertvollen Instrument für vergleichende Studien. Forscher untersuchen seine Pharmakokinetik und seinen Stoffwechsel, um die breitere Klasse verwandter Verbindungen besser zu verstehen.

Anwendungen in der analytischen Chemie

Im Bereich der analytischen Chemie dient diese Forschungschemikalie als Referenzstandard für die Entwicklung und Verfeinerung von Nachweismethoden. Seine einzigartige Molekülstruktur ermöglicht es Wissenschaftlern, Techniken zur Identifizierung und Quantifizierung ähnlicher Substanzen in verschiedenen Matrizen zu verbessern.

Sicherheitsprotokolle

Bei der Arbeit mit βeta-Keto-4-bromo-2,5-dimethoxyphenylamin ist es unerlässlich, strenge Sicherheitsrichtlinien einzuhalten. Tragen Sie stets angemessene persönliche Schutzausrüstung, einschließlich Handschuhe, Schutzbrille und Laborkittel. Verwenden Sie diese Forschungschemikalie in einem gut belüfteten Bereich oder einer Abzugshaube, um das Expositionsrisiko zu minimieren. Dieses Produkt ist strengstens nicht für den menschlichen Verzehr bestimmt.


Anmeldelser om bk-2C-B

Samlet anmeldelser (0)
klik her for at tilfje anmeldelse af dette produkt.


bk-2C-B

  • Hersteller: Research Chemicals
  • Artikelnr. bk-2C-B
  • Only Ships to: Worldwide (Excluding USA and UK)
  • Verfügbarkeit: Lagernd
  • £24,00


Mögliche Optionen

Notice: Error: MySQL server has gone away
Error No: 2006
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM eh_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 eh_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, (SELECT points FROM eh_product_reward pr WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name FROM eh_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '10') AS stock_status, (SELECT wcd.unit FROM eh_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '10') AS weight_class, (SELECT lcd.unit FROM eh_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '10') AS length_class, (SELECT AVG(rating) AS total FROM eh_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM eh_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM eh_product p LEFT JOIN eh_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN eh_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN eh_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '939' AND pd.language_id = '10' AND p.status = '1' AND p.date_available <= NOW() AND p.product_id IN (SELECT p2c.product_id FROM eh_product_to_category p2c WHERE p2c.category_id != -1) AND p.manufacturer_id != -1 AND p.product_id != -1 AND p2s.store_id = '0' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'num_rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 121Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_product_discount WHERE product_id = '939' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY quantity ASC, priority ASC, price ASC in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 602Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_product_option po LEFT JOIN `eh_option` o ON (po.option_id = o.option_id) LEFT JOIN eh_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '939' AND od.language_id = '10' ORDER BY o.sort_order in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'rows' of non-object in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 551Warning: Invalid argument supplied for foreach() in /home/expresshighs/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php on line 551Notice: Error: MySQL server has gone away
Error No: 2006
SELECT * FROM eh_theme WHERE store_id = '0' AND theme = 'default' AND route = 'myoc/pod' in /home/expresshighs/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property 'row' of non-object in /home/expresshighs/public_html/catalog/model/extension/module/d_twig_manager.php on line 6

Ähnliche Produkte

..

£0,00

..

£0,00

..

£0,00

..

£0,00