- Affected App
- WoltLab Suite Gallery
Und auch hier der Fehler, Import Galerie 1.1 in eine Galerie 2.0.3 + WBB 4.1 RC 1:
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 /community/wcf/lib/data/DatabaseObjectEditor.class.php(68): wcf\system\database\Database->prepareStatement('UPDATE\tgallery1...')
#1 /gallery/lib/system/worker/ImageRebuildDataWorker.class.php(104): wcf\data\DatabaseObjectEditor->update(Array)
#2 /community/wcf/lib/acp/action/WorkerProxyAction.class.php(93): gallery\system\worker\ImageRebuildDataWorker->execute()
#3 /community/wcf/lib/action/AbstractAction.class.php(49): wcf\acp\action\WorkerProxyAction->execute()
#4 /community/wcf/lib/action/AJAXInvokeAction.class.php(63): wcf\action\AbstractAction->__run()
#5 /community/wcf/lib/system/request/Request.class.php(58): wcf\action\AJAXInvokeAction->__run()
#6 /community/wcf/lib/system/request/RequestHandler.class.php(139): wcf\system\request\Request->execute()
#7 /community/acp/index.php(10): wcf\system\request\RequestHandler->handle('wbb', true)
#8 {main}
Display More