1030 Got error -1 from storage engine
in:
[SELECT c.categories_id, c.parent_id, GREATEST(c.date_added, IFNULL(c.last_modified, 0)) AS categories_date, c.categories_image, cd.categories_name, cd.categories_description FROM categories c LEFT JOIN categories_description cd on c.categories_id = cd.categories_id WHERE c.parent_id = 0 AND cd.language_id = 2 AND c.categories_status= '1' ORDER BY c.sort_order, cd.categories_name]