Forums / Cotonti / Development / Siena Beta Testing

Bugfixing and evaluation cycle started

Trustmaster
#28183 2011-01-30 23:18
# pieter : I copied the new trunk version to my site and ran install.pgp.

Fatal error : SQL error 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.

http://www.broens.be/install.php
Yes, with more verbose error reporting now we see that PDO is not used properly. For SELECT queries either all results must be fetched or a cursor must be closed. I'll be fixing that, it may take a while.

I'd like to draw a line, because Feb 1st is approaching. Obviously, 0.9.0 is not going to be released on Feb 1st because of several critical bugs:
  • PDO does not work properly on some hosts with older php/mysql client API
  • Extrafields don't work properly
  • Polls don't work properly
May the Source be with you!