Error: Table './irbeauti_db/product' is marked as crashed and last (automatic?) repair failed
Error No: 144
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 = '56'