Guten Tag
Ich habe in einem Testforum den Updatr von 4.0 auf 4.1 installiert.
Beim Aktualisieren von Anzeigen, gibt bei einigen Punkten folgenden Fehler :
Code
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.
Stacktrace:
#0 /path/wcf/lib/data/DatabaseObjectEditor.class.php(68): wcf\system\database\Database->prepareStatement('UPDATE?gallery1...')
#1 /path/gallery/lib/system/worker/ImageRebuildDataWorker.class.php(104): wcf\data\DatabaseObjectEditor->update(Array)
#2 /path/wcf/lib/acp/action/WorkerProxyAction.class.php(93): gallery\system\worker\ImageRebuildDataWorker->execute()
#3 /path/wcf/lib/action/AbstractAction.class.php(49): wcf\acp\action\WorkerProxyAction->execute()
#4 /path/wcf/lib/action/AJAXInvokeAction.class.php(63): wcf\action\AbstractAction->__run()
#5 /path/wcf/lib/system/request/Request.class.php(58): wcf\action\AJAXInvokeAction->__run()
#6 /path/wcf/lib/system/request/RequestHandler.class.php(139): wcf\system\request\Request->execute()
#7 /path/acp/index.php(10): wcf\system\request\RequestHandler->handle('wbb', true)
#8 {main}
Display More
Im Error Webserverlog und mysqld.log kann ich keinen entsprechenden Eintrag finden.
Mysql Version : 5.1.73
PHP Version : 5.3.3-40
Wo liegt das Problem?
Besten Dank