SELECT gid, count( gid ) as member FROM `members`WHERE (gid =) and status=1 group by gid
错误位置: FILE: /include/cls.MySQL.php LINE: 138
[ 错误信息 ]
[ TRACE ]
[21-01-22 05:03:01] /include/cls.MySQL.php (138) func_throwException([Failed to prepare mysqli_stmt])
[21-01-22 05:03:01] /include/cls.Model.php (148) MySQL->getAll([SELECT gid, count( gid ) as member FROM `members`WHERE (gid =) and status=1 group by gid])
[21-01-22 05:03:01] /groups/Action/groups.php (707) Model->getAll([SELECT gid, count( gid ) as member FROM `members`WHERE (gid =) and status=1 group by gid])
[21-01-22 05:03:01] /groups/Action/groups.php (63) groups->_countlist([[]])
[21-01-22 05:03:01] /include/cls.Factory.php (337) groups->ACT_index()
[21-01-22 05:03:01] /include/cls.Factory.php (252) Factory->doAction([])
[21-01-22 05:03:01] /include/cls.Factory.php (159) Factory->loadAction()
[21-01-22 05:03:01] /groups/index.php (6) Factory->run([groups, index])
[ 运行节点 ]
基础服务器 3
[ 详细信息 ]
136: if (!$stmt = $this->conn->prepare( $this->querySQL )) {
137: debug::d($this->querySQL);
138: func_throwException("Failed to prepare mysqli_stmt");
139: }
140: