When upgrading to XF 1.5 you need to make sure you're logged into the ACP before you upload the files.
Because if you upload the new files and try to log into the ACP afterwards, you get the error:
Which is a bug, imho.
Because if you upload the new files and try to log into the ACP afterwards, you get the error:
Code:
Server Error
Undefined index: use_tfa
[LIST=1]
[*]XenForo_Application::handlePhpError() in XenForo/ControllerHelper/Login.php at line 14
[*]XenForo_ControllerHelper_Login->userTfaConfirmationRequired() in XenForo/ControllerPublic/Login.php at line 134
[*]XenForo_ControllerPublic_Login->actionLogin() in XenForo/FrontController.php at line 347
[*]XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
[*]XenForo_FrontController->run() in /Users/****/Sites/xf5/index.php at line 13
[/LIST]
Which is a bug, imho.