• 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
    • ErrorException: Undefined index: wikiContent

    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: ErrorException: Undefined index: wikiContent

    • Issue Tools
      • View Changes
    1. issueid=4497 January 3, 2016 10:37 AM
      hollosch hollosch is offline
      Senior Member
      ErrorException: Undefined index: wikiContent

      Fehlermeldung des Servers
      Fehlerinformation
      Code:
      ErrorException: Undefined index: wikiContent - library/vw/XenForo/DataWriter.php:519
      Generiert durch: Kai Harth, Heute um 04:29 Uhr
      Stapelverfolgung
      
      #0 ../library/vw/XenForo/DataWriter.php(519): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 519, Array)
      #1 ../vault/core/controller/dm/route/vw.php(861): vw_XenForo_DataWriter->delete_more(Array)
      #2 ../vault/core/controller/dm/vw.php(113): vw_DM_Route_Controller->delete_multiple(Array)
      #3 ../vault/core/controller/dm/base/routable/vw.php(515): vw_DM_Controller->delete_multiple(Array)
      #4 ../vault/core/controller/dm/page/vw.php(1847): vw_DM_Base_Routable_Controller->delete_paths(Array)
      #5 ../vault/core/controller/dm/vw.php(113): vw_DM_Page_Controller->delete_multiple(Array)
      #6 ../vault/core/controller/ui/imod/vw.php(395): vw_DM_Controller->delete_multiple(Array)
      #7 ../vault/core/controller/ui/imod/vw.php(108): vw_UI_iMod_Controller->kill()
      #8 ../library/vw/XenForo/ControllerPublic/Wiki/Moderate.php(50): vw_UI_iMod_Controller->execute()
      #9 ../library/XenForo/FrontController.php(351): vw_XenForo_ControllerPublic_Wiki_Moderate->actionIndex()
      #10 ../library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #11 ../index.php(13): XenForo_FrontController->run()
      #12 {main}
      
      Benötigter Status
      
      array(3) {
        ["url"] => string(47) "http://regio-portal.wiki/wiki-moderate/?do=kill"
        ["_GET"] => array(1) {
          ["do"] => string(4) "kill"
        }
        ["_POST"] => array(7) {
          ["harddelete"] => string(1) "2"
          ["sbutton"] => string(6) "Weiter"
          ["_xfToken"] => string(8) "********"
          ["do"] => string(4) "kill"
          ["returnid"] => string(1) "8"
          ["returntype"] => string(1) "1"
          ["items"] => array(1) {
            [1] => array(1) {
              [4335] => string(4) "4335"
            }
          }
        }
      }
    Issue Details
    Issue Number 4497
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category General
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.8
    Fixed Version 4.0.8
    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. January 3, 2016 12:59 PM
      pegasus pegasus is offline
      VaultWiki Team
      In library/vw/XenForo/DataWriter.php, find:
      Code:
      if ($node['wikiContent'])
      Replace with:
      Code:
      if (!empty($node['wikiContent']))
      The presence of this error has no effect on the behavior of the DM. The 'wikiContent' index is undefined for fake node-types that don't correspond to actual content (such as blocks, links, etc). When undefined, this condition will evaluate to false as expected for things that aren't real content.

      The error was a very minor E_NOTICE. This change will stop this error from appearing in logs.
      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 9:43 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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.