升级以后群组发照片基本都出错

来源: 2013-08-20 19:22:38 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

出现以下信息,每次如此,没有例外。

系统发生错误

您可以选择 [ 向我们反馈这个错误 ] [ 重试 ] [ 返回 ] 或者 [ 回到首页 ]

错误位置: FILE: /include/cls.MySQL.php LINE: 84

[ 错误信息 ]

MySQL Query Error:SELECT `msgbody`, `msgid`, `postid` FROM `forum_msg_00` WHERE ()

[ TRACE ]

[13-08-21 10:18:08] /include/cls.MySQL.php (84) func_throwException([MySQL Query Error:SELECT `msgbody`, `msgid`, `postid` FROM `forum_msg_00` WHERE ()])
[13-08-21 10:18:08] /include/cls.MySQL.php (142) MySQL->query([SELECT `msgbody`, `msgid`, `postid` FROM `forum_msg_00` WHERE (), , ])
[13-08-21 10:18:08] /include/cls.Model.php (151) MySQL->getAll([[msgbody, msgid, postid], [[[]]], forum_msg_00])
[13-08-21 10:18:08] /groups/Action/bbs.php (95) Model->getAll([[msgbody, msgid, postid], [[[]]], forum_msg_00])
[13-08-21 10:18:08] /include/cls.Factory.php (332) bbs->ACT_bbsview()
[13-08-21 10:18:08] /include/cls.Factory.php (247) Factory->doAction([])
[13-08-21 10:18:08] /include/cls.Factory.php (154) Factory->loadAction()
[13-08-21 10:18:08] /groups/bbs.php (6) Factory->run([bbs])

[ 详细信息 ]

82: if(!($query = $func($sql , $this->conn)) && $type != 'SILENT'){
83: $mes = 'MySQL Query Error:'.$sql;
84: func_throwException($mes);
85: }else{
86: $this->sql[]=$sql;//记录执行语句