vBulletin 4.2.5 Upgrade Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prince_sf
    New Member
    • Jul 2018
    • 7
    • 4.2.x

    vBulletin 4.2.5 Upgrade Error

    Hello

    I am getting error while upgrading I talk to my host they upgraded PHP version 5.6.0 MySQL version 5.5.0 still getting error can any one help me thank you.

    Due to the following errors, the install/upgrade can not continue:
    • This version of vBulletin requires PHP version 5.6.0 or greater. Your PHP is version 5.4.45, please ask your host to upgrade.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24287
    • 6.0.X

    #2
    Originally posted by prince_sf
    Hello

    I am getting error while upgrading I talk to my host they upgraded PHP version 5.6.0 MySQL version 5.5.0 still getting error can any one help me thank you.

    Due to the following errors, the install/upgrade can not continue:
    • This version of vBulletin requires PHP version 5.6.0 or greater. Your PHP is version 5.4.45, please ask your host to upgrade.
    Then your hosts have not done what they have said they have done. You will need to go back to them.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • prince_sf
      New Member
      • Jul 2018
      • 7
      • 4.2.x

      #3
      Thank you Mark just talk to host they updated Thank you for the tip
      Now I am getting new error.
      • Upgrading to 4.0.0 Alpha 1
      • Step 8 - Altering reputation Table (2 of 2)
      • An error has occurred with your database. Please contact vBulletin Support for assistance.

        Module: 400a1, Step 8 Database Error:1062

        Duplicate entry '3-11709' for key 'whoadded_postid'

        Query:
        ALTER TABLE princ_reputation ADD UNIQUE INDEX whoadded_postid (whoadded, postid)

      Comment

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

        #4
        You will have to delete any duplicate entries.

        select from princ_reputation where whoadded=3 and postid=11709;

        Delete the duplicates. There should only be a single entry for each user per post.
        Translations provided by Google.

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

        Comment

        • prince_sf
          New Member
          • Jul 2018
          • 7
          • 4.2.x

          #5
          I check in Myphpadmin I don't see princ_reputation where I need to go and delete can you please provide step by step please.

          Comment

          • prince_sf
            New Member
            • Jul 2018
            • 7
            • 4.2.x

            #6
            Thanks I am seeing alot duplicate entries is any other way to delete faster ?

            Comment

            • prince_sf
              New Member
              • Jul 2018
              • 7
              • 4.2.x

              #7
              I am still deleting each one how to delete faster any tips ?

              Comment

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

                #8
                Unfortunately, there is no way to fix corrupted data faster and retain the valed data within it.
                Translations provided by Google.

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

                Comment

                • prince_sf
                  New Member
                  • Jul 2018
                  • 7
                  • 4.2.x

                  #9
                  Can i disable the
                  reputation table ? can you tell me how to disable
                  reputation?

                  Comment

                  • prince_sf
                    New Member
                    • Jul 2018
                    • 7
                    • 4.2.x

                    #10
                    I just emply the table it's working now Thank you .

                    Comment

                    • Mark.B
                      vBulletin Support
                      • Feb 2004
                      • 24287
                      • 6.0.X

                      #11
                      You should not empty or delete database tables unless instructed to by support. Doing so can break your site, and we usually cannot fix it at that point point without restoring from backup.

                      Please be patient with support queries, we are not on duty 24/7 and will get to you as soon as we can.
                      MARK.B
                      vBulletin Support
                      ------------
                      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
                      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

                      Comment

                      Related Topics

                      Collapse

                      Working...