Fixed Undefined index: manage_team_count

janslu

Active Member
Current version. In the last few days I found 4 of these reports in my admin logs:

Code:
ErrorException: Undefined index: manage_team_count - library/XenForo/Visitor.php:678
Generated By: Unknown Account, Wczoraj o 15:40
Stack Trace
#0 /var/www/hosts/www.babyboom.pl/forum/library/XenForo/Visitor.php(678): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/hosts/...', 678, Array)
#1 /var/www/hosts/www.babyboom.pl/forum/library/Nobita/Teams/ControllerPublic/Team.php(661): XenForo_Visitor->offsetGet('manage_team_cou...')
#2 /var/www/hosts/www.babyboom.pl/forum/library/XenForo/FrontController.php(351): Nobita_Teams_ControllerPublic_Team->actionAdd()
#3 /var/www/hosts/www.babyboom.pl/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/hosts/www.babyboom.pl/forum/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
  ["url"] => string(58) "https://www.babyboom.pl/forum/grupy/add?team_category_id=5"
  ["_GET"] => array(1) {
    ["team_category_id"] => string(1) "5"
  }
  ["_POST"] => array(0) {
  }
}
It's always "Unknown account" and category_id varies. Any idea what this might be?
 
Back
Top