hollosch
Member
Following issue occurs:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'sticky_message_count' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generiert durch: hollosch, Vor einer Minute
Stapelverfolgung
#0 /../library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('INSERT INTO `xf...')
#1 /../library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'INSERT INTO `xf...')
#2 /../library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('INSERT INTO `xf...')
#3 /../library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#4 /../library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_team', Array)
#5 /../library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#6 /../library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#7 /../library/Nobita/Teams/ControllerPublic/Team.php(949): XenForo_DataWriter->save()
#8 /../library/XenForo/FrontController.php(347): Nobita_Teams_ControllerPublic_Team->actionSave()
#9 /../library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /../index.php(13): XenForo_FrontController->run()
#11 {main}
Benötigter Status
array(3) {
["url"] => string(33) "http://geislingen.net/groups/save"
["_GET"] => array(0) {
}
["_POST"] => array(9) {
["team_category_id"] => string(1) "1"
["title"] => string(10) "Testgruppe"
["tag_line"] => string(15) "Eine Testgruppe"
["about_html"] => string(34) "<p>Eine Testgruppe eben...<br></p>"
["_xfRelativeResolver"] => string(32) "http://geislingen.net/groups/add"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(11) "/groups/add"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}