查询语句错误 [1194]
错误信息: Table 'pre_forum_forumfield' is marked as crashed and should be repaired
SQL: SELECT t.tid, t.closed, f.*, ff.* , f.fid AS fid FROM pre_forum_thread t INNER JOIN pre_forum_forum f ON f.fid=t.fid LEFT JOIN pre_forum_forumfield ff ON ff.fid=f.fid WHERE t.tid='3517' AND t.displayorder>='0' LIMIT 1

点击这里寻求帮助

PHP Backtrace
FileLineFunction
source\class\class_core.php644db_mysql->halt()
source\class\class_core.php624db_mysql->query()
source\class\class_core.php811db_mysql->fetch_first()
source\function\function_forum.php479DB::fetch_first()
forum.php50loadforum()