My forum has all of a sudden been disabled due to a SQL error. This is what my log contains:
(rid=1&S=67029ec4a0019832d400cd7dd4af5e26) 1030: Got error 28 from table handler
Query: SELECT fud_msg.subject, fud_cat.description, fud_cat.name AS cat_name, fud_cat.default_view, fud_cat.allow_collapse, fud_forum.*, fud_forum_read.last_view, fud_msg.id AS msg_id, fud_msg.post_stamp AS msg_post_stamp, fud_users.id AS user_id, fud_users.alias AS user_login FROM fud_cat INNER JOIN fud_forum ON fud_cat.id=fud_forum.cat_id LEFT JOIN fud_msg ON fud_forum.last_post_id=fud_msg.id LEFT JOIN fud_users ON fud_msg.poster_id=fud_users.id LEFT JOIN fud_forum_read ON fud_forum.id=fud_forum_read.forum_id AND fud_forum_read.user_id=1 ORDER BY fud_cat.view_order, fud_forum.view_order
Server Version: 3.23.49-log
[Referring Page] http://www.furahakoren.org/forum/adm/consist.php
Any ideas?