Hi there still getting these errors, it doesnt seem that Zend_Db is actually calling fetchAll on the PDO library, the result isnt being free'd so im getting this error

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.

Any ideas ? I cant seem to append this option as i use xml for the configs.

Reply via email to