-
Archives
-
Meta
Monthly Archives: December 2016
PHP PDO: How to solve “Cannot execute queries while other unbuffered queries are active”
While migrating one of my hobby projects from the PHP mysql extension to PDO, I came across this error: PHP Fatal error: Uncaught exception ‘PDOException’ with message ‘SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. … Continue reading
Posted in Development
Leave a comment