XF 1.5 Mysqli statement execute error

thenashy

Active member
Every now and then I login to the ACP and find this error. What does it mean, and how do I fix it?

Code:
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Prepared statement needs to be re-prepared - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Friday at 1:05 AM

Code:
Stack Trace
#0 /home/broncos/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/broncos/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/broncos/public_html/library/Zend/Db/Adapter/Abstract.php(808): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tSELECT dat...', Array)
#3 /home/broncos/public_html/library/XenForo/Model/DataRegistry.php(144): Zend_Db_Adapter_Abstract->fetchPairs('\r\n\t\t\tSELECT dat...')
#4 /home/broncos/public_html/library/XenForo/Model/DataRegistry.php(97): XenForo_Model_DataRegistry->_getMultiFromDb(Array)
#5 /home/broncos/public_html/library/XenForo/Dependencies/Abstract.php(147): XenForo_Model_DataRegistry->getMulti(Array)
#6 /home/broncos/public_html/library/XenForo/FrontController.php(127): XenForo_Dependencies_Abstract->preLoadData()
#7 /home/broncos/public_html/index.php(13): XenForo_FrontController->run()
#8 {main}

Code:
Request State
array(3) {
  ["url"] => string(68) "SNIP/.....SNIP/ncos-talk.1995/?prefix_id=2"
  ["_GET"] => array(1) {
    ["prefix_id"] => string(1) "2"
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom