XF 1.5 Server error when registering

Wasserlasser

Active member
I am not sure which part of the Forum causes this error so I am posting it here. I hope you can redirect me if another AddOn causes this problem

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'aupp_completed_tasks' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214

#0 /www/htdocs/w00e34a8/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /www/htdocs/w00e34a8/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /www/htdocs/w00e34a8/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /www/htdocs/w00e34a8/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_user', Array)
#4 /www/htdocs/w00e34a8/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 /www/htdocs/w00e34a8/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 /www/htdocs/w00e34a8/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#7 /www/htdocs/w00e34a8/library/Andy/RegisterEmail/ControllerPublic/Register.php(7): XenForo_ControllerPublic_Register->actionRegister()
#8 /www/htdocs/w00e34a8/library/XenForo/FrontController.php(351): Andy_RegisterEmail_ControllerPublic_Register->actionRegister()
#9 /www/htdocs/w00e34a8/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /www/htdocs/w00e34a8/index.php(13): XenForo_FrontController->run()
#11 {main}

Thanks for your help
 
Going by this

Code:
#7 /www/htdocs/w00e34a8/library/Andy/RegisterEmail/ControllerPublic/Register.php(7): XenForo_ControllerPublic_Register->actionRegister()

it looks like one of Andy B's add-ons.
 
I deactivated that AddOn and ran the debug mode and got this now


  • Zend_Db_Statement_Mysqli->_execute()
    inZend/Db/Statement.phpat line317
  • Zend_Db_Statement->execute()inZend/Db/Adapter/Abstract.phpat line479
  • Zend_Db_Adapter_Abstract->query()inZend/Db/Adapter/Abstract.phpat line574
  • Zend_Db_Adapter_Abstract->insert()inXenForo/DataWriter.phpat line1638
  • XenForo_DataWriter->_insert()inXenForo/DataWriter.phpat line1627
  • XenForo_DataWriter->_save()inXenForo/DataWriter.phpat line1419
  • XenForo_DataWriter->save()inXenForo/ControllerPublic/Register.phpat line416
  • XenForo_ControllerPublic_Register->actionRegister()inXenForo/FrontController.phpat line351
  • XenForo_FrontController->dispatch()inXenForo/FrontController.phpat line134
  • XenForo_FrontController->run()in/www/htdocs/w00e34a8/index.phpat line13

Should I uninstall it or should deactivating at least resolve that issue?
 
Top Bottom