• 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: pagetext

    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: pagetext

    • Issue Tools
      • View Changes
    1. issueid=5100 June 10, 2017 7:58 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Undefined index: pagetext

      Code:
      Adding data to table: vw_page
      
      Creating the main index
      
      Undefined index: pagetext
      
          #0: vw_CP_Progress_View->handle_php_error() in [path]/vault/core/controller/dm/page/vw.php at line 1003
          #1: vw_DM_Page_Controller->process_revision() in [path]/vault/core/controller/dm/page/vw.php at line 775
          #2: vw_DM_Page_Controller->pre_save() in [path]/library/vw/XenForo/DataWriter.php at line 499
          #3: vw_XenForo_DataWriter->_preSave() in [path]/library/XenForo/DataWriter.php at line 1460
          #4: XenForo_DataWriter->preSave() in [path]/library/vw/XenForo/DataWriter.php at line 190
          #5: vw_XenForo_DataWriter->preSaveWithReturn() in [path]/vault/core/controller/dm/xf.php at line 382
          #6: vw_DM_Controller_XF->pre_save() in [path]/library/vw/XenForo/DataWriter.php at line 185
          #7: vw_XenForo_DataWriter->preSave() in [path]/library/XenForo/DataWriter.php at line 1399
          #8: XenForo_DataWriter->save() in [path]/vault/core/controller/dm/xf.php at line 415
          #9: vw_DM_Controller_XF->save() in [path]/vault/install/lib/full/steps/vw.php at line 167
          #10: vw_Install_Full_Steps_Controller->{closure}() in [path]/vault/core/controller/progress/steps/vw.php at line 83
          #11: vw_Progress_Steps_Controller->call() in [path]/vault/core/controller/progress/steps/vw.php at line 53
          #12: vw_Progress_Steps_Controller->execute() in [path]/vault/install/lib/full/steps/vw.php at line 244
          #13: vw_Install_Full_Steps_Controller->execute() in [path]/vault/core/controller/progress/vw.php at line 92
          #14: vw_Progress_Controller->exec_script() in [path]/vault/core/controller/progress/vw.php at line 74
          #15: vw_Progress_Controller->execute() in [path]/vault/core/controller/cp/progress/vw.php at line 37
          #16: vw_CP_Progress_Controller->process() in [path]/vault/core/controller/cp/install/vw.php at line 275
          #17: vw_CP_Install_Controller->install() in [path]/vault/core/controller/cp/install/vw.php at line 62
          #18: vw_CP_Install_Controller->execute() in [path]/library/vw/XenForo/ControllerAdmin/Wiki.php at line 118
          #19: vw_XenForo_ControllerAdmin_Wiki->actionIndex() in [path]/library/vw/XenForo/ControllerAdmin/Wiki.php at line 176
          #20: vw_XenForo_ControllerAdmin_Wiki->actionUpgrade() in [path]/library/vw/XenForo/ControllerAdmin/Wiki.php at line 186
          #21: vw_XenForo_ControllerAdmin_Wiki->actionInstall() in [path]/library/XenForo/FrontController.php at line 351
          #22: XenForo_FrontController->dispatch() in [path]/library/XenForo/FrontController.php at line 134
          #23: XenForo_FrontController->run() in [path]/admin.php at line 13
    Issue Details
    Issue Number 5100
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.18
    Fixed Version 4.0.18
    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. June 11, 2017 10:35 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/core/controller/dm/page/vw.php, find:
      Code:
      if ($pagetext != $page['pagetext'])
      Replace with:
      Code:
      if (isset($page['pagetext']) AND $pagetext != $page['pagetext'])
      This E_NOTICE occurs when creating a stub programmatically, such as during installation or other custom scripts. It should not appear in your logs often. It does not reveal any major problem, since the conditional it occurs inside will still be evaluated in an expected way.
      Reply Reply  
    2. June 11, 2017 11:36 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Thanks!
      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 11:25 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.