• 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
    • Error after 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.

    Results 1 to 6 of 6

    Thread: Error after upgrade

    • Thread Tools
      • Show Printable Version
    1. April 2, 2011 #1
      abaum
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      abaum is offline
      New Member
      Join Date
      November 17, 2008
      Posts
      2
      Rep Power
      0

      Error after upgrade

      After an upgrade, this error appears
      Code:
      Fatal error: Call to undefined function vault_group_permission() in /www/showwiki.php on line 970
      Reply With Quote Reply With Quote

    2. April 2, 2011 #2
      abaum
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      abaum is offline
      New Member
      Join Date
      November 17, 2008
      Posts
      2
      Rep Power
      0
      Has been settled. See here: https://www.vaultwiki.org/threads/4920/
      Reply With Quote Reply With Quote

    3. April 2, 2011 #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,934
      Blog Entries
      18
      Rep Power
      659
      Make sure that all the files were uploaded to your forum. It sounds like the current version of vault/functions/group.php isn't there, since this contains vault_group_permission() right at the top...

      EDIT: Okay, yes. Always need to be careful to select the right patch-file.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. November 19, 2011 #4
      nikosb
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      nikosb is offline
      New Member
      Join Date
      June 27, 2011
      Posts
      2
      Rep Power
      0
      upgrade 3.0.15 error

      Step 1) Fixing Corrupt Books
      Code:
      Database error in vBulletin 4.1.8:
      
      Invalid SQL:
      
      			SELECT forumid
      			FROM vb_vault_namespace
      			WHERE forumid IN (254,-1
      				AND forumid <> 254;
      
      MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
      Error Number  : 1064
      Request Date  : Saturday, November 19th 2011 @ 07:53:07 PM
      Error Date    : Saturday, November 19th 2011 @ 07:53:07 PM
      Script        : http://www.xxx.com/forums/vault/install/upgrade_3x3015.php?step=1
      Referrer      : http://www.xxx.com/forums/vault/install/upgrade_3x3015.php
      IP Address    : xx.xx.xx.xxx
      Username      : xxxxxxx
      Classname     : vB_Database
      MySQL Version : 5.5.17-cll
      Code:
      Database error in vBulletin 4.1.8:
      
      Invalid SQL:
      
      SELECT u.`userid`,
      (`_wr` * 0) +
      ((`_count` - `_wr` - `_rr` - `_rd`) * 1) +
      (`_rd` * 2) +
      (`_rr` * 3) AS `points`,
      `_rr`, `_rd`, (`_count` - `_wr` - `_rr` - `_rd`) AS `_rw`
      FROM (
      SELECT userid, COUNT(*) AS `_count`,
      SUM(score_key != bet_score_key) AS `_wr`,
      SUM(bet_home=points_home AND bet_away=points_away) AS `_rr`,
      SUM(CAST(bet_home - bet_away AS SIGNED)=(points_home - points_away)
      AND NOT (bet_home = points_home AND bet_away = points_away)) AS `_rd`
      FROM vb_soccer_user_bet AS b
      INNER JOIN vb_soccer_match AS m ON(m.id=b.match_id)
      WHERE m.league_id=48 AND score_key>0
      GROUP BY userid) AS userpoints
      INNER JOIN vb_user AS u USING(userid)
      ORDER BY points DESC, `_rr` DESC, `_rd` DESC, `_rw` DESC, username
      LIMIT 40;
      
      MySQL Error   : BIGINT UNSIGNED value is out of range in '(`supagr_vb`.`b`.`bet_home` - `supagr_vb`.`b`.`bet_away`)'
      Error Number  : 1690
      Request Date  : Saturday, November 19th 2011 @ 05:05:33 PM
      Error Date    : Saturday, November 19th 2011 @ 05:05:33 PM
      please help
      Last edited by nikosb; November 20, 2011 at 4:49 AM.
      Reply With Quote Reply With Quote

    5. November 20, 2011 #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,934
      Blog Entries
      18
      Rep Power
      659
      Fixed in 3.0.15 Build 002. Download the new build from the Members Area and continue the upgrade from your current step.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. November 20, 2011 #6
      nikosb
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      nikosb is offline
      New Member
      Join Date
      June 27, 2011
      Posts
      2
      Rep Power
      0
      Thanks, fixed.
      Reply With Quote Reply With Quote

    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. Upgrade redirect error
      By dvsDave in forum VaultWiki Questions
      Replies: 18
      Last Post: August 8, 2013, 9:40 AM
    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

    Tags for this Thread

    after, appears, call, code, defined, error, fatal, function, group, has, here, line, permission, php, set, showwiki, this, threads, upgrade, url, vault, vaultwiki, wiki, www

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