Question Problem with creating group

laudemort

New Member
Hi.
I have big problem with group creating on my forum, the problem is:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'staff_list' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214  
 Stack Trace #0 **/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 **/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 **/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 **/public_html/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_team', Array)
#4 **/public_html/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 **/public_html/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 **/public_html/library/Nobita/Teams/ControllerPublic/Team.php(939): XenForo_DataWriter->save()
#7 **/public_html/library/XenForo/FrontController.php(351): Nobita_Teams_ControllerPublic_Team->actionSave()
#8 **/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 **/public_html/index.php(13): XenForo_FrontController->run()
#10 {main}


do I have to do something, or is there a bug in the code?
version: 2.9.0 b
 
Does you have new install or just upgrade add-on?
Also have you comfort with manual run an query?
 
Back
Top