Fehlermeldung

eichenkranz

Aktives Mitglied
Registriert
3. Sep. 2014
Beiträge
152
Punkte
41
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Prepared statement needs to be re-prepared - library/Zend/Db/Statement/Mysqli.php:214
Generiert durch: Unbekanntes Benutzerkonto, Heute um 08:44 Uhr
--------------------------------------------------------------------------------
#0 /var/www/vhosts/xxx.com/httpdocs/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/vhosts/xxx.com/httpdocs/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/vhosts/xxx.com/httpdocs/library/Zend/Db/Adapter/Abstract.php(808): Zend_Db_Adapter_Abstract->query('?????SELECT dat...', Array)
#3 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/Model/DataRegistry.php(144): Zend_Db_Adapter_Abstract->fetchPairs('?????SELECT dat...')
#4 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/Model/DataRegistry.php(97): XenForo_Model_DataRegistry->_getMultiFromDb(Array)
#5 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/Dependencies/Abstract.php(144): XenForo_Model_DataRegistry->getMulti(Array)
#6 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/FrontController.php(127): XenForo_Dependencies_Abstract->preLoadData()
#7 /var/www/vhosts/xxx.com/httpdocs/index.php(13): XenForo_FrontController->run()
#8 {main}
---------------------------------------------------------------------------------
array(3) {
["url"] => string(42) "http://xxx.com/index.php?liveupdate"
["_GET"] => array(1) {
["liveupdate"] => string(0) ""
}
["_POST"] => array(4) {
["_xfRequestUri"] => string(39) "/threads/du-und-ich.47/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}

Kann mir da einer weiterhelfen ????
 
Sieht nach einem Encoding Problem im AddOn Live-Update aus.

Deaktivier das mal und schaue ob der Fehler noch auftritt.

Wobei merkwürdigerweise keine AddOn Files im Backlog sind... aber die ??? im Query sind so auf jeden Fall nicht richtig.
 
Zurück
Oben