Notice: Error: Server shutdown in progress
Error No: 1053
SELECT COUNT(DISTINCT p.product_id) AS total FROM thd_product p LEFT JOIN thd_product_discount pdis ON p.product_id = pdis.product_id AND pdis.customer_group_id = '1' and pdis.quantity <= '1' AND ((pdis.date_start = '0000-00-00' OR pdis.date_start < NOW()) AND (pdis.date_end = '0000-00-00' OR pdis.date_end > NOW())) LEFT JOIN thd_product_special ps ON p.product_id = ps.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())) LEFT JOIN thd_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN thd_product_to_category p2c ON (p.product_id = p2c.product_id) WHERE p.status = '1' AND p2s.store_id = '0' AND p.date_available <= NOW() AND IF(pdis.quantity, pdis.quantity, '1') = '1' AND p2c.category_id = '206' in /home/thaddeus/public_html/system/database/mysqliz.php on line 53