查询语句错误 [144]
错误信息: Table './yuantongct/pre_forum_thread' is marked as crashed and last (automatic?) repair failed
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='1071' 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()