This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

KurtJensen
KurtJensen

Started getting this error tonight on my MintLinux laptop (Development Machine) when ever I try open "Users" in back end. I only have 2 front end users.

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. (SQL: select users.*, (select rainlab_forum_members.username from rainlab_forum_members where rainlab_forum_members.user_id = users.id) as forum_member_username from users order by name desc limit 20 offset 0)

/home/kurt/www/octoberRC/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 624

Any hints?

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.