Fixed Facebook error

Mr Lucky

Well-known member
I'm guessing this is connected to Facebook integration.

I ran the FB integration test and passed.

Can anyone please suggest what might be wrong? Thanks

Code:
ErrorException: Undefined index: associate_login - library/XenForo/ControllerPublic/Register.php:1491
Generated By: MikeMorrell, Friday at 10:57 PM
Stack Trace
#0 /home/caf/public_html/library/XenForo/ControllerPublic/Register.php(1491): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/caf/publi...', 1491, Array)
#1 /home/caf/public_html/library/XenForo/ControllerPublic/Register.php(663): XenForo_ControllerPublic_Register->_associateExternalAccount()
#2 /home/caf/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionFacebookRegister()
#3 /home/caf/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/caf/public_html/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
  ["url"] => string(51) "http://cafesaxophone.com/register/facebook/register"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(5) {
    ["associate_password"] => string(8) "********"
    ["associate"] => string(17) "Associate Account"
    ["_xfToken"] => string(8) "********"
    ["redirect"] => string(25) "http://cafesaxophone.com/"
    ["fb_token"] => string(0) ""
  }
}
 
This is generally safe to ignore if it happens, but it is something we need to fix as a bug.

It looks related to a change we made in 1.5.3 to do with associating external accounts.
 
The error is generated only when you enter an incorrect password during the final stage of linking an external account. Thought I'd share if you guys weren't sure.
 
Hi, i got this error today (using XF 1.5.4)

ErrorException: Undefined index: associate_login - library/XenForo/ControllerPublic/Register.php:1491
Generiert durch: TamBigBam♡, Vor 23 Minuten
Stapelverfolgung

#0 ../library/XenForo/ControllerPublic/Register.php(1491): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 1491, Array)
#1 ../library/XenForo/ControllerPublic/Register.php(663): XenForo_ControllerPublic_Register->_associateExternalAccount()
#2 ../library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionFacebookRegister()
#3 ../library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 ../index.php(13): XenForo_FrontController->run()
#5 {main}

Benötigter Status

array(3) {
["url"] => string(51) "http://regio-portal.wiki/register/facebook/register"
["_GET"] => array(0) {
}
["_POST"] => array(5) {
["associate_password"] => string(8) "********"
["associate"] => string(23) "Benutzerkonto verbinden"
["_xfToken"] => string(8) "********"
["redirect"] => string(25) "http://regio-portal.wiki/"
["fb_token"] => string(0) ""
}
}
 
Top Bottom