已解决 产品添加模块后报错
报错内容:
15:29:53 ERROR: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.

The sql is: SELECT account, realname FROM `zt_user` oRdEr bY `account`

in D:\Program Files\xampp\htdocs\zentaopms\lib\dao\dao.class.php on line 1058, last called by D:\Program Files\xampp\htdocs\zentaopms\lib\dao\dao.class.php on line 511 through function sqlError.
in D:\Program Files\xampp\htdocs\zentaopms\framework\router.class.php on line 1567 when visiting /zentaopms/www/index.php?m=tree&f=browse&productID=1&view=story
禅道版本 7.2.stable 源码包
操作系统 Windows XP
客户端浏览器 IE8

提问者: liuyi 悬赏:20 日期: 2015-12-17 15:35:33 答案:1 点击:1998

获取技术支持

QQ: 电话:
设置备注
答案列表
2015/12/17
请把xampp放到根目录,比如 D:\xampp  。然后重启启动服务操作试一下。