SQL ERROR:
SCRIPT: /news/index.php
SQL: SELECT SQL_CALC_FOUND_ROWS * , ac_news.news_id AS _primaryKey , DATE_FORMAT(date_posted,'%M %D') AS xdate_posted , (@lcntr:=@lcntr+1) AS _item_no  FROM ac_news LEFT JOIN ac_news_category ON (ac_news.news_category_id = ac_news_category.news_category_id) LEFT JOIN ac_user ON (ac_news.user_id = ac_user.user_id) LEFT JOIN ac_status ON (resource_type='item') AND (resource_name='ac_news') AND (resource_id=ac_news.news_id) WHERE 1 AND (status != 'draft') AND (status != 'private') ORDER BY date_posted DESC, ac_news.news_id DESC  LIMIT 0, 10 
Got error -1 from storage engine