• 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 Indexes

    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 Indexes

    • Issue Tools
      • View Changes
    1. issueid=4693 July 29, 2016 8:34 AM
      Gossamer Gossamer is offline
      Junior Member
      Undefined Indexes

      I've got a bunch of these errors in my error log. It's the same 3 over and over again, but with different wiki pages referenced.

      Code:
      ErrorException: Undefined index: userid - vault/core/view/ui/discussion/vw.php:909
      Generated By: Unknown Account, Tuesday at 4:00 PM
      Stack Trace
      #0 /home/pandorar/public_html/whisperingstatic.com/vault/core/view/ui/discussion/vw.php(909): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/pandorar/...', 909, Array)
      #1 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/vw.php(1785): vw_UI_Discussion_View->view(Object(vw_UI_Discussion_Controller_XF), false)
      #2 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/vw.php(141): vw_UI_Discussion_Controller->view()
      #3 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/xf.php(72): vw_UI_Discussion_Controller->execute()
      #4 /home/pandorar/public_html/whisperingstatic.com/vault/core/view/ui/page/vw.php(273): vw_UI_Discussion_Controller_XF->execute()
      #5 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/vw.php(744): vw_UI_Page_View->get_comments(Object(vw_UI_Page_Controller_XF), true)
      #6 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/vw.php(175): vw_UI_Page_Controller->comments()
      #7 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/xf.php(58): vw_UI_Page_Controller->execute()
      #8 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/stack/vw.php(220): vw_UI_Page_Controller_XF->execute()
      #9 /home/pandorar/public_html/whisperingstatic.com/library/vw/XenForo/ControllerPublic/Wiki.php(68): vw_UI_Stack_Controller->execute()
      #10 /home/pandorar/public_html/whisperingstatic.com/library/XenForo/FrontController.php(351): vw_XenForo_ControllerPublic_Wiki->actionIndex()
      #11 /home/pandorar/public_html/whisperingstatic.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #12 /home/pandorar/public_html/whisperingstatic.com/index.php(13): XenForo_FrontController->run()
      #13 {main}
      Request State
      array(3) {
        ["url"] => string(61) "http://whisperingstatic.com/wiki/Dragon?do=comments&topicid=1"
        ["_GET"] => array(2) {
          ["do"] => string(8) "comments"
          ["topicid"] => string(1) "1"
        }
        ["_POST"] => array(0) {
        }
      }
      Delete...Close
      Code:
      ErrorException: Undefined index: dateline - vault/core/view/ui/discussion/vw.php:943
      Generated By: Unknown Account, Tuesday at 4:44 PM
      Stack Trace
      #0 /home/pandorar/public_html/whisperingstatic.com/vault/core/view/ui/discussion/vw.php(943): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/pandorar/...', 943, Array)
      #1 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/vw.php(1785): vw_UI_Discussion_View->view(Object(vw_UI_Discussion_Controller_XF), false)
      #2 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/vw.php(141): vw_UI_Discussion_Controller->view()
      #3 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/xf.php(72): vw_UI_Discussion_Controller->execute()
      #4 /home/pandorar/public_html/whisperingstatic.com/vault/core/view/ui/page/vw.php(273): vw_UI_Discussion_Controller_XF->execute()
      #5 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/vw.php(744): vw_UI_Page_View->get_comments(Object(vw_UI_Page_Controller_XF), true)
      #6 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/vw.php(175): vw_UI_Page_Controller->comments()
      #7 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/xf.php(58): vw_UI_Page_Controller->execute()
      #8 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/stack/vw.php(220): vw_UI_Page_Controller_XF->execute()
      #9 /home/pandorar/public_html/whisperingstatic.com/library/vw/XenForo/ControllerPublic/Wiki.php(68): vw_UI_Stack_Controller->execute()
      #10 /home/pandorar/public_html/whisperingstatic.com/library/XenForo/FrontController.php(351): vw_XenForo_ControllerPublic_Wiki->actionIndex()
      #11 /home/pandorar/public_html/whisperingstatic.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #12 /home/pandorar/public_html/whisperingstatic.com/index.php(13): XenForo_FrontController->run()
      #13 {main}
      Request State
      array(3) {
        ["url"] => string(67) "http://whisperingstatic.com/wiki/Gaias-Chosen?do=comments&topicid=1"
        ["_GET"] => array(2) {
          ["do"] => string(8) "comments"
          ["topicid"] => string(1) "1"
        }
        ["_POST"] => array(0) {
        }
      }
      Code:
      Error Info
      ErrorException: Undefined index: ipaddress - vault/core/view/ui/discussion/vw.php:918
      Generated By: Unknown Account, Tuesday at 4:00 PM
      Stack Trace
      #0 /home/pandorar/public_html/whisperingstatic.com/vault/core/view/ui/discussion/vw.php(918): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/pandorar/...', 918, Array)
      #1 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/vw.php(1785): vw_UI_Discussion_View->view(Object(vw_UI_Discussion_Controller_XF), false)
      #2 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/vw.php(141): vw_UI_Discussion_Controller->view()
      #3 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/discussion/xf.php(72): vw_UI_Discussion_Controller->execute()
      #4 /home/pandorar/public_html/whisperingstatic.com/vault/core/view/ui/page/vw.php(273): vw_UI_Discussion_Controller_XF->execute()
      #5 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/vw.php(744): vw_UI_Page_View->get_comments(Object(vw_UI_Page_Controller_XF), true)
      #6 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/vw.php(175): vw_UI_Page_Controller->comments()
      #7 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/page/xf.php(58): vw_UI_Page_Controller->execute()
      #8 /home/pandorar/public_html/whisperingstatic.com/vault/core/controller/ui/stack/vw.php(220): vw_UI_Page_Controller_XF->execute()
      #9 /home/pandorar/public_html/whisperingstatic.com/library/vw/XenForo/ControllerPublic/Wiki.php(68): vw_UI_Stack_Controller->execute()
      #10 /home/pandorar/public_html/whisperingstatic.com/library/XenForo/FrontController.php(351): vw_XenForo_ControllerPublic_Wiki->actionIndex()
      #11 /home/pandorar/public_html/whisperingstatic.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
      #12 /home/pandorar/public_html/whisperingstatic.com/index.php(13): XenForo_FrontController->run()
      #13 {main}
      Request State
      array(3) {
        ["url"] => string(61) "http://whisperingstatic.com/wiki/Dragon?do=comments&topicid=1"
        ["_GET"] => array(2) {
          ["do"] => string(8) "comments"
          ["topicid"] => string(1) "1"
        }
        ["_POST"] => array(0) {
        }
      }
    Issue Details
    Issue Number 4693
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Unknown
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.12
    Fixed Version 4.0.13
    Milestone (none)
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. July 29, 2016 10:11 AM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the next release. These occurred whenever viewing an admin-definied Discussion Topic that hadn't been started yet. The last one could also occur when viewing any discussion that was started by a guest. A side effect was that moderators could not see the IP of the guest that started it.
      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 10:41 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.