I am getting this error whenever trying to load any of the front end.
MySQL ERROR:
Error Number: 1030
Description: Got error 28 from storage engine
Query: SELECT c.cat_name, c.cat_url_title, c.cat_id, c.cat_image, c.cat_description, c.parent_id, p.cat_id, p.entry_id, c.group_id , cg.field_html_formatting, fd.* FROM (exp_categories AS c, exp_category_posts AS p) LEFT JOIN exp_category_field_data AS fd ON fd.cat_id = c.cat_id LEFT JOIN exp_category_groups AS cg ON cg.group_id = c.group_id WHERE c.cat_id = p.cat_id AND p.entry_id IN ('145','143','141','139','138','136','135','134','133','131','130','126','124','125','123','122','121','120','119','118','117','116','115','114','113','112','111','110','109','108','107','96','95','94','93','92','91','90','89','88','87','86','85','84','83','82','81','80','76','75','77','74','72','71','69','70','68','66','67','65','62','63','60','61','57','59','55','56','54','52','53','49','47','48','45','43','44','42','41','39','38','40','36','37','35','34','33','29','30','31','28','27','26','25','24','21','23','22','20') ORDER BY c.group_id, c.parent_id, c.cat_orderHowever I can still login to admin panel just fine. Any ideas on on how to resolve this?