Upgrading

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joiner42
    Member
    • Aug 2006
    • 45
    • 4.1.x

    Upgrading

    For some reason i cant upgrade from Version 4.2.5 to vb5 conect it gets to 7 then i get this error massage

    500a1 Step #141
    Fatal Error Occurred

    Error Could not find phrase 'incorrect_content_class_called'. Arguments given were: "vB_Library_Content_Channel", "2", "' on /home/steamshi/public_html/newforum/core/vb/library/content.php : 2441

    Script: 500a1
    Step: 141
    Last edited by joiner42; Tue 10 Jul '18, 11:04pm.
    National Steam Ship Preservation And Other Ships Preservation
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74132

    #2
    Please run this query on your database using phpMyAdmin, Adminer, or whatever tool you use to access the database directly:
    Code:
    select contenttypeid, class, convert(class, char) as class_label, packageid from contenttype order by contenttypeid;
    Post the results here.
    Translations provided by Google.

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

    Comment

    • joiner42
      Member
      • Aug 2006
      • 45
      • 4.1.x

      #3

      Showing rows 0 - 24 (33 total, Query took 0.0002 seconds.) [contenttypeid: 1... - 28...]

      select contenttypeid, class, convert(class, char) as class_label, packageid from contenttype order by contenttypeid


      contenttypeid 1 class class_label packageid
      1 Post Post 1
      2 Thread Thread 1
      3 Forum Forum 1
      4 Announcement Announcement 1
      5 SocialGroupMessage SocialGroupMessage 1
      6 SocialGroupDiscussion SocialGroupDiscussion 1
      7 SocialGroup SocialGroup 1
      8 Album Album 1
      9 Picture Picture 1
      10 PictureComment PictureComment 1
      11 VisitorMessage VisitorMessage 1
      12 User User 1
      13 Event Event 1
      14 Calendar Calendar 1
      15 PrivateMessage PrivateMessage 1
      16 Infraction Infraction 1
      17 Signature Signature 1
      18 UserNote UserNote 1
      19 PrivateMessage PrivateMessage 2
      23 IPAddress IPAddress 1
      24 BlogEntry BlogEntry 6
      25 BlogComment BlogComment 6
      26 BlogDescription BlogDescription 6
      27 BlogCustomBlock BlogCustomBlock 6
      28 Section Section 7
      Last edited by Wayne Luke; Wed 11 Jul '18, 10:01am. Reason: Removed PHPMyAdmin Details to remove security risk.
      National Steam Ship Preservation And Other Ships Preservation

      Comment

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

        #4
        Hmmm... The class field should be a varbinary so the output should look like this:
        1 0x506F7374 Post 1
        2 0x546872656164 Thread 1
        3 0x466F72756D Forum 1
        4 0x416E6E6F756E63656D656E74 Announcement 1
        5 0x536F6369616C47726F75704D657373616765 SocialGroupMessage 1
        6 0x536F6369616C47726F757044697363757373696F6E SocialGroupDiscussion 1
        7 0x536F6369616C47726F7570 SocialGroup 1
        8 0x416C62756D Album 1
        9 0x50696374757265 Picture 1
        10 0x50696374757265436F6D6D656E74 PictureComment 1
        11 0x56697369746F724D657373616765 VisitorMessage 1
        12 0x55736572 User 1
        13 0x4C65676163794576656E74 LegacyEvent 1
        14 0x43616C656E646172 Calendar 1
        15 0x417474616368 Attach 1
        16 0x50686F746F Photo 1
        19 0x426C6F67456E747279 BlogEntry 2
        20 0x426C6F67436F6D6D656E74 BlogComment 2
        21 0x41727469636C65 Article 3
        22 0x54657874 Text 1
        23 0x4368616E6E656C Channel 1
        24 0x506F6C6C Poll 1
        25 0x47616C6C657279 Gallery 1
        26 0x566964656F Video 1
        27 0x507269766174654D657373616765 PrivateMessage 1
        28 0x4C696E6B Link 1
        29 0x5265706F7274 Report 1
        30 0x5265646972656374 Redirect 1
        31 0x496E6672616374696F6E Infraction 1
        32 0x4576656E74 Event 1
        Translations provided by Google.

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

        Comment

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

          #5
          It doesn't appear to have properly updated the contenttype table in step 22 of the process. I am not sure why this step would have been skipped but it is necessary.

          Can you restore your vBulletin 4.2.5 database again and run the upgrade again? Make sure that you have are upgrading into a directory that was clean (everything deleted but attachment and customavatar folders) before you uploaded the vBulletin 5 files.
          Translations provided by Google.

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

          Comment

          • joiner42
            Member
            • Aug 2006
            • 45
            • 4.1.x

            #6
            This is what i am getting
            National Steam Ship Preservation And Other Ships Preservation

            Comment

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

              #7
              Originally posted by joiner42
              This is what i am getting
              Have you restored your database and started again, as Wayne suggested
              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

              • joiner42
                Member
                • Aug 2006
                • 45
                • 4.1.x

                #8
                Originally posted by Mark.B

                Have you restored your database and started again, as Wayne suggested
                I will try again tonight
                Last edited by joiner42; Thu 12 Jul '18, 1:22am.
                National Steam Ship Preservation And Other Ships Preservation

                Comment

                • joiner42
                  Member
                  • Aug 2006
                  • 45
                  • 4.1.x

                  #9
                  Looks like 20 21 22 are missing
                  National Steam Ship Preservation And Other Ships Preservation

                  Comment

                  • joiner42
                    Member
                    • Aug 2006
                    • 45
                    • 4.1.x

                    #10
                    Still not upgrading
                    National Steam Ship Preservation And Other Ships Preservation

                    Comment

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

                      #11
                      We'll need a support ticket and direct access to the database. You would need to purchase ticket support for this process.
                      Translations provided by Google.

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

                      Comment

                      Related Topics

                      Collapse

                      Working...