• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Undefined Index: node_id

Voltigeur

New Member
AMS
Showcase
Every time that a member accesses a Showcase item, these errors pop up in the server error log. There doesn't seem to be a problem with the addon itself since it's running smoothly!


Error Info
ErrorException: Undefined index: node_id - library/XenForo/Model/Forum.php:318
Generated By: Voltigeur, 7 minutes ago

Stack Trace
#0 /home/thelow8/public_html/library/XenForo/Model/Forum.php(318): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/thelow8/p...', 318, Array)
#1 /home/thelow8/public_html/library/Nobita/Teams/XenForo/Model/Forum.php(141): XenForo_Model_Forum->canViewForum(Array, '', Array, Array)
#2 /home/thelow8/public_html/library/XenForo/Model/Thread.php(857): Nobita_Teams_XenForo_Model_Forum->canViewForum(Array, '', Array, Array)
#3 /home/thelow8/public_html/vault/core/model/ui/tab/thread/xf.php(45): XenForo_Model_Thread->canViewThreadAndContainer(Array, Array, '', NULL, Array)
#4 /home/thelow8/public_html/vault/core/model/ui/tab/vw.php(58): vw_UI_Tab_Thread_Model_XF->can_main_tab(Array, Array)
#5 /home/thelow8/public_html/vault/core/model/ui/tab/thread/xf.php(50): vw_UI_Tab_Model->check('can_main_tab', Array, Array)
#6 /home/thelow8/public_html/vault/core/model/ui/tab/vw.php(58): vw_UI_Tab_Thread_Model_XF->can_edit_tab(Array, Array)
#7 /home/thelow8/public_html/vault/core/model/ui/vw.php(62): vw_UI_Tab_Model->check('can_edit_tab', Array, NULL)
#8 /home/thelow8/public_html/vault/core/controller/ui/integrate/forum/xf.php(40): vw_UI_Model->check('can_edit_tab', Array)
#9 /home/thelow8/public_html/vault/core/controller/ui/integrate/vw.php(237): vw_UI_Integrate_Forum_Controller_XF->get_stack(Array)
#10 /home/thelow8/public_html/vault/core/controller/ui/integrate/vw.php(64): vw_UI_Integrate_Controller->get_stack(Array)
#11 /home/thelow8/public_html/vault/core/controller/ui/integrate/vw.php(40): vw_UI_Integrate_Controller->setup()
#12 /home/thelow8/public_html/library/vw/XenForo/CodeEventListener/Public.php(342): vw_UI_Integrate_Controller->integrate('<!DOCTYPE html>...')
#13 [internal function]: vw_XenForo_CodeEventListener_Public::front_controller_post_view(Object(XenForo_FrontController), '<!DOCTYPE html>...')
#14 /home/thelow8/public_html/library/XenForo/CodeEvent.php(90): call_user_func_array(Array, Array)
#15 /home/thelow8/public_html/library/XenForo/FrontController.php(183): XenForo_CodeEvent::fire('front_controlle...', Array)
#16 /home/thelow8/public_html/index.php(13): XenForo_FrontController->run()
#17 {main}

Request State
array(3) {
["url"] => string(73) "Lula "Croise" DeValora"
["_GET"] => array(1) {
["showcase/lula-croise-devalora_111/"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
Nobita Teams addon is listed as well. One of those is removing the node_id field from the array (which is an important field that should be there). That is why the undefined index is being thrown.
 
Back
Top