Prepared statement needs to be re-prepared

Douglas Taylor

Active member
I get a flurry of these in the early morning, not quite sure what the heck is up:

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, Today at 05:15
Stack Trace
#0 /home/jetc/public_html/forums/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/jetc/public_html/forums/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/jetc/public_html/forums/library/Zend/Db/Adapter/Abstract.php(825): Zend_Db_Adapter_Abstract->query('????SELECT cach...', 1)
#3 /home/jetc/public_html/forums/library/XenForo/Model/User.php(810): Zend_Db_Adapter_Abstract->fetchOne('????SELECT cach...', 1)
#4 /home/jetc/public_html/forums/library/XenForo/Model/User.php(785): XenForo_Model_User->setPermissionsOnVisitorArray(Array)
#5 /home/jetc/public_html/forums/library/XenForo/Visitor.php(395): XenForo_Model_User->getVisitingGuestUser()
#6 /home/jetc/public_html/forums/library/XenForo/Session.php(204): XenForo_Visitor::setup(false, Array)
#7 /home/jetc/public_html/forums/library/XenForo/Controller.php(286): XenForo_Session::startPublicSession(Object(Zend_Controller_Request_Http))
#8 /home/jetc/public_html/forums/library/XenForo/Controller.php(298): XenForo_Controller->_setupSession('Index')
#9 /home/jetc/public_html/forums/library/XenForo/FrontController.php(309): XenForo_Controller->preDispatch('Index')
#10 /home/jetc/public_html/forums/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /home/jetc/public_html/forums/index.php(13): XenForo_FrontController->run()
#12 {main}
Request State
array(3) {
  ["url"] => string(51) "http://forums.jetcareers.com/threads/vision.118660/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Top Bottom