XF 1.5 Twitter Registration/Association

The Dark Wizard

Well-known member
Seems to constantly throw an error in the backlog, nothing visible to the user and they go through just fine.

Server Error Log
Error Info
ErrorException: Undefined index: associate_login - library/XenForo/ControllerPublic/Register.php:1491
Generated By: Mine, A moment ago
Stack Trace
#0 /home/rpnation/public_html/library/XenForo/ControllerPublic/Register.php(1491): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/rpnation/...', 1491, Array)
#1 /home/rpnation/public_html/library/XenForo/ControllerPublic/Register.php(929): XenForo_ControllerPublic_Register->_associateExternalAccount()
#2 /home/rpnation/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionTwitterRegister()
#3 /home/rpnation/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/rpnation/public_html/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(50) "https://www.rpnation.com/register/twitter/register"
["_GET"] => array(1) {
["/register/twitter/register"] => string(0) ""
}
["_POST"] => array(4) {
["associate_password"] => string(8) "********"
["associate"] => string(17) "Associate Account"
["_xfToken"] => string(8) "********"
["redirect"] => string(50) "https://www.rpnation.com/account/external-accounts"
}
}
 
Top Bottom