XF 1.5 Users Not Able To Register

Panza

Member
CommunityCrate - Error
A server error occurred. Please try again later.

This error is givin anytime a user tries to register on my website.
 
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'apms2_uuid' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, A moment ago
Stack Trace
#0 /customers/8/1/4/communitycratereborn.net/httpd.www/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /customers/8/1/4/communitycratereborn.net/httpd.www/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /customers/8/1/4/communitycratereborn.net/httpd.www/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /customers/8/1/4/communitycratereborn.net/httpd.www/library/XenForo/DataWriter.php(1638): Zend_Db_Adapter_Abstract->insert('xf_user', Array)
#4 /customers/8/1/4/communitycratereborn.net/httpd.www/library/XenForo/DataWriter.php(1627): XenForo_DataWriter->_insert()
#5 /customers/8/1/4/communitycratereborn.net/httpd.www/library/XenForo/DataWriter.php(1419): XenForo_DataWriter->_save()
#6 /customers/8/1/4/communitycratereborn.net/httpd.www/library/XenForo/ControllerPublic/Register.php(416): XenForo_DataWriter->save()
#7 /customers/8/1/4/communitycratereborn.net/httpd.www/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionRegister()
#8 /customers/8/1/4/communitycratereborn.net/httpd.www/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /customers/8/1/4/communitycratereborn.net/httpd.www/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(59) "http://communitycratereborn.net/index.php?register/register"
["_GET"] => array(1) {
["register/register"] => string(0) ""
}
["_POST"] => array(13) {
["username"] => string(0) ""
["967116b45f4b03056616afad4f64f1dd"] => string(5) "bryce"
["0d3949e0ab27ec5faece111768154b73"] => string(22) "brycehouston@gmail.com"
["password"] => string(8) "********"
["61df811ee70e74c90f8906b9d58c922b"] => string(4) "male"
["dob_month"] => string(1) "4"
["dob_day"] => string(2) "12"
["dob_year"] => string(4) "1998"
["dbb1cbb1721ed8a430c55b2cdf389baf"] => string(16) "America/New_York"
["g-recaptcha-response"] => string(484) "03AOPBWq_MZCXHEFqG0gihymz-FYBhVa8ib6B1ijUc0kZTOIZWMQhZ7KNmjbS-0lbqSmZDOn6ZOdjukS8hmn0p4OHv_B0F5E41HaEo4GfmwagH-e_D3E2YL7Mo5liK20XhfcrCQKhfhJAqtzuYgjsxojQ7wZ5csDGTZ_A6IWld6Xyi7f1_3BlB6xhftxeBrMe0nw6qSStqY6GdU7b7_QKFWpYnyc4IqA2E2M-elWegD5SeHd5vSZF7tQSTfenH14_V7B2iVr-O1ZtBp13mHKzR83XaXDDvTOZRYkmojMC2NaYUcdfl4U7d-QegQvUxuAk2HaM_xG76nDAPiQLNEBGiDY3SRbpYTvZudXvpWnn8yLDEWH_dTF1euGEjxpMWgO-1Y2O6zzmrbxzLAX-KlGI28idfoknqblElfMM5HczmITLufCACIeLjBECBYtaY4cMzsPxBN7ojdnCxDrxd6ziuDwGkAiosKWclzg"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "1c7783612cb16378393c03e63df8d010"
}
 
Try disabling the 3rd party addons and test the forum to register an account and keep enabling each addon. Maybe one of your addons can cause this issue? Well I'm new here it was just a thought might help :)
 
It's related to whichever add-on is associated with apms2_uuid and likely due to that add-on being disabled.

Once you identify the add-on, you can post in the resource thread for support from the author.
 
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Field 'apms2_uuid' doesn't have a default value - library/Zend/Db/Statement/Mysqli.php:214
Looks to be our add-on - MineSync. A default value *is* populated for that field properly using the DW.

I would assume, since I've seen this happen with other add-ons in the past, that another add-on is hooking into the User DataWriter poorly. I believe execution order could cause that error to be flagged. Debugging this issue is usually pretty difficult depending on how many add-ons you have installed. Disabling listeners will probably not work - complete uninstallations would be needed to debug the issue.

Do you have a list of add-ons installed you could post?

Edit: Also, ensure that MineSync is actually enabled. Disabling it will cause this error. It must be either enabled, or uninstalled.
 
Top Bottom