• 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
    • Upgraded....now forum is gone!

    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.

    Results 1 to 15 of 15

    Thread: Upgraded....now forum is gone!

    • Thread Tools
      • Show Printable Version
    1. May 16, 2016 #1
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186

      Upgraded....now forum is gone!

      500 internal server error after the upgrade. I can still access my admin panel but no forums at all. Help please!
      Reply With Quote Reply With Quote

    2. May 16, 2016 #2
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      Here is the error I am getting. I suspect it has something to do with the bolded part below but I have no idea how to fix this or how it happened.
      Code:
      Invalid SQL:
       ( SELECT  COUNT(`r`.`revisionid`)  AS `editcount`,`r`.`dateline` AS `dateline`,`r`.`userid` AS `userid`,`r`.`ipaddress` AS `ipaddress`,`u`.`username` COLLATE utf8_general_ci  AS `username`,`u`.`usergroupid` AS `usergroupid`,`u`.`membergroupids` COLLATE utf8_general_ci  AS `membergroupids`,`u`.`email` COLLATE utf8_general_ci  AS `email`,`u`.`homepage` COLLATE utf8_general_ci  AS `homepage` FROM `vw_revision` `r`  LEFT JOIN `user` `u` ON (`r`.`userid` = `u`.`userid`)   WHERE `r`.`pageid` = 1 AND `r`.`visible` = 1 AND !(`r`.`flags` & 2) AND `r`.`userid` <> 0 GROUP BY `r`.`userid` ORDER BY `r`.`dateline` DESC  LIMIT 200 )  UNION  ( SELECT  COUNT(`r`.`revisionid`)  AS `editcount`,`r`.`dateline` AS `dateline`,0 AS `userid`,`r`.`ipaddress` AS `ipaddress`,`r`.`username` COLLATE utf8_general_ci  AS `username`,1 AS `usergroupid`,'' COLLATE utf8_general_ci  AS `membergroupids`,'' COLLATE utf8_general_ci  AS `email`,'' COLLATE utf8_general_ci  AS `homepage` FROM `vw_revision` `r` WHERE `r`.`pageid` = 1 AND `r`.`userid` = 0 AND `r`.`visible` = 1 AND !(`r`.`flags` & 2) GROUP BY `r`.`ipaddress` ORDER BY `r`.`dateline` DESC  LIMIT 200 )  ORDER BY dateline DESC  LIMIT 200;
      
      [B]MySQL Error   : COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'latin1'[/B]
      Error Number  : 1253
      Reply With Quote Reply With Quote

    3. May 16, 2016 #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
      688
      Please submit a ticket here so we can fix this issue: https://www.vaultwiki.org/members/?do=newticket
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. May 16, 2016 #4
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      Thanks Pegasus....just finished submitting the ticket.
      Reply With Quote Reply With Quote

    5. May 16, 2016 #5
      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
      Fixed your site. For some reason some files were not updated. I re-uploaded the last upgrade and it appears to have done the trick.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. May 16, 2016 #6
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      Nope, not fixed. The main forum page loads now but there are errors when accessing the wiki and New Posts.
      Reply With Quote Reply With Quote

    7. May 16, 2016 #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
      I see an error at New Posts, but the wiki is loading fine for me. Tried logged in and as guest.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. May 16, 2016 #8
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      That is odd because when I click the Wiki link in the nav bar I get this:
      Code:
      Database error in vBulletin 4.0.7:
      
      Invalid SQL:
       ( SELECT  COUNT(`r`.`revisionid`)  AS `editcount`,`r`.`dateline` AS `dateline`,`r`.`userid` AS `userid`,`r`.`ipaddress` AS `ipaddress`, CONVERT(`u`.`username` USING utf8 ) AS `username`,`u`.`usergroupid` AS `usergroupid`, CONVERT(`u`.`membergroupids` USING utf8 ) AS `membergroupids`, CONVERT(`u`.`email` USING utf8 ) AS `email`, CONVERT(`u`.`homepage` USING utf8 ) AS `homepage` FROM `vw_revision` `r`  LEFT JOIN `user` `u` ON (`r`.`userid` = `u`.`userid`)   WHERE `r`.`pageid` = 1 AND `r`.`visible` = 1 AND !(`r`.`flags` & 2) AND `r`.`userid` <> 0 GROUP BY `r`.`userid` ORDER BY `r`.`dateline` DESC  LIMIT 200 )  UNION  ( SELECT  COUNT(`r`.`revisionid`)  AS `editcount`,`r`.`dateline` AS `dateline`,0 AS `userid`,`r`.`ipaddress` AS `ipaddress`, CONVERT(`r`.`username` USING utf8 ) AS `username`,1 AS `usergroupid`,'' COLLATE utf8_general_ci  AS `membergroupids`,'' COLLATE utf8_general_ci  AS `email`,'' COLLATE utf8_general_ci  AS `homepage` FROM `vw_revision` `r` WHERE `r`.`pageid` = 1 AND `r`.`userid` = 0 AND `r`.`visible` = 1 AND !(`r`.`flags` & 2) GROUP BY `r`.`ipaddress` ORDER BY `r`.`dateline` DESC  LIMIT 200 )  ORDER BY dateline DESC  LIMIT 200;
      
      MySQL Error   : COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'latin1'
      Error Number  : 1253
      Request Date  : Monday, May 16th 2016 @ 04:10:25 PM
      Error Date    : Monday, May 16th 2016 @ 04:10:26 PM
      Script        : [url]http://www..com/forums/showwiki.php[/url]
      Referrer      : [url]http://www..com/forums/index.php[/url]
      IP Address    : xxxxxxxxxx
      Username      : xxxxxxxxxxx
      Classname     : vB_Database
      MySQL Version : 5.5.36-34.0
      Reply With Quote Reply With Quote

    9. May 16, 2016 #9
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      I just went to a different browser and I still get the same error. But as soon as I logged out, then the wiki link is fine. As soon as I logged back in, the wiki link is the database error again.
      Reply With Quote Reply With Quote

    10. May 16, 2016 #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
      The error with the New Posts link needed a small change to be compatible with your version of vBulletin.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    11. May 16, 2016 #11
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      Thank you......but what about the wiki link? How do I fix that?
      Reply With Quote Reply With Quote

    12. May 16, 2016 #12
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      I just tried it with the log in you are using and it works.... I am going to PM you MY login info and you will see what happens when you click the wiki link.
      Reply With Quote Reply With Quote

    13. May 16, 2016 #13
      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
      I don't know. I made some changes but I don't know if it will fix anything. It doesn't make sense for only one of us to see that database error. The query should be exactly the same for both of us unless my user doesn't actually have full wiki permissions.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    14. May 16, 2016 #14
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      That is actually possibly quite true. I don't think that ID is listed as a moderator in the wiki CP area. That was the ID I was playing with earlier today and I think I took it off that list.

      But for whatever reason, after you logged in as me, I was able to log in and see it. I am mystified.

      And this is exactly why I seem to need about a week, each time I upgrade, lol. It is like my forum and wiki have gremlins that come out to play whenever I try to upgrade it.
      Reply With Quote Reply With Quote

    15. May 16, 2016 #15
      fj123
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      fj123 is offline
      Regular Member
      Join Date
      August 4, 2011
      Posts
      78
      Rep Power
      186
      Thanks for saving me Pegasus!
      Reply With Quote Reply With Quote

    Similar Threads

    1. Export data from vault wiki in a vb3 forum to import in a vault wiki vb4 forum after
      By levimatt in forum VaultWiki Questions
      Replies: 22
      Last Post: March 18, 2016, 7:02 PM
    2. Idea: include wiki page in Forum Post (wiki/forum integration)
      By InformationNirvana in forum Ideas & Suggestions
      Replies: 2
      Last Post: December 14, 2011, 12:56 AM
    3. Error when try to turn on a nonwiki forum to a wiki forum one
      By stev in forum VaultWiki Questions
      Replies: 1
      Last Post: April 1, 2010, 7:27 PM

    Tags for this Thread

    access, forums, panel

    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 7:05 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.