ERROR: Can't open file: 'ams_articles.MYI' (errno: 145)
---
SELECT count(article_id) AS allcount
FROM ams_articles, ams_categories
WHERE article_categoryid = category_id AND article_state = 1 AND
(category_id = '5' )
---
Unable to get articlesCan't open file: 'ams_articles.MYI' (errno: 145)