Fixed Undefined index: team_id

Freelancer

Active Member
I think this happened while I was just checking the Nodes Tree and testing to make a Social Groups Forum, while not actually making a forum node.

Code:
Server Error Log
Error Info
ErrorException: Undefined index: team_id - library/Nobita/Teams/ControllerAdmin/Forum.php:27
Generated By: xxxxxxxxxxxxx, Today at 11:11 AM
Stack Trace
#0 /var/www/clients/client180/web812/web/library/Nobita/Teams/ControllerAdmin/Forum.php(27): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/client...', 27, Array)
#1 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(351): Nobita_Teams_ControllerAdmin_Forum->actionEdit()
#2 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/clients/client180/web812/web/admin.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(54) "https://www.xxxxxxxxxxxxxxx.com/admin.php?nodes/insert"
  ["_GET"] => array(1) {
    ["nodes/insert"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["node_type_id"] => string(18) "nobita_Teams_Forum"
    ["parent_node_id"] => string(1) "0"
    ["_xfToken"] => string(8) "********"
  }
}
 
Back
Top