• 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 3.x Series
    • Bug
    • What did I do wrong 2.5.0 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: What did I do wrong 2.5.0 upgrade

    • Issue Tools
      • View Changes
    1. issueid=753 August 4, 2009 1:29 AM
      Jav Jav is offline
      Junior Member
      What did I do wrong 2.5.0 upgrade
      2.3.0 was working but I was receiving database errors after the install. Upgraded to 2.5.0 and now I cannot see discussions and my Wiki post have disappeared

      When I try to edit the namespace Title I see this error.
      Code:
      Database error in vBulletin 3.8.3:
      
      Invalid SQL:
      UPDATE Forumvault_namespace SET
      	title = 'Wiki',
      	displaytitle = 'Wiki',
      	bbcodetag = 'wiki',
      	forumid = 59,
      	displayparent = 0,
      	displayorder = 10,
      	options = 9
      WHERE namespaceid = 6;
      
      MySQL Error   : Unknown column 'displayparent' in 'field list'
      Error Number  : 1054
      Request Date  : Tuesday, August 4th 2009 @ 01:20:24 PM
      Error Date    : Tuesday, August 4th 2009 @ 01:20:24 PM
      Script        : http://www.mydomain.com/Forum/admincp/vaultwiki_namespace.php?do=save
      Referrer      : http://www.mydomain.com/Forum/admincp/vaultwiki_namespace.php?do=edit&namespaceid=6
      IP Address    : 111.111.111.11
      Username      : XXX
      Classname     : vB_Database_MySQLi
      MySQL Version : 5.0.82-msl-usrs-sure2-log
    Issue Details
    Issue Number 753
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Install / Upgrade
    Status Not a Bug
    Priority 2 - Fatal / Database Errors
    Affected Version 2.5.0
    Fixed Version (none)
    Milestone (none)
    Software DependencyvBulletin 3.8
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. August 4, 2009 6:13 AM
      pegasus pegasus is offline
      VaultWiki Team
      I only see this happening if not all your files were allowed overwrite when you FTP'd the new files. The displayparent field isn't used by the namespace DMs anymore.
      Reply Reply  
    2. August 4, 2009 12:53 PM
      Jav Jav is offline
      Junior Member
      I re uploaded all the files and that error message has gone.

      However, I still have issues.

      All I see is this http://www.gaijinriders.com/Forum/showwiki/Fart
      What looks like a vault image.
      Reply Reply  
    3. August 4, 2009 1:23 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please post your htaccess rules for review.
      Reply Reply  
    4. August 4, 2009 11:18 PM
      Jav Jav is offline
      Junior Member
      Code:
      RewriteEngine on
      RewriteBase /
      RewriteRule ^filename.php(.*)$ showwiki.php$1 [L,QSA]
      Reply Reply  
    5. August 4, 2009 11:39 PM
      Jav Jav is offline
      Junior Member
      VaultWiki caused users not to be able to post in my forum. This happened because I was
      changing setting trying to see what effect they have, because the manual is useless.
      I am so frustrated with this product. Even after I went back and reset the setting, it
      did not undo what it had one, and half an hour of reloads and still the same issue.
      Reply Reply  
    6. August 5, 2009 12:38 AM
      Jav Jav is offline
      Junior Member
      Ok so I decide to uninstall VaultWiki. Nice, the uninstall fails.....................should have
      expected that.
      Reply Reply  
    7. August 5, 2009 1:43 AM
      pegasus pegasus is offline
      VaultWiki Team
      The htaccess rules you posted are incomplete and will not do what you want. Your rules should look like this:
      Code:
      RewriteEngine On
      RewriteBase /
      RewriteRule ^showwiki.php?title=(.*)$ showwiki/$1 [L,R=301]
      RewriteRule ^showwiki/Default:(.*)$ showwiki/$1 [L,R=301]
      RewriteRule ^showwiki/(.*)?$ showwiki_proxy.php [L,QSA]
      We are aware of the vagueness of many parts of the manual and are currently working to improve them. Until then, the admin help question marks in your AdminCP should offer some more explanation on specific settings.

      I don't know of any code in VaultWiki that would result in your users not being able to post, and haven't heard of any issues like this. It's possible some forum functionality was broken when you tried to admin your forums in VaultWiki 2.5.0 while still using some VaultWiki files from 2.3.x.

      When trying to post, what messages did you receive?
      What settings did you try to see the effect of when this happened?
      What failed about the uninstall?
      Reply Reply  
    8. August 5, 2009 3:18 AM
      Jav Jav is offline
      Junior Member
      The issue is there are so many settings and so little information and waiting for an answer
      to each individual question just take too long. I appreciate your hard work and that the
      product once working is probably excellent. I ran the uninstall from the Plugin Manager and
      only two parts would uninstall. So I manually uninstalled everything.

      Thank you for the .htaccess contents I will try that. I did read the manual on .htaccess but
      it did not make a lot of sense to me. I am sure it does to someone who knows more about
      coding.

      I will give this one last try before I give up.
      Reply Reply  
    9. August 5, 2009 3:41 AM
      Jav Jav is offline
      Junior Member
      Code:
      Database error in vBulletin 3.8.3:
      
      Invalid SQL:
      
      		DELETE FROM Forumvault_extension
      		WHERE product IN ('', 'ces_nwsp_spec');
      
      MySQL Error   : Table 'xxx_master.Forumvault_extension' doesn't exist
      Error Number  : 1146
      Request Date  : Wednesday, August 5th 2009 @ 03:37:14 PM
      Error Date    : Wednesday, August 5th 2009 @ 03:37:14 PM
      Script        : http://www.xxx.com/Forum//vault/install/finalupgrade.php?step=1
      Referrer      : http://www.xxx.com/Forum//vault/install/finalupgrade.php
      IP Address    : 111.111.111.11
      Username      : xx
      Classname     : vB_Database_MySQLi
      MySQL Version : 5.0.82-msl-usrs-sure2-log
      Reply Reply  
    10. August 5, 2009 3:44 AM
      Jav Jav is offline
      Junior Member
      Look at this stage I have wasted about 5 days on this software. I will pay you to install it
      and fix the mess the various scripts have made. Please email me at j dot gavin at gavins dot org.
      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 1:02 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.