5.0.1. Update User Titles and Ranks - Fatal error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mactep
    Member
    • Feb 2013
    • 73
    • 5.0.X

    5.0.1. Update User Titles and Ranks - Fatal error

    I just updated to the new version (5.0.1.) and when I try AdminCP -> Maintenance -> General Update Tools -> Update User Titles and Ranks I get:
    Fatal error: Call to undefined function fetch_infraction_groups() in /******/forumburgas.com/core/admincp/misc.php on line 370
    Burgas Forum
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    Unfortunately, a fatal error isn't something we can really work around. You can try commenting out that line but that will probably expose additional errors as the system tries to deal with infraction groups. If you have infraction groups, you can try removing them on a test installation to see if that resolves the issue temporarily.

    I've created a JIRA for this issue here:

    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • mactep
      Member
      • Feb 2013
      • 73
      • 5.0.X

      #3
      I think that I don't have any custom infraction groups. btw Update User Titles and Ranks worked fine in 5.0.0


      Burgas Forum

      Comment

      • smgxtreme
        New Member
        • Mar 2013
        • 28
        • 4.2.X

        #4
        Just got that same error and line 370

        Comment

        • smgxtreme
          New Member
          • Mar 2013
          • 28
          • 4.2.X

          #5
          Serious I cant update with this thing, wont let us. Fatal error: Call to undefined function fetch_infraction_groups() in /home/********/public_html/core/admincp/misc.php on line 370

          Comment

          • smgxtreme
            New Member
            • Mar 2013
            • 28
            • 4.2.X

            #6
            Fixed for now or atleast til next update if this gets fixed.
            line 370 added
            Code:
            // $infractioninfo = fetch_infraction_groups($infractiongroups, $user['userid'], $user['ipoints'], $user['usergroupid']);

            Comment

            Related Topics

            Collapse

            Working...