• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 4.x Series
    • Bug
    • [4.1.0 RC1 Build 1] Undefined Index Error

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: [4.1.0 RC1 Build 1] Undefined Index Error

    • Issue Tools
      • View Changes
    1. issueid=5954 February 11, 2020 6:54 AM
      gerryvz gerryvz is offline
      New Member
      [4.1.0 RC1 Build 1] Undefined Index Error

      This error received as of this morning. Seemingly unrelated to previous errors, but does appear to be solely with VW.



      ErrorException: [E_NOTICE] Undefined index: contentid src/addons/vw/vw/_core/controller/ui/discussion/vw.php:1292

      Generated by: 195910 Feb 11, 2020 at 5:19 AM

      Stack trace

      #0 src/addons/vw/vw/_core/controller/ui/discussion/vw.php(1292): XF::handlePhpError(8, '[E_NOTICE] Unde...', '/var/www/html/5...', 1292, Array)
      #1 src/addons/vw/vw/_core/controller/ui/discussion/vw.php(2656): vw_UI_Discussion_Controller->verify_reply(147, 0, 0)
      #2 src/addons/vw/vw/_core/controller/ui/discussion/vw.php(154): vw_UI_Discussion_Controller->goto_comment()
      #3 src/addons/vw/vw/_core/controller/ui/discussion/xf0.php(61): vw_UI_Discussion_Controller->execute()
      #4 src/addons/vw/vw/_core/controller/ui/discussion/xf2.php(28): vw_UI_Discussion_Controller_XF0->execute()
      #5 src/addons/vw/vw/_core/controller/ui/page/vw.php(889): vw_UI_Discussion_Controller_XF2->execute()
      #6 src/addons/vw/vw/_core/controller/ui/page/vw.php(971): vw_UI_Page_Controller->do_comments()
      #7 src/addons/vw/vw/_core/controller/ui/stack/vw.php(421): vw_UI_Page_Controller->view()
      #8 src/addons/vw/vw/_core/controller/ui/stack/vw.php(319): vw_UI_Stack_Controller->view(Object(vw_Reply_Stack_View))
      #9 src/addons/vw/vw/Pub/Controller/Wiki/Wiki.php(80): vw_UI_Stack_Controller->execute()
      #10 src/addons/vw/vw/Mvc/Dispatcher.php(30): vw\vw\Pub\Controller\Wiki\Wiki->_actionIndex(Object(XF\Mvc\ParameterBag))
      #11 src/addons/vw/vw/Pub/Controller/Wiki/AbstractController.php(26): vw\vw\Mvc\Dispatcher::dispatch(Object(vw\vw\Pub\Controlle r\Wiki\Wiki), 'index', Object(XF\Mvc\ParameterBag))
      #12 src/XF/Mvc/Dispatcher.php(350): vw\vw\Pub\Controller\Wiki\AbstractController->actionIndex(Object(XF\Mvc\ParameterBag))
      #13 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('\\vw\\vw\\Pub\\Cont...', 'Index', Object(XF\Mvc\RouteMatch), Object(vw\vw\Pub\Controller\Wiki\Wiki), NULL)
      #14 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(vw\vw\Pub\Controller\Wiki\Wiki), NULL)
      #15 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
      #16 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
      #17 src/XF.php(391): XF\App->run()
      #18 index.php(20): XF::runApp('XF\\Pub\\App')
      #19 {main}

      Request state

      array(4) {
      ["url"] => string(80) "/forums/wiki/?title=What-to-check-when-buying-an-E500E&action=goto&commentid=147"
      ["referrer"] => string(45) "https://www.500eboard.co/forums/search/12308/"
      ["_GET"] => array(3) {
      ["title"] => string(34) "What-to-check-when-buying-an-E500E"
      ["action"] => string(4) "goto"
      ["commentid"] => string(3) "147"
      }
      ["_POST"] => array(0) {
      }
      }
    Issue Details
    Issue Number 5954
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Discussions / Comments
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.1.0 RC 1
    Fixed Version 4.1.0 RC 1
    Milestone (none)
    Software DependencyXenForo 2.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. February 11, 2020 10:32 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next build. In src/addons/vw/vw/_core/controller/ui/discussion/vw.php, find:
      Code:
      				$this->parentnode['contentid'] != $this->item['contentid'] OR
      				$this->parentnode['contenttypeid'] != $this->item['contenttypeid']
      Replace with:
      Code:
      				$this->parentnode['itemid'] != $this->item['contentid'] OR
      				$this->parentnode['itemtypeid'] != $this->item['contenttypeid']
      Reply Reply  
    2. February 11, 2020 11:17 AM
      gerryvz gerryvz is offline
      New Member
      Substitution complete. Will report back.
      Reply Reply  
    3. February 12, 2020 3:53 AM
      gerryvz gerryvz is offline
      New Member
      No further issues on this error since applying fix.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 8:29 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.