got this error:
1030 - Got error 28 from storage engine
select p.products_id, p.products_folder, p.products_image, p.products_tax_class_id, p.products_price, cd.categories_name from products p, categories_description cd, products_to_categories p2c, categories c where c.categories_id = cd.categories_id and cd.categories_id = p2c.categories_id and c.categories_id = p2c.categories_id and p.products_id = p2c.products_id and DATE_SUB(CURDATE(),INTERVAL 9999 DAY) <= products_date_added and products_status = '1' order by products_date_added desc limit 9999
|