Error whilst upgrading from 3.8.5 to 4.1.10

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcgra
    New Member
    • Oct 2006
    • 15
    • 3.6.x

    [Forum] Error whilst upgrading from 3.8.5 to 4.1.10

    Hi,

    I am getting the following error when going though the upgrade process:

    The board was functioning perfectly before the process started, all modifications had been disabled etc.


    An error has occurred with your database. Please contact vBulletin Support for assistance.Module: 400a1, Step 104 Database Error:-1137 when fixing tableQuery:
    ### vBulletin Database Alter ### ALTER TABLE post ADD INDEX threadid_visible_dateline (threadid,visible,dateline,userid,postid)


    Is this a corruption in database? Any help would be greatly appreciated! Thanks
  • VbulletinItalia.
    Senior Member
    • Dec 2005
    • 131
    • 4.1.x

    #2
    You have disabled the plugin before doing the upgrade?

    Comment

    • mcgra
      New Member
      • Oct 2006
      • 15
      • 3.6.x

      #3
      Yes all plugins were disabled, however they were not all uninstalled. After restoring backups im attempting the same process with them uninstalled, hope it works.

      Comment

      • VbulletinItalia.
        Senior Member
        • Dec 2005
        • 131
        • 4.1.x

        #4
        You have disabled the plugin using the file config.php?

        Comment

        • VbulletinItalia.
          Senior Member
          • Dec 2005
          • 131
          • 4.1.x

          #5
          In the config.php file after the line
          <?php
          , you must enter the following line:
          define('DISABLE_HOOKS', true);
          .

          Comment

          • mcgra
            New Member
            • Oct 2006
            • 15
            • 3.6.x

            #6
            Originally posted by VbulletinItalia.
            You have disabled the plugin using the file config.php?

            No, I manually disabled each one in the admincp.

            Comment

            Related Topics

            Collapse

            Working...