XF 1.5 Mysqli statement execute error : Prepared statement needs to be re-prepared

ŽivaAkcija

Well-known member
got this error, also i contact my host and ask to increase this to 1200

table_definition_cache
table_open_cache

now got this again

Code:
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: SerijeSync, Pre 23 minuta
Stack Trace

#0 /home/klimefor/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/klimefor/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/klimefor/public_html/library/Zend/Db/Adapter/Abstract.php(734): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tSELECT\r\n\t\t...', Array)
#3 /home/klimefor/public_html/library/Siropu/Chat/Model.php(379): Zend_Db_Adapter_Abstract->fetchAll('\r\n\t\t\tSELECT\r\n\t\t...')
#4 /home/klimefor/public_html/library/Siropu/Chat/ControllerPublic/Chat.php(2464): Siropu_Chat_Model->getActiveUsers(Array)
#5 /home/klimefor/public_html/library/Siropu/Chat/ControllerPublic/Chat.php(1796): Siropu_Chat_ControllerPublic_Chat->_getChat(Array)
#6 /home/klimefor/public_html/library/XenForo/FrontController.php(351): Siropu_Chat_ControllerPublic_Chat->actionRefresh()
#7 /home/klimefor/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/klimefor/public_html/index.php(13): XenForo_FrontController->run()
#9 {main}

Request State

array(3) {
  ["url"] => string(49) "http://www.klimeforum.info/index.php?chat/refresh"
  ["_GET"] => array(1) {
    ["chat/refresh"] => string(0) ""
  }
  ["_POST"] => array(16) {
    ["room_id"] => string(1) "0"
    ["user_rooms"] => array(1) {
      [0] => string(2) "28"
    }
    ["last_id"] => string(2) "28"
    ["activity_last_id"] => string(1) "0"
    ["activity_last_update"] => string(1) "0"
    ["users_last_update"] => string(10) "1516800597"
    ["inverse"] => string(1) "0"
    ["hide_bot"] => string(1) "0"
    ["no_users"] => string(1) "0"
    ["show_ignored"] => string(1) "0"
    ["all_pages"] => string(1) "0"
    ["loading"] => string(1) "0"
    ["_xfRequestUri"] => string(1) "/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
I've been getting this errors in the log for several months. I've tried all the posted suggestions, server is running MariaDB 10.1 and PHP 5.6.35. I'm still on XF 1.5, but these are not believed to be caused by XF so that probably doesn't matter.
 
Top Bottom