• 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: [E_NOTICE] Trying to access array offset on value of type null src/addons/vw/vw/_core/controller/ui/special/data/contributions/vw.php:140

    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: [E_NOTICE] Trying to access array offset on value of type null src/addons/vw/vw/_core/controller/ui/special/data/contributions/vw.php:140

    • Issue Tools
      • View Changes
    1. issueid=6237 July 17, 2021 4:06 AM
      Forsaken Forsaken is offline
      Junior Member
      ErrorException: [E_NOTICE] Trying to access array offset on value of type null src/addons/vw/vw/_core/controller/ui/special/data/contributions/vw.php:140

      Code:
      #0 src/addons/vw/vw/_core/controller/ui/special/data/contributions/vw.php(140): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/var/www/vhosts...', 140, Array)
      #1 src/addons/vw/vw/_core/controller/ui/special/data/contributions/vw.php(36): vw_UI_Special_Data_Contributions_Controller->process_input()
      #2 src/addons/vw/vw/_core/controller/ui/special/vw.php(151): vw_UI_Special_Data_Contributions_Controller->view(Object(vw_UI_Special_Controller_XF2))
      #3 src/addons/vw/vw/_core/controller/ui/stack/vw.php(421): vw_UI_Special_Controller->view()
      #4 src/addons/vw/vw/_core/controller/ui/stack/vw.php(319): vw_UI_Stack_Controller->view(Object(vw_Reply_Stack_View))
      #5 src/addons/vw/vw/Pub/Controller/Wiki/Wiki.php(80): vw_UI_Stack_Controller->execute()
      #6 src/addons/vw/vw/Mvc/Dispatcher.php(30): vw\vw\Pub\Controller\Wiki\Wiki->_actionIndex(Object(XF\Mvc\ParameterBag))
      #7 src/addons/vw/vw/Pub/Controller/Wiki/AbstractController.php(26): vw\vw\Mvc\Dispatcher::dispatch(Object(vw\vw\Pub\Controller\Wiki\Wiki), 'index', Object(XF\Mvc\ParameterBag))
      #8 src/XF/Mvc/Dispatcher.php(350): vw\vw\Pub\Controller\Wiki\AbstractController->actionIndex(Object(XF\Mvc\ParameterBag))
      #9 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)
      #10 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(vw\vw\Pub\Controller\Wiki\Wiki), NULL)
      #11 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
      #12 src/XF/App.php(2344): XF\Mvc\Dispatcher->run()
      #13 src/XF.php(512): XF\App->run()
      #14 index.php(20): XF::runApp('XF\\Pub\\App')
      #15 {main}
    Issue Details
    Issue Number 6237
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Unknown
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version Unknown
    Fixed Version (none)
    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 20, 2021 11:22 AM
      pegasus pegasus is offline
      VaultWiki Team
      In src/addons/vw/vw/_core/controller/ui/special/data/contributions/vw.php, find:
      Code:
      		else
      		{
      			$this->update_urlext('user', $this->user['ipaddress']);
      			$this->update_urlext('looktype', 1);
      		}
      Replace with:
      Code:
      		else if (isset($this->user))
      		{
      			$this->update_urlext('user', $this->user['ipaddress']);
      			$this->update_urlext('looktype', 1);
      		}
      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 6:34 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.