XF 1.4 Guests can register anymore => error URGENT

Betclever

Well-known member
Dear all,

I have a critical issue...
Guest users can't register anymore, they receive this :

A server error occurred. Please try again later.

I also notified that i don't have the option to validate users anymore...

Can someone tell me what I can do to solve this issue?

I have this as error in the logs:

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'competition_entries' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214
Généré par: Compte incconu, il y a 10 minutes
Trace de la pile
#0 /home/ibvnhais/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/ibvnhais/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/ibvnhais/public_html/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /home/ibvnhais/public_html/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_user', Array)
#4 /home/ibvnhais/public_html/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#5 /home/ibvnhais/public_html/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#6 /home/ibvnhais/public_html/library/*******/Credits/DataWriter/User.php(18): XenForo_DataWriter->save()
#7 /home/ibvnhais/public_html/library/XenForo/ControllerPublic/Register.php(416): *******_Credits_DataWriter_User->save()
#8 /home/ibvnhais/public_html/library/Tac/DeDos/ControllerPublic/Register.php(51): XenForo_ControllerPublic_Register->actionRegister()
#9 /home/ibvnhais/public_html/library/Andy/NewUserConversation/ControllerPublic/Register.php(16): Tac_DeDos_ControllerPublic_Register->actionRegister()
#10 /home/ibvnhais/public_html/library/XenForo/FrontController.php(347): Andy_NewUserConversation_ControllerPublic_Register->actionRegister()
#11 /home/ibvnhais/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#12 /home/ibvnhais/public_html/index.php(13): XenForo_FrontController->run()
#13 {main}
État de la demande
array(3) {
  ["url"] => string(39) "http://bet-clever.com/register/register"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(15) {
    ["username"] => string(0) ""
    ["498f08fddb3843177774f40254ab8d28"] => string(9) "testherv3"
    ["9e34e8661ed55c6c1dfed5ef541f79d2"] => string(19) "lorringe@hotmail.fr"
    ["1e72df4ca0998f8439b716bb7d1e8e66"] => string(4) "male"
    ["dob_month"] => string(1) "3"
    ["dob_day"] => string(1) "4"
    ["dob_year"] => string(4) "1985"
    ["1b48071c43e94068c082aaf0c639ce3d"] => array(1) {
      ["ndvhnmu"] => string(0) ""
    }
    ["custom_fields_shown"] => array(1) {
      [0] => string(7) "ndvhnmu"
    }
    ["472bb9e40a0e4fb90fff720b862b251e"] => string(16) "Europe/Amsterdam"
    ["recaptcha_challenge_field"] => string(206) "03AHJ_Vus2yUUQfp8lv-ySL6rjxLxTJgM9GulJiICY7c1AxUQeadJ56dR-KmfNPb5HE35nnMgyPMEi5i7vsHQvV-j91kZUP9FTE2kas2YO44C4uUho6e3eKLunGxHESg6KFIyUZDbdum-uV3fXYZO-ky5eXBEXikl9Juh9iWmEjsWLUeZNIwlxaJMG1wDw-KOSbRD5dk5B3l7e"
    ["recaptcha_response_field"] => string(5) "nglua"
    ["agree"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["reg_key"] => string(32) "45a6e9cb75d3ef497add123462a83731"
  }
}
 
And if you don't have any add-on related to competitions, did you have one installed at sometime? If so, the uninstall may not have been clean and you need to re-install that add-on and make sure it removes all the entries that it makes - some uninstalls can have problems and not be clean. There are also three other add-ons listed in there.
One involving New user convrsations, one involving TAC DeDOS, and finally ******* Credits.
 
Top Bottom