Bashea
New member
Hello, after installing the add-on I started receiving error codes and now nobody is able to sign up on my forum. Any suggestions?
Code:
Stack trace
INSERT INTO `xf_user` (`visible`, `activity_visible`, `user_group_id`, `timezone`, `language_id`, `username`, `email`, `user_state`, `privacy_policy_accepted`, `terms_accepted`, `display_style_group_id`, `secondary_group_ids`, `secret_key`, `user_id`, `style_id`, `permission_combination_id`, `message_count`, `alerts_unread`, `conversations_unread`, `register_date`, `last_activity`, `trophy_points`, `avatar_date`, `avatar_width`, `avatar_height`, `avatar_highdpi`, `gravatar`, `is_moderator`, `is_admin`, `is_staff`, `is_banned`, `like_count`, `custom_title`, `warning_points`, `xfrm_resource_count`, `th_best_answers_qaforum`, `th_points_qaforum`, `th_up_votes_qaforum`, `th_down_votes_qaforum`, `react_count`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
------------
#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL query err...', 1364, 'HY000')
#1 src/XF/Db/Mysqli/Statement.php(77): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1364, 'HY000')
#2 src/XF/Db/AbstractAdapter.php(79): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(160): XF\Db\AbstractAdapter->query('INSERT INTO `x...', Array)
#4 src/XF/Mvc/Entity/Entity.php(1403): XF\Db\AbstractAdapter->insert('xf_user', Array, false)
#5 src/XF/Mvc/Entity/Entity.php(1135): XF\Mvc\Entity\Entity->_saveToSource()
#6 src/XF/Service/User/Registration.php(279): XF\Mvc\Entity\Entity->save()
#7 src/XF/Service/ValidateAndSavableTrait.php(40): XF\Service\User\Registration->_save()
#8 src/XF/Pub/Controller/Register.php(414): XF\Service\User\Registration->save()
#9 src/XF/Mvc/Dispatcher.php(249): XF\Pub\Controller\Register->actionRegister(Object(XF\Mvc\ParameterBag))
#10 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Register', 'Register', 'json', Object(XF\Mvc\ParameterBag), '', Object(XF\Pub\Controller\Register), NULL)
#11 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#12 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#13 src/XF.php(329): XF\App->run()
#14 index.php(13): XF::runApp('XF\\Pub\\App')
#15 {main}
Code:
Request state
array(4) {
["url"] => string(28) "/index.php?register/register"
["referrer"] => string(44) "https://www.arcanics.net/index.php?register/"
["_GET"] => array(1) {
["register/register"] => string(0) ""
}
["_POST"] => array(16) {
["c43473a898961d8fc0b531b914a00e9383575952"] => string(12) "username"
["username"] => string(0) ""
["1e408ae50e1b9eacbc8ca69fc7495dd4933d5577"] => string(20) "hiddenemail@hotmail.com"
["password"] => string(8) "********"
["b4ba8afcd91757bbfeeaf7970f99818de3996afa"] => string(8) "********"
["dob_month"] => string(1) "4"
["dob_day"] => string(2) "11"
["dob_year"] => string(4) "1995"
["custom_fields"] => array(7) {
["WPAY"] => array(1) {
[0] => string(1) "1"
}
["Maplestory2"] => string(0) ""
["VrChat"] => string(0) ""
["TwitchTv"] => string(0) ""
["Minecraft"] => string(0) ""
["Playstation"] => string(0) ""
["StaffRecruit"] => string(0) ""
}
["accept"] => string(1) "1"
["reg_key"] => string(16) "qQ9Z85_WuKmSms8b"
["31ce5df18745a2bfbc960aa7c0e9c5544eaeafee"] => string(15) "America/Chicago"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(20) "/index.php?register/"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}