• 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
    • Problems after upgrade to 2.2.1

    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: Problems after upgrade to 2.2.1

    • Issue Tools
      • View Changes
    1. issueid=475 March 26, 2009 4:28 PM
      vimto vimto is offline
      Regular Member
      Problems after upgrade to 2.2.1

      1) Part of the installation page says:
      Open AdminCP -> CES VaultWiki -> Style Manager. Click "[Rebuild All Styles]".
      I do not have this option in my admin panel, I go to the CES VaultWiki style manager and it lists all my styles with the following options:

      Wiki Style Options
      -- Common Wiki Templates
      -- Wiki CSS


      There is no Rebuild All styles button/link

      2) Any forum where I have headers activated, The page breaks up and does not show the posts (I suppose this could be linked to the above problem...). see here:
      http://www.bluedragons.co.uk/forums/...splay.php?f=43

      I've tried Rebuilding Styles in the Maintenance - Update counters but this didn't do anything to help.


      3) Images, When I installed the latest version I followed the instructions in your help pages for upgrading but the images are failing to display in the articles now....not sure what's going on here.

      I just tried to rebuild my post cache and received the following error (not sure if this was here before the upgrade or not:

      Code:
      Database error in vBulletin 3.8.1:
      
      Invalid SQL:
      
      					SELECT postid, threadid, forumid
      					FROM post AS post, thread AS thread
      					WHERE post.threadid = thread.threadid AND
      						postid >= 1 AND
      						thread.lastpost >= 1237494337
      					ORDER BY postid
      					LIMIT 1000;
      
      MySQL Error   : Column 'threadid' in field list is ambiguous
      Error Number  : 1052
      Any help on these problems would be appreciated.
    Issue Details
    Issue Number 475
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Unknown
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version 2.2.1
    Fixed Version 2.2.1
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. March 26, 2009 4:44 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please see your Special:Wikicodelist page and read the section on images. They have been significantly changed.

      Checking on your URL, you have already successfully rebuilt your style to include the wiki CSS. To fix that DB error open vault/special_plugins_bbcode.php and find:
      Code:
      SELECT postid, threadid, forumid
      Replace with:
      Code:
      SELECT postid, post.threadid, forumid
      As for your forum headers, I'm not sure. A large number of templates have been changed since 2.1.x. Make sure all your VaultWiki templates are up to date and revert any if necessary. Since there were changes to the AJAX in the 2.2.x series (specifically in 2.2.1 Patch Level 1), you will have to revert.
      Reply Reply  
    2. March 26, 2009 6:58 PM
      vimto vimto is offline
      Regular Member
      I took a look for the Wikicodelist and could not find any image BB codes listed there, although I did find it on your site and copied the example there.
      I attempted the following on my site:
      Code:
      [noparse][image]world.jpg|right|180px|frame|thumbnail|The World of Norrath[/image][/noparse]
      but if you take a look here you will see that the options are not working like they should:
      http://www.bluedragons.co.uk/forums/...ns&redirect=no

      when I re-edit the page the above image code has been changed to the following:
      Code:
      [noparse][URL="http://www.bluedragons.co.uk/forums/showwiki.php?title=Images:world.jpg"][IMG]http://www.bluedragons.co.uk/forums/attachment.php?postid=2561&stc=1&fromvw=1[/IMG][/URL][/noparse]
      Having a few problems with templates at the moment, so please ignore most crap on my site, haha
      Reply Reply  
    3. March 26, 2009 10:55 PM
      pegasus pegasus is offline
      VaultWiki Team
      For one thing, your options "180px", "frame", and "thumbnail" all contradict each other. Even so, the code would choose thumbnail (I believe). But there is a bug where it only accepts the first 4 options you enter.

      The second part sounds like you are using the WYSIWYG editor. This should not parse in WYSIWYG, so I'll have to add an exception there.

      To get the tag to appear in your Wikicodelist you should create it in your custom BB-Code Manager.
      Reply Reply  
    4. March 27, 2009 12:09 PM
      vimto vimto is offline
      Regular Member
      Thanks,

      It seems that it will only recognise the first 3 options, the image name plus two others, any others are ignored.

      Now that I've reverted to 2.2.0 it seems that my special pages have dissappeared (as expected as i've downgraded) but my forum headers are now working as they should......
      Reply Reply  
    5. March 27, 2009 12:55 PM
      pegasus pegasus is offline
      VaultWiki Team
      It sounds like you either did not upload all the files for 2.2.1 Patch Level 1 or as I suggested before maybe you did not revert the templates as I said you had to.
      Reply Reply  
    6. March 27, 2009 1:20 PM
      vimto vimto is offline
      Regular Member
      I'm re-uploading all files again now incase something was missed....

      Could you give me instructions on reverting the templates as I did something wrong last night and basically had to rebuild my style to get it working again.....

      Thanks
      Reply Reply  
    7. March 27, 2009 1:46 PM
      Testuser Testuser is offline
      New Member
      Not sure. The Admin Home Page should tell you that you have X customized templates and need to revert them or update them. You should be able to use the link it gives you to help you make any necessary changes.
      Reply Reply  
    8. March 27, 2009 2:33 PM
      vimto vimto is offline
      Regular Member
      When I upgraded from 220 to 221 I never got any templates listed like that, and as mentioned in my first post the option to Rebuild All Styles is not in my CES Vaultwiki Style Manager (as mentioned on the installation page), it just lists all the styles on my website.

      Edit:
      I've just been comparing the source of the forums with headers on and off, when headers are on and I view the forum there is this piece of code which breaks the page:

      PHP Code:
      <!-- / close content container -->

      <!-- / 
      post #17709 -->
      <script type="text/javascript">
      <!-- 
      I'm not sure why the script code is appearing there......but this is the part that breaks it.
      Reply Reply  
    9. March 27, 2009 5:31 PM
      pegasus pegasus is offline
      VaultWiki Team
      Can you link to where this is happening? Cannot duplicate this here.
      Reply Reply  
    10. March 28, 2009 3:23 AM
      vimto vimto is offline
      Regular Member
      sure,

      http://www.bluedragons.co.uk/forums/...splay.php?f=43

      On all my other forums where I've disabled the forum headers they are fine, just ones like this one where I've enabled them - they break.
      Reply Reply  
    11. March 29, 2009 10:15 AM
      vimto vimto is offline
      Regular Member
      Quote Originally Posted by pegasus
      To get the tag to appear in your Wikicodelist you should create it in your custom BB-Code Manager.
      I've been looking in the BB code manager and can't see how to create ones to go into the special pages bb code list like you have on your site....am i missing something obvious here
      Reply Reply  
    12. March 29, 2009 12:46 PM
      pegasus pegasus is offline
      VaultWiki Team
      Once the tag is created in the BB-Code Manager, you can add it to Wikicodelist from the Wiki Code Manager. Click the "edit" link, then set "Show this in the Wiki Code FAQ?" to "Yes".

      Also, while there was a bug on the forum header code, this only occurs for forums that have quick edit DISabled. I have temporarily fixed your forum with some template edits and the changes have been applied to the current ZIP.
      Reply Reply  
    13. March 29, 2009 12:57 PM
      vimto vimto is offline
      Regular Member
      Many thanks for doing this

      Much appreciated
      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:51 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 © 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.