• 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 Preview] Undefined index: prefixkey

    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 Preview] Undefined index: prefixkey

    • Issue Tools
      • View Changes
    1. issueid=5550 December 31, 2018 1:31 PM
      ACL ACL is offline
      Regular Member
      [4.1 Preview] Undefined index: prefixkey

      Attempting to save a new page that contains an auto-linked wiki page results in an undefined index error. The preview does correctly show an automatic link. After closing the error, attempting to save again results in a error "The current Prefix and Title combination matches another item" but it turns out the page was created OK despite the earlier undefined index error. Just that there was no confirmation that the page was saved/created.

      ErrorException: [E_NOTICE] Undefined index: prefixkey in /home/vw/vw4-branch/upload/vault/core/model/parser/handle/autolink/vw.php at line 219

      Stack trace:
      Code:
          XF::handlePhpError() in /home/vw/vw4-branch/upload/vault/core/model/parser/handle/autolink/vw.php at line 219
          vw_Parser_Handle_AutoLink_Model->get_autolink_key_from_content() in /home/vw/vw4-branch/upload/vault/core/model/parser/handle/autolink/vw.php at line 122
          vw_Parser_Handle_AutoLink_Model->get_prefixkey() in /home/vw/vw4-branch/upload/vault/core/model/parser/handle/autolink/vw.php at line 112
          vw_Parser_Handle_AutoLink_Model->ready() in /home/vw/vw4-branch/upload/vault/core/instance/parser/renderer/xf2.php at line 1184
          vw_Parser_Renderer_Instance_XF2->getAutoLinker() in /home/vw/vw4-branch/upload/vault/core/instance/parser/renderer/xf2.php at line 1039
          vw_Parser_Renderer_Instance_XF2->doAutoLinks() in /home/vw/vw4-branch/upload/src/addons/vw/vw/XF/BbCode/Renderer/Html.php at line 118
          vw\vw\XF\BbCode\Renderer\Html->vwParentRender() in /home/vw/vw4-branch/upload/src/addons/vw/vw/XF/BbCode/Renderer/Html.php at line 80
          vw\vw\XF\BbCode\Renderer\Html->vwRender() in /home/vw/vw4-branch/upload/vault/core/instance/parser/renderer/xf2.php at line 334
          vw_Parser_Renderer_Instance_XF2->render() in /home/vw/vw4-branch/upload/vault/core/model/parser/instance/xf2.php at line 185
          vw_Parser_Instance_Model_XF2->parse() in /home/vw/vw4-branch/upload/vault/core/model/parser/instance/vw.php at line 261
          vw_Parser_Instance_Model->get_preview() in /home/vw/vw4-branch/upload/vault/core/model/parser/instance/xf2.php at line 232
          vw_Parser_Instance_Model_XF2->get_preview() in /home/vw/vw4-branch/upload/vault/core/controller/dm/last/vw.php at line 80
          vw_DM_Last_Controller->get_lastinfo() in /home/vw/vw4-branch/upload/vault/core/controller/dm/last/page/vw.php at line 16
          vw_DM_Last_Page_Controller->get_lastinfo() in /home/vw/vw4-branch/upload/vault/core/controller/dm/base/vw.php at line 1091
          vw_DM_Base_Controller->rebuild_lastupdate() in /home/vw/vw4-branch/upload/vault/core/controller/dm/page/vw.php at line 1703
          vw_DM_Page_Controller->post_save_each() in /home/vw/vw4-branch/upload/src/addons/vw/vw/XF/Entity/Entity.php at line 560
          vw\vw\XF\Entity\Entity->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1165
          XF\Mvc\Entity\Entity->save() in /home/vw/vw4-branch/upload/src/addons/vw/vw/XF/Entity/Entity.php at line 487
          vw\vw\XF\Entity\Entity->vwSave() in /home/vw/vw4-branch/upload/vault/core/controller/dm/xf2.php at line 357
          vw_DM_Controller_XF2->save() in /home/vw/vw4-branch/upload/vault/core/controller/ui/edit/vw.php at line 217
          vw_UI_Edit_Controller->save() in /home/vw/vw4-branch/upload/vault/core/controller/ui/create/vw.php at line 301
          vw_UI_Create_Controller->publish() in /home/vw/vw4-branch/upload/vault/core/controller/ui/index/vw.php at line 64
          vw_UI_Index_Controller->publish() in /home/vw/vw4-branch/upload/vault/core/controller/ui/index/vw.php at line 28
          vw_UI_Index_Controller->execute() in /home/vw/vw4-branch/upload/vault/core/controller/ui/stack/vw.php at line 241
          vw_UI_Stack_Controller->execute() in /home/vw/vw4-branch/upload/src/addons/vw/vw/Pub/Controller/Wiki/Wiki.php at line 75
          vw\vw\Pub\Controller\Wiki\Wiki->_actionIndex() in /home/vw/vw4-branch/upload/src/addons/vw/vw/Mvc/Dispatcher.php at line 25
          vw\vw\Mvc\Dispatcher::dispatch() in /home/vw/vw4-branch/upload/src/addons/vw/vw/Pub/Controller/Wiki/AbstractController.php at line 20
          vw\vw\Pub\Controller\Wiki\AbstractController->actionIndex() in src/XF/Mvc/Dispatcher.php at line 249
          XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
          XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
          XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
          XF\App->run() in src/XF.php at line 333
          XF::runApp() in index.php at line 13
    Issue Details
    Issue Number 5550
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Editing Pages
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.1.0 Alpha 1 Preview
    Fixed Version 4.1.0 Alpha 1 Preview
    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. December 31, 2018 2:05 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed.
      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 7:40 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.