- Affected App
- WoltLab Suite Calendar
Import vom Kalender 1.1.1 in einen 2.0.2 + 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\tcalendar...')
#1 /calendar/lib/system/worker/EventDateRebuildDataWorker.class.php(77): wcf\data\DatabaseObjectEditor->update(Array)
#2 /community/wcf/lib/acp/action/WorkerProxyAction.class.php(93): calendar\system\worker\EventDateRebuildDataWorker->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