Error

Table './devpointer/article' is marked as crashed and should be repaired
SELECT id, site_id, url, type, post_login, post_date, post_time, pub_date, title, rating, times_read, popularity, keywords, is_active, is_categorized, summary FROM article WHERE is_active = 'Y' AND times_read > 0 ORDER BY times_read DESC, post_time DESC LIMIT 30 Stack Trace:
ArticleList.class:59 dbi_query ( "SELECT id, site_id, url, type, post_logi..." )
data.php:835 articlelist ( "A", "is_active = 'Y' AND times_read > 0", "times_read DESC, post_time DESC", "30", false )
top.php:13 get_top_articles ( "30" )