Immediate Fatal Error, How I can I fix it?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nwind
    Member
    • Aug 2009
    • 34

    Immediate Fatal Error, How I can I fix it?

    I have been struggling with this upgrade from 4.2.2 to 5.1.4 for nearly two weeks and I MUST get my forum up again. The current problem after the latest re-start is this error: Action Required
    Unexpected Text:
    <?xml version="1.0" encoding="windows-1252"?> <upgrade> </upgrade> <fatal_error> <description><![CDATA[Duplicate entry '104606' for key 'PRIMARY' occurred in /home/nwind/public_html/jouster.com/forums/core/vb/db/query/stored.php in line 123]]></description> </fatal_error> Can someone tell me how to fix it? I really don't want to have to stay with an older version but neither can I keep these forums down forever. Thank you!
  • nwind
    Member
    • Aug 2009
    • 34

    #2
    Well, since I have had no reply either here or from tech support, I am going to make the reasonable assumption that this problem has no resolution and try to restore an old version.

    Comment

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

      #3
      There isn't enough information to solve your problem. What step did this occur on? It is trying to run the same step multiple times and causing the error. Without knowing what the step is, we can't tell you if it can be bypassed, data needs to be deleted or a restore is necessary.

      We need more information. 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.

      Run the upgrade.php file again. It will pick up exactly where it left off.
      Translations provided by Google.

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

      Comment

      • DerBerliner2014
        Member
        • May 2014
        • 39
        • 4.2.X

        #4
        Hi nwind, could you fix the problem. I'm struggling with the same. :-(

        Comment

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

          #5
          Originally posted by DerBerliner2014
          Hi nwind, could you fix the problem. I'm struggling with the same. :-(

          Please open your own thread and provide the specifics of your issue.
          Translations provided by Google.

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

          Comment

          Related Topics

          Collapse

          Working...