Error: Table './OC-PL-CO-UK/product' is marked as crashed and should be repaired
Error No: 145
SELECT COUNT(*) AS total FROM product_to_category p2c LEFT JOIN product p ON (p2c.product_id = p.product_id) WHERE p.status = '1' AND p.date_available <= NOW() AND p2c.category_id = '48'