已解决 填写完数据库用户名密码等点击保存出现下面提示请问如何解决谢谢
填写完数据库用户名密码等 点击保存出现下面提示 请问如何解决 非常感谢!!!

Fatal error : Uncaught exception 'PDOException' with message '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.' in D:\PHPnow-1.5.6\htdocs\crm\app\sys\install\model.php:352 Stack trace: #0 D:\PHPnow-1.5.6\htdocs\crm\app\sys\install\model.php(352): PDO->query('CREATE TABLE IF...') #1 D:\PHPnow-1.5.6\htdocs\crm\tmp\model\install.php(10): installModel->createTable('5.1') #2 D:\PHPnow-1.5.6\htdocs\crm\app\sys\install\model.php(234): extinstallModel->createTable('5.1') #3 D:\PHPnow-1.5.6\htdocs\crm\app\sys\install\control.php(108): installModel->checkConfig() #4 D:\PHPnow-1.5.6\htdocs\crm\framework\base\router.class.php(1690): install->step3() #5 D:\PHPnow-1.5.6\htdocs\crm\www\sys\install.php(37): baseRouter->loadModule(Array, Array) #6 {main} thrown in  D:\PHPnow-1.5.6\htdocs\crm\app\sys\install\model.php  on line  352


设置备注
答案列表
2018/01/08
使用的mysql php版本是什么版本的?
2018/01/08
PHP版本:5.2.17
MYSQL版本:5.5.35.t15-log
2018/01/08
可以升级下php版本试试。