XF 1.5 Field 'ch_msg_color' doesn't have a default value

Triops

Well-known member
Where does this field come frome please?
Suddenly I get this error with every try for registration.
I deactivated some addons before but am unsure, if this is related (Crispins user map and few others, but reactivated user map again - this didn't solve the problem).

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'ch_msg_color' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, 2 minutes ago
Stack Trace
#0 /var/www/forum/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/forum/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/forum/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /var/www/forum/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_user', Array)
#4 /var/www/forum/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 /var/www/forum/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 /var/www/forum/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#7 /var/www/forum/library/XenForo/FrontController.php(369): XenForo_ControllerPublic_Register->actionRegister()
#8 /var/www/forum/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/forum/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
  ["url"] => string(48) "https://www.domain.de/register/register"
  ["_GET"] => array(1) {
    ["/register/register"] => string(0) ""
  }
  ["_POST"] => array(16) {
    ["username"] => string(0) ""
    ["1437d8498ed81fc112f5ceb0d183b164"] => string(10) "Franziskus"
    ["71f773cf2047fc96830a8cd71dd0d712"] => string(0) ""
    ["4a2de2237896f7d1744c8739d510b724"] => string(25) "franzi@gmail.com"
    ["password"] => string(8) "********"
    ["dd71fdec174f5c3a5edffa2f28d6b789"] => string(0) ""
    ["dob_month"] => string(1) "1"
    ["dob_day"] => string(2) "01"
    ["dob_year"] => string(4) "1970"
    ["9d1caa2fe79bcf403d3edf2984e58c16"] => array(1) {
      ["einstufung"] => string(0) ""
    }
    ["custom_fields_shown"] => array(1) {
      [0] => string(15) "einstufung"
    }
    ["a5faa162896225eeb7c2085ebead9c5e"] => string(16) "Europe/Amsterdam"
    ["g-recaptcha-response"] => string(356) "03AO6mBfyTR-iyjJ_q_y9Mu1JyaLvK63YjJZ2U9xkEv2TZOyI36zIOKIY2TY7WoSyLhl0A3dgr04uEE9OWtwIKFJEqsXaPkL9W9Y8d1gMYKxGcopMWySWHu2bPqgOHxa8yLcfLc7Tc5mFdyG2jR5sWasXHxoV9S6E4C18v-H-8SE0IQ_I7Q59Me6rTRXKsa8yTf0ePPLdAMzzeREVTkTCsPKfef9rD8RLlrLAngeIsiXbiqWasAjfxHX6186m3a09--dApRV8yj99FJZS_jooUhp1nMKCqtCZnra6J3ECUoDzEl8R4y0inLpsoMRZ5aUMD-mRNOx5bmO227RUSGgX2-h5GZChDDGwTtw"
    ["agree"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["reg_key"] => string(32) "11c1b20a7f111477b7b2849ca4949e50"
  }
}
Delete...Close
[/CODE]
 
Last edited:
Top Bottom