ERROR: Table 'ams_articles' is marked as crashed and should be repaired
---
SELECT count(article_id) AS allcount
FROM ams_articles, ams_categories
WHERE article_categoryid = category_id AND article_state = 1 AND
(category_id = '2' OR category_parentid = 2 )
---
Unable to get articlesTable 'ams_articles' is marked as crashed and should be repaired