Warning: mysql_query() [function.mysql-query]: MySQL server has gone away in /home/agh/domains/agarharvest.com/public_html/system/database/mysql.php on line 21Warning: mysql_query() [function.mysql-query]: Error reading result set's header in /home/agh/domains/agarharvest.com/public_html/system/database/mysql.php on line 21Notice: Error: MySQL server has gone away
Error No: 2006
SELECT COUNT(DISTINCT p.product_id) AS total FROM product p LEFT JOIN product_description pd ON (p.product_id = pd.product_id) LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN product_to_category p2c ON (p.product_id = p2c.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND (p2c.category_id = '301') in /home/agh/domains/agarharvest.com/public_html/system/database/mysql.php on line 49