Rosters Fixed Server Error "Undefined Index – position_id"

Freelancer

Member
Not sure but I think that happened when I tried to import users into a roster where no "position" was associated with.

Code:
Error Info
Undefined index: position_id - library/PixelExit/Roster/ControllerAdmin/RosterPosition.php:51

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/PixelExit/Roster/ControllerAdmin/RosterPosition.php(51): XenForo_Application::handlePhpError(8, 'Undefined index...', '/Applications/X...', 51, Array)
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/PixelExit/Roster/ControllerAdmin/RosterPosition.php(64): PixelExit_Roster_ControllerAdmin_RosterPosition->_getPositionAddEditResponse(Array)
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(369): PixelExit_Roster_ControllerAdmin_RosterPosition->actionAdd()
#3 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /Applications/XAMPP/xamppfiles/htdocs/forum/admin.php(13): XenForo_FrontController->run()
#5 {main}

Request State
Array
(
    [url] => http://localhost/forum/admin.php?roster-positions/add
    [_GET] => Array
        (
            [roster-positions/add] => 
        )

    [_POST] => Array
        (
        )

)
 
Back
Top