• 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
    • Yet another upgrade error

    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: Yet another upgrade error

    • Issue Tools
      • View Changes
    1. issueid=4092 December 5, 2014 4:09 PM
      rizwank rizwank is offline
      New Member
      Yet another upgrade error
      Upgrading to 4.0.0 RC 4 halts..

      Was upgrading to RC 5 from Rc3
      Code:
      Step 4
      
      Updating data in table: vw_revision
      Undefined index: blocklist
      
      Step 4
      
      Updating data in table: vw_revision
      Undefined index: blocklist
      vw_CP_Progress_View->handle_php_error() in vault/core/model/area/vw.php at line 268
      vw_Area_Model->prepare_area() in vault/core/controller/fetch/area/vw.php at line 69
      vw_Fetch_Area_Controller->result() in vault/core/controller/fetch/stack/vw.php at line 201
      vw_Fetch_Stack_Controller->result() in vault/core/controller/fetch/page/vw.php at line 377
      vw_Fetch_Page_Controller->result() in vault/core/controller/fetch/stack/vw.php at line 415
      vw_Fetch_Stack_Controller->verify_retval() in vault/core/controller/fetch/vw.php at line 410
      vw_Fetch_Controller->verify_retval() in vault/core/controller/fetch/vw.php at line 196
      vw_Fetch_Controller->get() in vault/core/controller/install/upgradepath/steps/4/0/0/rc/4/base/vw.php at line 174
      vw_Install_UpgradePath_Steps_400rc4_base_Controller->{closure}() in vault/core/controller/install/upgradepath/vw.php at line 63
      vw_Install_UpgradePath_Controller->call() in vault/core/controller/cp/install/vw.php at line 333
      vw_CP_Install_Controller->exec_step() in vault/core/controller/cp/install/vw.php at line 298
      vw_CP_Install_Controller->upgrade_type() in vault/core/controller/cp/install/vw.php at line 235
      vw_CP_Install_Controller->upgrade() in vault/core/controller/cp/install/vw.php at line 59
      vw_CP_Install_Controller->execute() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 115
      vw_XenForo_ControllerAdmin_Wiki->actionIndex() in library/vw/XenForo/ControllerAdmin/Wiki.php at line 144
      vw_XenForo_ControllerAdmin_Wiki->actionUpgrade() in library/XenForo/FrontController.php at line 347
      XenForo_FrontController->dispatch() in library/XenForo/FrontController.php at line 134
      XenForo_FrontController->run() in admin.php at line 13
    Issue Details
    Issue Number 4092
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.0 RC 5
    Fixed Version 4.0.0 RC 5
    Milestone VaultWiki 4.0 Gold
    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. December 5, 2014 4:13 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed. This only occurs when upgrading to RC 5 directly from RC 3 or earlier, only on XenForo while debug mode is turned on.

      You can either disable debug mode during the upgrade, or edit vault/core/model/area/vw.php. Find:
      Code:
      		if (!is_array($area['blocklist']))
      Replace with:
      Code:
      		if (!isset($area['blocklist']))
      		{
      			$area['blocklist'] = array();
      		}
      		else if (!is_array($area['blocklist']))
      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:54 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.