Not a Bug Group Forum Add Error with UI.X

Shiro

Member
An error occurred when using Social Groups which seems to be related to the UI.X skin. I reported this to the UI.X developers too. (https://xenforo.com/community/threads/ui-x-dark-paid.63269/page-14#post-1086114) Please help to resolve.


This happens when visiting the "Add Forum" page of any Social Group, regardless if the user is using the UI.X skin when accessing the page. The user is still able to add forums fine, but it's really annoying to see my server error log fill up.

Code:
ErrorException: Undefined index: node_id - library/Audentio/UIX/Listener/CodeEvent.php:273
Generated By: Charias, 1 minute ago
Stack Trace
#0 /var/www/kinmunity.com/library/Audentio/UIX/Listener/CodeEvent.php(273): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/kinmun...', 273, Array)
#1 /var/www/kinmunity.com/library/XenForo/CodeEvent.php(58): Audentio_UIX_Listener_CodeEvent::templateCreate('Team_forum_add', Array, Object(XenForo_Template_Public))
#2 /var/www/kinmunity.com/library/XenForo/Template/Abstract.php(82): XenForo_CodeEvent::fire('template_create', Array, 'Team_forum_add')
#3 /var/www/kinmunity.com/library/XenForo/Dependencies/Public.php(239): XenForo_Template_Abstract->__construct('Team_forum_add', Array)
#4 /var/www/kinmunity.com/library/XenForo/ViewRenderer/Abstract.php(263): XenForo_Dependencies_Public->createTemplateObject('Team_forum_add', Array)
#5 /var/www/kinmunity.com/library/XenForo/ViewRenderer/HtmlPublic.php(80): XenForo_ViewRenderer_Abstract->createTemplateObject('Team_forum_add', Array)
#6 /var/www/kinmunity.com/library/XenForo/ViewRenderer/Abstract.php(249): XenForo_ViewRenderer_HtmlPublic->renderView('Nobita_Teams_Vi...', Array, 'Team_forum_add', NULL)
#7 /var/www/kinmunity.com/library/XenForo/ViewRenderer/HtmlPublic.php(68): XenForo_ViewRenderer_Abstract->renderSubView(Object(XenForo_ControllerResponse_View))
#8 /var/www/kinmunity.com/library/XenForo/FrontController.php(606): XenForo_ViewRenderer_HtmlPublic->renderView('Nobita_Teams_Vi...', Array, 'Team_view', Object(XenForo_ControllerResponse_View))
#9 /var/www/kinmunity.com/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#10 /var/www/kinmunity.com/index.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
  ["url"] => string(54) "https://www.kinmunity.com/groups/forums/add?team_id=41"
  ["_GET"] => array(1) {
    ["team_id"] => string(2) "41"
  }
  ["_POST"] => array(0) {
  }
}
@Nobita
 
Last edited:
Back
Top