• 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
    • Upgrade script problems

    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: Upgrade script problems

    • Issue Tools
      • View Changes
    1. issueid=4562 March 2, 2016 12:41 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Upgrade script problems

      While previously the install script worked well, it will now not go to automatic and manual steps come out like this:
      http://awesomescreenshot.com/0305ogfhf1
    Issue Details
    Issue Number 4562
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.0.9
    Fixed Version 4.0.9
    Milestone (none)
    Software DependencyvBulletin 3.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. March 2, 2016 2:13 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Somehow the height of the installer is reduced to 50% of the container. So most goes on out of view.
      Reply Reply
    2. March 2, 2016 2:48 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed. This occurs when the table vw_upgradelog does not exist yet. It results in an infinite bubbling of the installer landing page until ?step=1 is specifically visited (such as by manual mode).

      In vault/core/controller/cp/install/vw.php, find:
      Code:
      			if (isset($this->version['steps']["$install_key"]))
      			{
      				$installer->set_step($this->version['steps']["$install_key"] + 1);
      			}
      After it, add:
      Code:
      			else
      			{
      				$installer->set_step(1);
      			}
      Reply Reply
    3. March 2, 2016 2:54 PM
      pegasus pegasus is offline
      VaultWiki Team
      The installer issues were related to a recent refactoring of the "progress" controller. The refactor was intended to reduce corruption that might be triggered by erroneous entries in vw_upgradelog that occurred on most installations: https://www.vaultwiki.org/issues/4489/#note24966
      I think you had encountered the issue once or twice and always sidestepped it by entering manual mode.
      Reply Reply
    4. March 2, 2016 3:00 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Parse error: syntax error, unexpected T_ELSE in /vault/core/controller/cp/install/vw.php on line 244
      Reply Reply
    5. March 2, 2016 3:02 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      never mind. I did not follow the instructions correctly.
      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 12:23 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.