• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Upgrade redirect 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.

    Page 1 of 2 12 Next LastLast
    Results 1 to 15 of 19

    Thread: Upgrade redirect error

    • Thread Tools
      • Show Printable Version
    1. August 5, 2013 #1
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221

      Upgrade redirect error

      I followed the directions, but when I go to my *******.com/vault/install/index.php

      I get a redirect loop error.

      Any idea of what could be causing this?
      Last edited by dvsDave; August 6, 2013 at 10:46 AM.
      Reply With Quote Reply With Quote

    2. August 6, 2013 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Sounds like another mod might be overwriting the $_REQUEST vars the installer uses to track its progress. You can check by disabling the plugin system on the platform you're upgrading. If you get to a message saying the installer cannot continue due to the plugin system being disabled, then there is most likely a conflict with another mod.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. August 6, 2013 #3
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      it goes from controlbooth.com/vault/install/index.php to controlbooth.com//index.php (yes, it shows the double slashes) and shows a redirect loop.

      I've also disable every plugin except VBSEO, Blogs and CMS.
      Reply With Quote Reply With Quote

    4. August 6, 2013 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Check your .htaccess and make sure you aren't redirecting /vault URLs. Also make sure you don't have a forum called "Vault". If you do, vBSEO is hijacking the URL, and you have to update the .htaccess so that it ignores the /vault path.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. August 6, 2013 #5
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      Here's the relevant rules in htaccess

      Code:
      RewriteRule ^wiki$ wiki/ [L,QSA,R=301]
      
      RewriteRule ^wiki.php$ showwiki.php [L,QSA]
      RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
      RewriteRule ^wiki/Main:(.*)$ wiki/$1 [L,R=301]
      
      RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
      
      RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
      RewriteRule ^wiki/(.*)?$ showwiki_proxy.php [L,QSA]
      Do I need to disable these rules? I also double-checked and I do not have any forums named vault.
      Reply With Quote Reply With Quote

    6. August 6, 2013 #6
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      Update, I disabled those rules and still no dice.
      Reply With Quote Reply With Quote

    7. August 6, 2013 #7
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Did you clean out your existing /vault folder before uploading the new files?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. August 6, 2013 #8
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      No, I didn't, the instructions seemed to indicate that I should do the clean up after the upgrade.
      Reply With Quote Reply With Quote

    9. August 6, 2013 #9
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      Should I clean up the vault folder first, or should I wait?
      Reply With Quote Reply With Quote

    10. August 6, 2013 #10
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      It might help. I would disable the old VaultWiki product, remove the /vault directory, then upload fresh.

      I see that you use vBSEO on your site. What are the relevant vBSEO rules from your .htaccess?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. August 7, 2013 #11
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      that actually worked, except now that I'm 22% thru the upgrade process, I'm getting an error:
      Code:
      Fatal error: Class 'vw_Parser_Legacy_NuWiki_Model' not found in /home/controlb/public_html/vault/core/model/parser/legacy/nuwiki/bbcode/vw.php on line 20
      and I'm so tired that I totally forgot to backup my db first.
      Reply With Quote Reply With Quote

    12. August 7, 2013 #12
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Backup your database now if you don't have a recent enough one.

      In vault/core/model/parser/base/vw.php, find:
      Code:
      $this->do_legacy = vw_Hard_Core::model('Settings')->get('vw_legacy_enabled');
      Replace with:
      Code:
      $this->do_legacy = !defined('VW_INSTALL') AND vw_Hard_Core::model('Settings')->get('vw_legacy_enabled');
      Then reload the upgrade script and click "Continue"
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. August 7, 2013 #13
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      got it. New error still in Step 22.
      Code:
      Fatal error: Class 'Imagick' not found in /home/controlb/public_html/vault/core/model/image/vw.php on line 157
      Reply With Quote Reply With Quote

    14. August 7, 2013 #14
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Here is a temporary fix for you. In vault/core/controller/dm/attach/file/vw.php, find:
      Code:
      if (!$this->filetype OR !$this->filetype['is_image'])
      Replace with:
      Code:
      if (!$this->filetype OR !$this->filetype['is_image'] OR $extension == 'pdf')
      This will make PDF files not be considered image files, which means thumbnails won't be created for them. If you want this functionality, you need to check your php.ini and make sure that the Imagick extension is installed and properly configured.

      As before, you can just reload the upgrade script and click "Continue."

      Otherwise, after the upgrade, you can permanently disable thumbnails on PDF files by going to Admin Panel > Content > Attachments, editing "pdf", and setting "Is this an image type?" to "No".
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    15. August 7, 2013 #15
      dvsDave
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      dvsDave is offline
      Regular Member
      Join Date
      September 6, 2008
      Posts
      62
      Rep Power
      221
      I tried again and got a message about an undefined method for bbcode table, so I re-enabled my bbcode table product and that error went away. Now I'm getting this message:
      Code:
      Fatal error: Call to undefined method vw_Permissions_Model_vB3::check_dependent() in /home/controlb/public_html/vault/core/model/parser/handle/nuwiki/vw.php on line 267
      Reply With Quote Reply With Quote

    Page 1 of 2 12 Next LastLast

    Similar Threads

    1. Upgrade 4.0 rc2 Error
      By migratoria in forum General Discussion
      Replies: 5
      Last Post: August 24, 2014, 9:42 AM
    2. Error after upgrade
      By abaum in forum VaultWiki Questions
      Replies: 5
      Last Post: November 20, 2011, 3:50 PM
    3. Fatal Error after Upgrade 3.0.4 > 3.0.8
      By pingelich in forum VaultWiki Questions
      Replies: 2
      Last Post: December 27, 2010, 8:36 AM
    4. Upgrade to 3.0.7 and vb 4.1.0 PL with error
      By stev in forum VaultWiki Questions
      Replies: 2
      Last Post: December 7, 2010, 2:53 PM
    5. Upgrade from 3-0-0_RC2 to 3-0-0_RC3: Error
      By Mondi in forum VaultWiki Questions
      Replies: 2
      Last Post: May 15, 2010, 7:58 AM

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 1:13 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.