Warning: MySQL: Unable to save result set in /usr/home/httpd/VirtualHosts/forum/mysql.inc.php on line 71
SQL ERROR: Unable to do_query: SELECT COUNT(*) FROM w3t_Posts AS t1 WHERE t1.B_Topic = 1 AND t1.B_Board = 'news'
Got error 134 from table handler
And i can't fix it

mysql> SELECT COUNT(*) FROM w3t_Posts AS t1 WHERE t1.B_Topic = 1 AND t1.B_Board = 'news' ;
ERROR 1030: Got error 134 from table handler
mysql> REPAIR TABLE w3t_Posts;
+-------------------+--------+----------+--------------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+-------------------+--------+----------+--------------------------------------------------------+
| php_bbs.w3t_Posts | repair | error | The handler for the table doesn't support check/repair |
+-------------------+--------+----------+--------------------------------------------------------+
1 row in set (0.01 sec)
mysql> ANALYZE TABLE w3t_Posts;
+-------------------+---------+----------+--------------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+-------------------+---------+----------+--------------------------------------------------------+
| php_bbs.w3t_Posts | analyze | error | The handler for the table doesn't support check/repair |
+-------------------+---------+----------+--------------------------------------------------------+
1 row in set (0.01 sec)