• 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

    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

    • Issue Tools
      • View Changes
    1. issueid=3762 June 4, 2014 4:09 PM
      nikosb nikosb is offline
      New Member
      upgrade
      Fatal Error Upgrader

      Version 4.0.0 Gamma 6 Build 001
      Code:
      Fatal Error: attempted to instantiate non-existent class vw_Version_List_Model
    Issue Details
    Issue Number 3762
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 4.0.0 Gamma 6
    Fixed Version (none)
    Milestone VaultWiki 4 Gamma X
    Software DependencyvBulletin 4.x w/ ckEditor
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 2
    Assigned Users (none)
    Tags upgrade




    1. June 4, 2014 4:14 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please try now. It seems it will take some getting used to for me that the download doesn't just update automatically anymore. I have to tell it which "SVN" version it is first.
      Reply Reply  
    2. June 4, 2014 4:41 PM
      nikosb nikosb is offline
      New Member
      Step 7

      Updating data in table: vw_usercount
      Code:
      Database Error 	Database error
      
      Invalid SQL:
      UPDATE `vb_vw_usercount` SET `vw_subscribed` = 1 WHERE  `userid` IN (1);
      
      MySQL Error   : Unknown column 'vw_subscribed' in 'field list'
      Error Number  : 1054
      Request Date  : Wednesday, June 4th 2014 @ 11:40:28 PM
      Error Date    : Wednesday, June 4th 2014 @ 11:40:29 PM
      Script        : [url]http://www.supa.gr/forums/vault/install/index.php[/url]
      Referrer      : [url]http://www.supa.gr/forums/vault/install/index.php[/url]
      IP Address    : 62.1.59.199
      Username      : Dr.Overflow
      Classname     : vB_Database
      MySQL Version : 5.5.37-cll-lve
      Reply Reply  
    3. June 4, 2014 4:59 PM
      pegasus pegasus is offline
      VaultWiki Team
      If you run the following against your database, it should let you continue:
      Code:
      ALTER TABLE vb_vw_usercount ADD COLUMN vw_subscribed INT(1) UNSIGNED NOT NULL DEFAULT '0'
      I'm updating the upgrade script now.
      Reply Reply  
    4. June 4, 2014 5:04 PM
      nikosb nikosb is offline
      New Member
      not alter
      Code:
      #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'vb_vw_usercount ADD COLUMN vw_subscribed INT(10) UNSIGNED NOT NULL DEFAULT '0'' at line 1
      Reply Reply  
    5. June 4, 2014 5:06 PM
      pegasus pegasus is offline
      VaultWiki Team
      Sorry, ALTER TABLE
      Updated above.
      Reply Reply  
    6. June 4, 2014 5:14 PM
      nikosb nikosb is offline
      New Member
      ok

      after some step.....
      attach
      Reply Reply  
    7. June 4, 2014 5:21 PM
      pegasus pegasus is offline
      VaultWiki Team
      That error is weird. It says it can't find a class called "Curlypublic". I don't know why it would even look for that... what version of vB4 is it?

      I'll be testing the vB4 version of the script myself in a few minutes. I have to wait for it to finish uploading. I'm trying to figure out right now why it takes so long. It doesn't make sense for an upload of this size to take 40 minutes.
      Reply Reply  
    8. June 4, 2014 5:22 PM
      nikosb nikosb is offline
      New Member
      Code:
      Importing template group: VaultWiki Special
      Unable to find a class to validate: vB_TemplateParser_Curlypublic on line 1084 in /var/www/vhosts/supa.gr/httpdocs/forums/includes/class_template_parser.php
      #0 /var/www/vhosts/supa.gr/httpdocs/forums/includes/class_template_parser.php(1020): vB_TemplateParser->validate_curly(Object(vB_CurlyNode), Array)
      #1 /var/www/vhosts/supa.gr/httpdocs/forums/includes/adminfunctions_template.php(3035): vB_TemplateParser->validate(Array)
      #2 /var/www/vhosts/supa.gr/httpdocs/forums/vault/core/controller/install/common/vb3.php(884): compile_template('
      {vb:rawphrase vw_top}{vb:raw stats.header_phrase}
      
      {vb:rawphrase vw_stat_totals, {vb:raw stats.total}, {vb:raw stats.subtotal}}
      {vb:raw template_hook.vw_special_statistics}
      
      {vb:rawphrase vw_stat_edits, {vb:raw stats.views}, {vb:raw stats.edits}, {vb:raw stats.edits_per_page}, {vb:raw stats.views_per_edit}}
      {vb:rawphrase vw_top}{vb:rawphrase vw_stat_user_header}
      
      {vb:raw stats.admin_phrase}
      {vb:rawphrase vw_top}{vb:rawphrase vw_stat_view_header}
      
          {vb:raw itembits} 
      
      ))
      Reply Reply  
    9. June 4, 2014 5:32 PM
      pegasus pegasus is offline
      VaultWiki Team
      It's showing an old version of the template there in the error junk (looks pre-Gamma). Try deleting your /vault/controller/install folder then upload that folder again. Maybe it's trying to install the old template for some reason.
      Reply Reply  
    10. June 4, 2014 5:45 PM
      nikosb nikosb is offline
      New Member
      NO luck
      the same message
      Reply Reply  
    11. June 4, 2014 5:45 PM
      pegasus pegasus is offline
      VaultWiki Team
      Confirmed "Curlypublic" error during direct upgrade from Beta 6 -> Gamma 6. Strange. Using a clean /install folder has no effect...
      Reply Reply  
    12. June 4, 2014 6:03 PM
      pegasus pegasus is offline
      VaultWiki Team
      Okay, this is in one of the "mobile" XMLs, which are actually never used. In vault/core/controller/install/db/xml/mobile/special/vb4.xml, find:
      Code:
      {vb:public
      Replace with:
      Code:
      {vb:var
      After this change, the upgrade finished successfully. Merging to the download area now.
      Reply Reply  
    13. June 4, 2014 6:18 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Please let us know when the new build is up.
      Reply Reply  
    14. June 4, 2014 6:36 PM
      pegasus pegasus is offline
      VaultWiki Team
      There was a file permissions issue on our end. The new build should be accessible now. I will see about resolving the file permissions problem programatically for the future.
      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:26 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 © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.