wickedstangs
Well-known member
I have been getting lots of error after I did the move from SMF to Xenforo.. How can I fix this..
Code:
ErrorException: Undefined index: username - library/XenForo/Authentication/SMF.php:52
Generated By: Unknown Account, 4 minutes ago
#0 /home/******/public_html/library/XenForo/Authentication/SMF.php(52): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/******/...', 52, Array)
#1 /home/******/public_html/library/XenForo/Model/User.php(1299): XenForo_Authentication_SMF->authenticate(453, 'xxx')
#2 /home/******/public_html/library/XenForo/ControllerPublic/Login.php(107): XenForo_Model_User->validateAuthentication('sah62', 'xxx', NULL)
#3 /home/******/public_html/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Login->actionLogin()
#4 /home/******/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#5 /home/******/public_html/index.php(13): XenForo_FrontController->run()
#6 {main}
array(3) {
["url"] => string(31) "http://stangfix.com/login/login"
["_GET"] => array(0) {
}
["_POST"] => array(7) {
["login"] => string(5) "sah62"
["register"] => string(1) "0"
["password"] => string(8) "********"
["remember"] => string(1) "1"
["cookie_check"] => string(1) "1"
["_xfToken"] => string(8) "********"
["redirect"] => string(20) "http://stangfix.com/"
}
}
Last edited by a moderator: