• 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
    • Undefined index: id - vault/core/model/tagging/xf.php:199

    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: Undefined index: id - vault/core/model/tagging/xf.php:199

    • Issue Tools
      • View Changes
    1. issueid=4813 November 25, 2016 8:44 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Undefined index: id - vault/core/model/tagging/xf.php:199

      Code:
      Error Info
      ErrorException: Undefined index: id - vault/core/model/tagging/xf.php:199 
      Generated By: Alfa, A moment ago
      
      Stack Trace
      #0 /vault/core/model/tagging/xf.php(199): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/...', 199, Array)
      #1 /vault/core/controller/dm/page/vw.php(2002): vw_Tagging_Model_XF->delete_tags(Array)
      #2 /vault/core/controller/dm/vw.php(113): vw_DM_Page_Controller->delete_multiple(Array)
      #3 /vault/core/controller/ui/imod/vw.php(519): vw_DM_Controller->delete_multiple(Array)
      #4 /vault/core/controller/ui/imod/vw.php(114): vw_UI_iMod_Controller->kill()
      #5 /library/vw/XenForo/ControllerPublic/Wiki/Moderate.php(50): vw_UI_iMod_Controller->execute()
      #6 /library/XenForo/FrontController.php(351): vw_XenForo_ControllerPublic_Wiki_Moderate->actionIndex()
      #7 /library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #8 /index.php(13): XenForo_FrontController->run()
      #9 {main}
      Request State
      array(3) {
        ["url"] => string(62) "https://site.com/wiki-moderate/?do=kill"
        ["_GET"] => array(1) {
          ["do"] => string(4) "kill"
        }
        ["_POST"] => array(7) {
          ["harddelete"] => string(1) "2"
          ["sbutton"] => string(8) "Continue"
          ["_xfToken"] => string(8) "********"
          ["do"] => string(4) "kill"
          ["returnid"] => string(2) "12"
          ["returntype"] => string(1) "1"
          ["items"] => array(1) {
            [1] => array(1) {
              [239] => string(3) "239"
            }
          }
        }
      }
    Issue Details
    Issue Number 4813
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Moderator Tools
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.15
    Fixed Version 4.0.16
    Milestone (none)
    Software DependencyXenForo 1.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. November 25, 2016 8:49 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Hereafter I tried to hard delete the articles 'video' and 'audio'. Which was partly successful, but now they still show up in the book 'FAQ' on my dev site. Clicking on the links in the book leads to an error.
      A wiki node with the title Video could not be found. Please check the URL and try again or return to the wiki index.
      Reply Reply
    2. November 25, 2016 1:24 PM
      pegasus pegasus is offline
      VaultWiki Team
      This is an E_NOTICE and would not normally prevent the action from completing. Was there a fatal error, or was debug mode used? You would not end up with a partial delete due to an E_NOTICE outside of debug mode.

      You can prevent this error from appearing in the logs in the future by editing vault/core/model/tagging/xf.php. Find:
      Code:
      $recalc[$use['id']] = $use['id'];
      Replace with:
      Code:
      $recalc[$use['tag_id']] = $use['tag_id'];
      Assuming this was the only issue with the delete, this is fixed in the next release.
      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 4:57 PM.
    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.