• 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
    • XF 1.1.3 does not work with VW beta 2 upgrade or fresh install.

    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: XF 1.1.3 does not work with VW beta 2 upgrade or fresh install.

    • Issue Tools
      • View Changes
    1. issueid=3149 July 4, 2013 10:52 AM
      rizwank rizwank is offline
      New Member
      XF 1.1.3 does not work with VW beta 2 upgrade or fresh install.

      Topic WAS : Upgrade from 4.0 beta1 to 4.0 beta2 kills site (on XF 1.1.3)


      Had 4.0 beta 1 installed but disabled.
      installed 4.0 beta 2
      enabled in panel

      now nothing seems to work. php error log
      Code:
      [04-Jul-2013 14:48:38 UTC] PHP Notice:  Undefined offset: 6 in /home/farearch/site/vault/core/model/version/vw.php on line 43
      [04-Jul-2013 14:48:38 UTC] PHP Notice:  Undefined offset: 8 in /home/farearch/site/vault/core/model/version/vw.php on line 79
      [04-Jul-2013 14:49:11 UTC] PHP Notice:  Undefined offset: 6 in /home/farearch/site/vault/core/model/version/vw.php on line 43
      [04-Jul-2013 14:49:11 UTC] PHP Notice:  Undefined offset: 8 in /home/farearch/site/vault/core/model/version/vw.php on line 79
      /vault/install gives a 200 OK with an empty page.

      An unexpected error occurred. Please try again later. on all XF pages, including the admin page, restricting me from disabling.
    Issue Details
    Issue Number 3149
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Install / Upgrade
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version 4.0.0 Beta 2
    Fixed Version 4.0.0 Beta 2
    Milestone VaultWiki 4 Beta X
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. July 4, 2013 10:53 AM
      rizwank rizwank is offline
      New Member
      vault/install/index.php gives same error.
      Reply Reply  
    2. July 4, 2013 10:56 AM
      rizwank rizwank is offline
      New Member
      error_log($ver); in public compare returns
      Code:
      [04-Jul-2013 14:55:55 UTC] 1.2.0 Beta 1
      [04-Jul-2013 14:55:55 UTC] 1.1.3
      forcing $co to 0 removes the error but not the XF crash.
      Reply Reply  
    3. July 4, 2013 11:07 AM
      rizwank rizwank is offline
      New Member
      Disabled the listeners per instructions here :

      http://xenforo.com/community/threads...3/#post-282417

      disabled VW, and then re-enabled listeners, and we're back up.

      tried the vault/install.php script again
      Code:
      An exception occurred: Undefined offset: 6 in /home/farearch/site/vault/core/model/version/vw.php on line 44
      
      XenForo_Application::handlePhpError() in /home/farearch/site/vault/core/model/version/vw.php at line 44
      vw_Version_Model->compare() in /home/farearch/site/vault/core/model/version/vw.php at line 27
      vw_Version_Model->higher() in /home/farearch/site/vault/core/model/vw.php at line 669
      vw_Compat::is() in /home/farearch/site/vault/core/controller/install/upgradepath/steps/final/xf.php at line 108
      vw_Install_UpgradePath_Steps_Final_Controller_XF->__construct() in /home/farearch/site/vault/core/controller/install/upgradepath/vw.php at line 331
      vw_Install_UpgradePath_Controller->get_steps() in /home/farearch/site/vault/core/controller/install/upgradepath/vw.php at line 107
      vw_Install_UpgradePath_Controller->land() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 154
      vw_CP_Install_Controller->upgrade() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 69
      vw_CP_Install_Controller->execute() in /home/farearch/site/vault/cp/global.php at line 72
      require_once() in /home/farearch/site/vault/install/index.php at line 37
      forcing co to 0 and commenting out the switch gives
      Code:
      An exception occurred: Undefined offset: 8 in /home/farearch/site/vault/core/model/version/vw.php on line 80
      
      XenForo_Application::handlePhpError() in /home/farearch/site/vault/core/model/version/vw.php at line 80
      vw_Version_Model->compare() in /home/farearch/site/vault/core/model/version/vw.php at line 27
      vw_Version_Model->higher() in /home/farearch/site/vault/core/model/vw.php at line 669
      vw_Compat::is() in /home/farearch/site/vault/core/controller/install/upgradepath/steps/final/xf.php at line 108
      vw_Install_UpgradePath_Steps_Final_Controller_XF->__construct() in /home/farearch/site/vault/core/controller/install/upgradepath/vw.php at line 331
      vw_Install_UpgradePath_Controller->get_steps() in /home/farearch/site/vault/core/controller/install/upgradepath/vw.php at line 107
      vw_Install_UpgradePath_Controller->land() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 154
      vw_CP_Install_Controller->upgrade() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 69
      vw_CP_Install_Controller->execute() in /home/farearch/site/vault/cp/global.php at line 72
      require_once() in /home/farearch/site/vault/install/index.php at line 37
      commenting out the $value += line (and forcing $co to zero) ..

      also saw
      Code:
      [04-Jul-2013 14:58:35 UTC] PHP Fatal error:  Call to undefined method XenForo_Model_AddOn::getAllUpdateChecks() in /home/farearch/site/library/AddOnInstaller/CronEntry/UpdateCheck.php on line 9
      in the end, the regex doesn't handle not having matches for the later parts [6] and [8]
      Reply Reply  
    4. July 4, 2013 11:09 AM
      rizwank rizwank is offline
      New Member
      After the manual edits (probably poorly advised), I did the upgrade script (definitely poorly advised)

      importing_template_modifications
      Code:
      An exception occurred: String could not be parsed as XML in /home/farearch/site/vault/core/controller/install/common/xf.php on line 291
      SimpleXMLElement->__construct() in /home/farearch/site/vault/core/controller/install/common/xf.php at line 0
      vw_Install_Common_Controller_XF->do_template_modifications() in /home/farearch/site/vault/core/controller/install/upgradepath/steps/final/xf.php at line 115
      {closure}() in /home/farearch/site/vault/core/controller/install/upgradepath/vw.php at line 57
      vw_Install_UpgradePath_Controller->call() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 264
      vw_CP_Install_Controller->exec_step() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 177
      vw_CP_Install_Controller->upgrade() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 69
      vw_CP_Install_Controller->execute() in /home/farearch/site/vault/cp/global.php at line 72
      require_once() in /home/farearch/site/vault/install/index.php at line 37
      Also got
      Code:
      [04-Jul-2013 15:10:05 UTC] PHP Fatal error:  Call to a member function setFetchMode() on a non-object in /home/farearch/chat.farearchitects.com/vault/core/controller/db/xf.php on line 133
      Reply Reply  
    5. July 4, 2013 11:12 AM
      rizwank rizwank is offline
      New Member
      VW appears to work, but phrases aren't substituted correctly (I never figured out how to build them manually in XF). Either way, all the above sounds like a bad place to start from so I uninstalled.
      Reply Reply  
    6. July 4, 2013 11:15 AM
      rizwank rizwank is offline
      New Member
      Fresh install with the above patches results in php log entry :
      Code:
      [04-Jul-2013 15:14:03 UTC] PHP Fatal error:  Call to undefined method XenForo_BbCode_Parser::create() in /home/farearch/site/vault/core/model/tag/xf.php on line 25
      dead end for this explorer.
      Reply Reply  
    7. July 4, 2013 8:31 PM
      pegasus pegasus is offline
      VaultWiki Team
      Okay, that's quite a bit. I will go through these as quickly as I can.
      Reply Reply  
    8. July 4, 2013 9:08 PM
      pegasus pegasus is offline
      VaultWiki Team
      These should all be fixed in the current build now. There was a problem where VaultWiki was thinking that XenForo 1.1 > 1.2. Please download the full package (not a patch) to get all the necessary changes.
      Reply Reply  
    9. July 4, 2013 11:53 PM
      rizwank rizwank is offline
      New Member
      Still not working; not on XF 1.2 B4.
      Code:
      [Thu Jul 04 20:52:58 2013] [error] [client 12.168.253.4] PHP Fatal error:  Call to undefined method XenForo_BbCode_Parser::appendWikiTags() in /var/www/html/chat/vault/core/model/tag/xf.php on line 26
      Reply Reply  
    10. July 4, 2013 11:59 PM
      rizwank rizwank is offline
      New Member
      And
      Code:
      ErrorException: Undefined index: 1 - /var/www/html/chat/vault/core/model/string/vw.php:121
      Generated By: rizwank, 3 minutes ago
      Stack Trace
      #0 /var/www/html/chat/vault/core/model/string/vw.php(121): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/html/c...', 121, Array)
      #1 /var/www/html/chat/vault/core/controller/dm/route/vw.php(243): vw_String_Model->substr('s', 0, 1)
      #2 /var/www/html/chat/vault/core/controller/dm/route/xf.php(77): vw_DM_Route_Controller->pre_save(true)
      #3 /var/www/html/chat/library/XenForo/DataWriter.php(1434): vw_DM_Route_Controller_XF->_preSave()
      #4 /var/www/html/chat/library/XenForo/DataWriter.php(1373): XenForo_DataWriter->preSave()
      #5 /var/www/html/chat/vault/core/controller/dm/xf.php(366): XenForo_DataWriter->save()
      #6 /var/www/html/chat/vault/core/controller/dm/base/routable/vw.php(418): vw_DM_Controller_XF->save()
      #7 /var/www/html/chat/vault/core/controller/dm/special/vw.php(61): vw_DM_Base_Routable_Controller->save_path(Array)
      #8 /var/www/html/chat/vault/core/controller/dm/special/xf.php(51): vw_DM_Special_Controller->post_save_each()
      #9 /var/www/html/chat/library/XenForo/DataWriter.php(1397): vw_DM_Special_Controller_XF->_postSave()
      #10 /var/www/html/chat/vault/core/controller/dm/xf.php(366): XenForo_DataWriter->save()
      #11 /var/www/html/chat/vault/core/controller/install/db/insert/vw.php(141): vw_DM_Controller_XF->save()
      #12 /var/www/html/chat/vault/core/controller/install/full/steps/vw.php(51): vw_Install_DB_Insert_Controller->execute(Object(vw_Install_View_XF), Object(vw_Install_Text_Full_View))
      #13 /var/www/html/chat/vault/core/controller/progress/vw.php(80): {closure}(Object(vw_Install_Full_Controller_XF), NULL)
      #14 /var/www/html/chat/vault/core/controller/cp/progress/vw.php(39): vw_Progress_Controller->call(6, NULL)
      #15 /var/www/html/chat/vault/core/controller/cp/install/vw.php(143): vw_CP_Progress_Controller->process('Install/Full')
      #16 /var/www/html/chat/vault/core/controller/cp/install/vw.php(74): vw_CP_Install_Controller->install()
      #17 /var/www/html/chat/vault/cp/global.php(72): vw_CP_Install_Controller->execute('6', 'post')
      #18 /var/www/html/chat/vault/install/index.php(37): require_once('/var/www/html/c...')
      #19 {main}
      Request State
      array(3) {
        ["url"] => string(71) "http://soar.farearchitects.com/vault/install/index.php?step=6&nostyle=1"
        ["_GET"] => array(2) {
          ["step"] => string(1) "6"
          ["nostyle"] => string(1) "1"
        }
        ["_POST"] => array(4) {
          ["step"] => string(1) "6"
          ["nostyle"] => string(1) "1"
          ["_xfToken"] => string(8) "********"
          ["do"] => string(1) "6"
        }
      Reply Reply  
    11. July 5, 2013 12:57 AM
      rizwank rizwank is offline
      New Member
      anyhow; back to the 1.1.3 install.
      Code:
      An exception occurred: Undefined offset: 6 in /home/farearch/site/vault/core/model/version/vw.php on line 43
      
      XenForo_Application::handlePhpError() in /home/farearch/site/vault/core/model/version/vw.php at line 43
      vw_Version_Model->compare() in /home/farearch/site/vault/core/model/version/vw.php at line 27
      vw_Version_Model->higher() in /home/farearch/site/vault/core/model/vw.php at line 669
      vw_Compat::is() in /home/farearch/site/vault/core/controller/install/full/steps/xf.php at line 578
      vw_Install_Full_Steps_Controller_XF->__construct() in /home/farearch/site/vault/core/model/vw.php at line 190
      vw_Hard_Core::fetch_object() in /home/farearch/site/vault/core/model/vw.php at line 309
      vw_Hard_Core::controller() in /home/farearch/site/vault/core/controller/install/full/vw.php at line 32
      vw_Install_Full_Controller->prepare_steps() in /home/farearch/site/vault/core/controller/install/full/vw.php at line 27
      vw_Install_Full_Controller->__construct() in /home/farearch/site/vault/core/model/vw.php at line 190
      vw_Hard_Core::fetch_object() in /home/farearch/site/vault/core/model/vw.php at line 309
      vw_Hard_Core::controller() in /home/farearch/site/vault/core/controller/cp/progress/vw.php at line 25
      vw_CP_Progress_Controller->process() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 143
      vw_CP_Install_Controller->install() in /home/farearch/site/vault/core/controller/cp/install/vw.php at line 74
      vw_CP_Install_Controller->execute() in /home/farearch/site/vault/cp/global.php at line 72
      require_once() in /home/farearch/site/vault/install/index.php at line 37
      Reply Reply  
    12. July 5, 2013 12:59 AM
      rizwank rizwank is offline
      New Member
      And, as noted; Step 7 of the install, even if I nerf the switch on the line 43 above.
      Code:
      [05-Jul-2013 04:58:08 UTC] PHP Fatal error:  Call to undefined method XenForo_BbCode_Parser::create() in /home/farearch/site/vault/core/model/tag/xf.php on line 25
      Reply Reply  
    13. July 5, 2013 9:30 AM
      pegasus pegasus is offline
      VaultWiki Team
      There was an issue on our end. Even when requesting the build 2 version of Beta 2, the server still gave out build 1. You can try to download the patch file this time, as it's now working correctly. Apologies for this and your wasted time as a result.
      Reply Reply  
    14. July 5, 2013 12:12 PM
      rizwank rizwank is offline
      New Member
      Thanks for the apology.
      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:18 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.