• 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
    • 2.2.3 PL1 Upgrade Issue

    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 18

    Thread: 2.2.3 PL1 Upgrade Issue

    • Thread Tools
      • Show Printable Version
    1. May 9, 2009 #1
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215

      2.2.3 PL1 Upgrade Issue

      After upgrading from 2.2.1 to 2.2.3PL1 all the wiki urls redirect to a page named "special page." I'm guessing this is now the Wiki's home page since it has a search box. Are there instructions for configuring 2.2.3PL1 somewhere on this forum?

      Also the CES VaultWiki Special Page Permissions options don't appear for any Usergroup.
      Reply With Quote Reply With Quote

    2. May 9, 2009 #2
      Mokonzi
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Mokonzi is offline
      Senior Member
      Join Date
      January 19, 2009
      Location
      South West Scotland
      Posts
      158
      Rep Power
      224
      Follow the newest instructions... which are for 2.2.2 -> Upgrading VaultWiki
      Reply With Quote Reply With Quote

    3. May 9, 2009 #3
      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
      687
      It's likely you need to look at the Configuring .HTACCESS section in particular.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. May 9, 2009 #4
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215
      Here is my .htaccess file:

      Code:
      # Comment the following line (add '#' at the beginning)
      # to disable mod_rewrite functions.
      # Please note: you still need to disable the hack in
      # the vBSEO control panel to stop url rewrites.
      RewriteEngine On
      
      # Some servers require the Rewritebase directive to be
      # enabled (remove '#' at the beginning to activate)
      # Please note: when enabled, you must include the path
      # to your root vB folder (i.e. RewriteBase /forums/)
      RewriteBase /
      
      RewriteRule ^filename.php(.*)$ showwiki.php$1 [QSA]
      RewriteRule ^showwiki.php?title=Default:(.*)$ showwiki.php?title=$1 [L,R=301]
      
      RewriteRule ^view_(.*).htm$ view.php?pg=$1
      
      RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
      
      RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|filename)
      RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|file  name)/
      RewriteRule ^(.+)$ vbseo.php [L,QSA]
      This is a url that previously worked:
      http://www.lipstickalley.com/showwik...ator%27s+Guide

      Now it just redirects to the main page. The navigation bar shows Home >> Special >> Wiki instead of Home >> Book >> Wiki.
      Reply With Quote Reply With Quote

    5. May 9, 2009 #5
      Mokonzi
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      Mokonzi is offline
      Senior Member
      Join Date
      January 19, 2009
      Location
      South West Scotland
      Posts
      158
      Rep Power
      224
      Is your Default Wiki namespace called Default, or did you change the name to something else?
      Reply With Quote Reply With Quote

    6. May 9, 2009 #6
      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
      687
      Also, wherever it says "filename", it should say "showwiki", unless you changed the setting to something else.

      This would make the first RewriteRule useless, so you should comment it.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. May 9, 2009 #7
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215
      Quote Originally Posted by Mokonzi View Post
      Is your Default Wiki namespace called Default, or did you change the name to something else?
      The default namespace is AlleyPedia.
      Reply With Quote Reply With Quote

    8. May 9, 2009 #8
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215
      Here is the current .htaccess file:
      Code:
      RewriteRule ^showwiki.php?title=Default:(.*)$ showwiki.php?title=$1 [L,R=301]
      
      RewriteRule ^view_(.*).htm$ view.php?pg=$1
      
      RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
      
      RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|showwiki)
      RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images|showwiki)/
      RewriteRule ^(.+)$ vbseo.php [L,QSA]
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule ^view_(.*).htm$ view.php?pg=$1
      Since the default namespace is named AlleyPedia I tried changing to:
      Code:
      RewriteRule ^showwiki.php?title=AlleyPedia:(.*)$ showwiki.php?title=$1 [L,R=301]
      It still redirects to Lipstick Alley >> Special instead of Lipstick Alley >> Book

      I then changed the name of the default namespace to Default and it still doesn't work.
      Reply With Quote Reply With Quote

    9. May 9, 2009 #9
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215
      Also, there are no permissions for special pages in any of the usergroups. Should there be?
      Reply With Quote Reply With Quote

    10. May 10, 2009 #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
      687
      Is the setting "Turn on the Wiki?" enabled?
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. May 11, 2009 #11
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215
      Yes, the wiki was on. I rebuilt the bitfields and emptied my browsers cache and the special permissions appeared.

      The wiki still kept redirecting to the Special Page. And another problem surfaced. With the wiki and vblog enabled I was not able to view the profile of any user who was online. When I disabled the wiki I was able to view the profiles.

      The error message in the server's error log is:
      Code:
      Cannot redeclare blog_online_location_preprocess() (previously declared in /home/lipstick/public_html/includes/blog_functions_online.php:29) in /home/lipstick/public_html/includes/blog_plugin_online.php on line 76
      Is there a way to rollback the wiki to version 2.2.1?
      Reply With Quote Reply With Quote

    12. May 11, 2009 #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
      687
      No, you can't rollback, nor is it recommended by any account. Firstly, you need to update your blog installation if possible (current version is 2.0.2). Then, you need to update the wiki to 2.3.0. That will eliminate a bunch of other little bugs that might be contributing to this.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. May 11, 2009 #13
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215
      The blog is the latest version. I'll update the wiki now.

      Quote Originally Posted by pegasus View Post
      No, you can't rollback, nor is it recommended by any account. Firstly, you need to update your blog installation if possible (current version is 2.0.2). Then, you need to update the wiki to 2.3.0. That will eliminate a bunch of other little bugs that might be contributing to this.
      Reply With Quote Reply With Quote

    14. May 11, 2009 #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
      687
      Blog 2.0.2 doesn't have an /includes/blog_plugin_online.php file. If you left the file in your directory you are confusing VaultWiki.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    15. May 11, 2009 #15
      Home Alone
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Home Alone is offline
      Junior Member
      Join Date
      August 29, 2008
      Posts
      15
      Rep Power
      215
      The upgrade to 2.3.0 has been problematic. My posts table is nearly 3GB in size. The upgrade script stopped at "Re-syncing revision and post tables." Was there another operation after that for step 2?

      Also, I have 3.8M posts. Does "Re-syncing revision and post tables" go through every single post? If so, can I ask why when I only had 123 posts in the wiki?
      Reply With Quote Reply With Quote

    Page 1 of 2 12 Next LastLast

    Similar Threads

    1. Issue with Attachments
      By OKCTalk in forum VaultWiki Questions
      Replies: 9
      Last Post: June 14, 2012, 8:04 AM
    2. Table issue
      By tagman in forum VaultWiki Questions
      Replies: 3
      Last Post: February 12, 2011, 3:52 PM
    3. Group issue
      By Jella in forum VaultWiki Questions
      Replies: 2
      Last Post: June 27, 2010, 8:40 AM
    4. Upgrade Issue
      By Jav in forum VaultWiki Questions
      Replies: 7
      Last Post: January 23, 2010, 9:29 AM
    5. Upgrade issue with Book and Default
      By mickknutson in forum VaultWiki Questions
      Replies: 5
      Last Post: May 14, 2009, 11:56 PM

    Tags for this Thread

    able, admincp, after, all, also, another, any, are, been, cache, called, can, cannot, case, changed, comment, completely, could, did, disable, does, don, enabled, every, existing, filename, first, for, from, going, has, have, here, http, issue, language, last, left, line, load, look, must, need, newest, next, now, older, only, other, php, pl1, please, possible, public, quot, quote, recommended, redirecting, request, restore, revision, rewrite, should, shows, showwiki, single, some, something, stopped, that, the, there, this, try, upgrade, user, using, was, way, were, what, when, where, why, will, with, worked, would, www, you, your

    View Tag Cloud

    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 5:25 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.