- Joined
- Oct 17, 2016
- Messages
- 38
- Reaction score
- 2
- Points
- 8
- Age
- 36
8 Years of Service
im getting this Error when people try to register
Code:
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
Generated By: Unknown Account, 5 minutes ago
Stack Trace
#0 /home/davidmccl1/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/davidmccl1/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/davidmccl1/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/davidmccl1/public_html/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_user', Array)
#4 /home/davidmccl1/public_html/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 /home/davidmccl1/public_html/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 /home/davidmccl1/public_html/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#7 /home/davidmccl1/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionRegister()
#8 /home/davidmccl1/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /home/davidmccl1/public_html/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(53) "http://www.moddinginc.com/index.php?register/register"
["_GET"] => array(1) {
["register/register"] => string(0) ""
}
["_POST"] => array(14) {
["username"] => string(0) ""
["41d61680b67da307b72833cb74a8dce9"] => string(10) "Tony1234"
["d8482877cb2b1c964b1dffe9d0bd5d6e"] => string(0) ""
["3e3f1f911c4054540455e10e01100052"] => string(18) "[email protected]"
["18eeec68fc8447f03b923025ab6e69fb"] => string(0) ""
["0eb965065bf01651bdd033b226f55593"] => string(4) "male"
["dob_month"] => string(1) "5"
["dob_day"] => string(2) "29"
["dob_year"] => string(4) "1986"
["b0ad1e663a9ab4a52d87b10856f6b26e"] => string(15) "America/Chicago"
["keycaptcha_code"] => string(172) "db815e12de8469d4d5bb30f414a3063d|53a7f4c132d725e03f104fcdbfda738e|http://back10.keycaptcha.com/swfs/ckc/f80052c1630056c58d3ad42e73368103-|6b1bd0ee2d98b74608fe62876b7ae8c6|1"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "226444ce8d685621c091775ccaf26d1f"
}
}