XF 1.5 New user registration; Mysqli statement execute error : Field 'ehytp_id' doesn't have a default val

xf 1.5

We encounter such an error; :(


Hata Bilgisi
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'ehytp_id' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214
Oluşturan: Bilinmeyen Hesap, 18 dakika önce
Yığın İzleme
#0 /var/www/vhosts/xxx.com/httpdocs/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/vhosts/xxx.com/httpdocs/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/vhosts/xxx.com/httpdocs/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_user_profile', Array)
#4 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#7 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionRegister()
#8 /var/www/vhosts/xxx.com/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/vhosts/xxx.com/httpdocs/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(46) "https://www.xyz.com/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(16) {
["username"] => string(0) ""
["471afc8d01ead0a31c8d2ca2f3df9f70"] => string(4) "Teyp"
["f5f601a1c891afb8474e2624cbda472a"] => string(22) "sosyalliste@yandex.com"
["7e655a1bbca54aab73ac843a3c63d183"] => string(0) ""
["cf5faea2112f541dcd8e4cda28c97242"] => string(4) "male"
["dob_month"] => string(2) "10"
["dob_day"] => string(2) "24"
["dob_year"] => string(4) "1978"
["1511e4c5450bbf3fe3460835e8d6dde9"] => array(1) {
["nmiyotiyna"] => string(0) ""
}
["custom_fields_shown"] => array(1) {
[0] => string(10) "nmiyotiyna"
}
["eaf85a0fb17183928ecf13a5357da247"] => string(13) "Europe/Moscow"
["recaptcha_challenge_field"] => string(228) "03AI-r6f6t1_YMVexubnfPs3nDZHgVPB1Ifn6XyodvHfU7VeoWvb9ZSeVMaAU6oyzOh-nBK1T5aDWME6sYnMKzoif5ceTxjbM_nGGomVTZHxO7eZULll6FSY1UZypkehYxRZ04tuhNDlIz6KNUKPrzTiRZ1DmZDbTeENRXPyXSWi0MDMOAmHOy4ZMKuwXX_ostnajoOZpcc72lg5H5EFLfuYXwjz0YfbjhmA"
["recaptcha_response_field"] => string(18) "MUEBLES BLACKSTONE"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "6b292240ssdrefffdfb074896bc4777e3377783ea"
}
}
 
Last edited:
Top Bottom