• 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
    • VW4 - Beta 1 Installer 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: VW4 - Beta 1 Installer Error

    • Issue Tools
      • View Changes
    1. issueid=3110 June 11, 2013 4:14 AM
      alpha alpha is offline
      Junior Member
      VW4 - Beta 1 Installer Error
      Database error at step 2

      Fatal Error at installer ....
      Code:
      Step 2
      
      fixing_headline_bbcode
      
      Updating data in table: setting
      
      Invalid SQL:
      UPDATE `VB4_setting` SET `productid` = 'vaultwiki' WHERE varname = 'vw_moderator_group';
      
      MySQL-Error  : Unknown column 'productid' in 'field list'
      Error-ID    : 1054
      Error Time   : Tuesday, 11.06.2013 @ 10:09:42
      Date         : Tuesday, 11.06.2013 @ 10:09:42
      Script        : /vault/install/index.php?step=2&nostyle=1
      Referrer      : /vault/install/index.php?step=1&nostyle=1
    Issue Details
    Issue Number 3110
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 4.0.0 Beta 1
    Fixed Version 4.0.0 Beta 1
    Milestone (none)
    Software DependencyvBulletin 4.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, 2013 8:46 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/core/controller/install/upgradepath/steps/4/0/0/beta/1/3X/vb3.php, find:
      Code:
      'productid' => "'vaultwiki'"
      Replace with:
      Code:
      'product' => "'vaultwiki'"
      Reply Reply  
    2. This petition for a change to Awaiting Feedback was accepted
      June 11, 2013 9:42 AM
      alpha alpha is offline
      Junior Member
      thanks

      unfortunatley next issue

      installer stops at 27% with just the message in main content field:

      Step 6
      Updating Version number
      fixing_wiki_content_types
       
    3. June 11, 2013 10:14 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/core/controller/install/upgradepath/steps/4/0/0/beta/1/4X/vb4.php, find:
      Code:
      // in case we re-run this step
      Add before:
      Code:
      $caller->open();
      Reply Reply  
    4. June 16, 2013 8:58 PM
      Lonter Lonter is offline
      New Member
      I get the following error with a fresh install which sounds similar:
      Code:
      Database error in vBulletin 4.2.0:
      
      Invalid SQL:
      REPLACE INTO `vb_setting` (`productid`, `varname`, `optioncode`, `datatype`, `defaultvalue`, `value`)  VALUES ('vaultwiki','vw_moderator_group','vw_usergroup','integer',0,45);
      
      MySQL Error   : Unknown column 'productid' in 'field list'
      Error Number  : 1054
      Request Date  : Monday, June 17th 2013 @ 01:33:54 AM
      Error Date    : Monday, June 17th 2013 @ 01:33:54 AM
      Script        : /vault/install/index.php?step=7&nostyle=1
      Referrer      : /vault/install/index.php?step=6&nostyle=1
      IP Address    : 
      Username      : 
      Classname     : vB_Database_MySQLi
      MySQL Version : 5.5.29-MariaDB
      
      Stack Trace:
      
      #0 vB_Database->halt() called in [path]/includes/class_core.php on line 1400
      #1 vB_Database_MySQLi->execute_query() called in [path]/includes/class_core.php on line 444
      #2 vB_Database->query_write() called in [path]/vault/core/controller/db/vb3.php on line 182
      #3 vw_DB_Controller_vB3->query_write() called in [path]/vault/core/model/db/mysql/vw.php on line 791
      #4 vw_DB_MySQL_Model->shutdown_or_run() called in [path]/vault/core/model/db/mysql/vw.php on line 762
      #5 vw_DB_MySQL_Model->replace() called in [path]/vault/core/controller/install/full/steps/vb3.php on line 206
      #6 {closure}() called in [path]/vault/core/controller/progress/vw.php on line 80
      #7 vw_Progress_Controller->call() called in [path]/vault/core/controller/cp/progress/vw.php on line 39
      #8 vw_CP_Progress_Controller->process() called in [path]/vault/core/controller/cp/install/vw.php on line 143
      #9 vw_CP_Install_Controller->install() called in [path]/vault/core/controller/cp/install/vw.php on line 74
      #10 vw_CP_Install_Controller->execute() called in [path]/vault/cp/global.php on line 72
      #11 require_once([path]/vault/cp/global.php) called in [path]/vault/install/index.php on line 37
      Reply Reply  
    5. June 16, 2013 10:01 PM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/core/controller/install/full/steps/vb3.php, find:
      Code:
      				$setting = array(
      					'productid' => "'vaultwiki'",
      Replace with:
      Code:
      				$setting = array(
      					'product' => "'vaultwiki'",
      Reply Reply  
    6. June 16, 2013 11:15 PM
      Lonter Lonter is offline
      New Member
      Quote Originally Posted by pegasus
      In vault/core/controller/install/full/steps/vb3.php, find:
      That fixed it
      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 3:47 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.