Critical Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • heredia21
    Senior Member
    • Oct 2012
    • 208
    • 5.0.X

    Critical Error

    When I log into vBulletin I get the following:

    Critical Error

    We are currently experiencing technical difficulties. Please check back in 24 hours.

    What do I do? im running v5.1.2
    BlackBerry Empire #1 BlackBerry news site and BlackBerry forum.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74123

    #2

    Please, enable debug mode on your site. Follow these instructions.
    1. Open your /config.php file and find the following line:
    Code:
    $config['debug'] = false;
    2. Change this line to:
    Code:
    $config['debug'] = true;
    3. Save the file and upload it to your server.
    4. Open the /core/includes/config.php file and find the following line:
    Code:
    // $config['Misc']['debug'] = true;
    5. Change it to:
    Code:
    $config['Misc']['debug'] = true;
    6. Save and upload the file to your server.
    Reload the page you had the error on.
    Translations provided by Google.

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

    Comment

    • heredia21
      Senior Member
      • Oct 2012
      • 208
      • 5.0.X

      #3
      Thanks, the problem was because my pw was over 183 days old. How could i prevent this from happening to registered users? Since it just gives a blank critical page error with no link or msg.
      BlackBerry Empire #1 BlackBerry news site and BlackBerry forum.

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        Are you on 5.1.2? I was pretty sure we fixed that. By default only administrators have that setting set.

        Comment

        • heredia21
          Senior Member
          • Oct 2012
          • 208
          • 5.0.X

          #5
          Yes, i am on 5.1.2.
          Click image for larger version

Name:	d.png
Views:	96
Size:	56.2 KB
ID:	4104568
          BlackBerry Empire #1 BlackBerry news site and BlackBerry forum.

          Comment

          • Wayne Luke
            vBulletin Technical Support Lead
            • Aug 2000
            • 74123

            #6
            Used to say "A Serious Error Has Occurred" and nothing else. The error gets better handling in 5.1.3 - http://tracker.vbulletin.com/browse/VBV-12137

            You can remove password expiry in the AdminCP under Usergroups -> Usergroup Manager. It is only set for Administrators by default.
            Translations provided by Google.

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

            Comment

            Related Topics

            Collapse

            Working...