vb 4.2.2 to vb5.1.5 error occurred during upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anwar513
    Senior Member
    • Sep 2010
    • 277
    • 5.2.x

    vb 4.2.2 to vb5.1.5 error occurred during upgrade

    vb 4.2.2 to vb5.1.5 error occurred during upgrade;

    Code:
     [CENTER][COLOR=#262D35][FONT=verdana][B][SIZE=12px]Action Required[/SIZE][/B][/FONT][/COLOR][/CENTER]
     
       [CENTER][COLOR=#262D35][FONT=verdana][SIZE=12px] [/SIZE][/FONT][/COLOR]  [LEFT][COLOR=#262D35][FONT=verdana][SIZE=12px][SIZE=11px][B]Unexpected Text:[/B]  
     <?xml version="1.0" encoding="UTF-8"?> <upgrade> </upgrade> <fatal_error> <description><![CDATA[Duplicate route data: blogs/\?\?\?\?\?(?:/page(?P<pagenum>[0-9]+))? occurred in /home/xxxx/domains/xxxx/public_html/core/vb5/route.php in line 660]]></description> </fatal_error> [/SIZE][/SIZE][/FONT][/COLOR][/LEFT]
     
    [COLOR=#262D35][FONT=verdana][SIZE=12px]  [/SIZE][/FONT][/COLOR][/CENTER]
    How to solve this problem?
  • anwar513
    Senior Member
    • Sep 2010
    • 277
    • 5.2.x

    #2
    The above error, dozens refresh upgrade was successful, but the problem is more serious garbled

    Click image for larger version

Name:	1.png
Views:	31
Size:	563.1 KB
ID:	4292172

    How to solve this problem?

    Comment

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

      #3
      In the language settings, what is the HTML Character Set set to?
      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

      • anwar513
        Senior Member
        • Sep 2010
        • 277
        • 5.2.x

        #4
        Thank you for your reply, this issue is resolved

        Comment

        • captainslater
          Senior Member
          • Jun 2006
          • 1716

          #5
          How did you solve the problem?
          To infinity and beyond!
          Deutschsprachige vBulletin News & Tipps
          captainslater
          - Eine vBulletin Cloud-Site

          Comment

          • anwar513
            Senior Member
            • Sep 2010
            • 277
            • 5.2.x

            #6
            1. Back up the database before upgrading (Uighur utf8 language originally deleted this time did not delete)
            2.Before upgrading core / install / includes / class_upgrade.php this file is opened, Find the following code
            Code:
            $this->db->query_write("CREATE DATABASE " . $vb5_config['Database']['dbname']);
            Replace the following code;
            Code:
            $this->db->query_write("CREATE DATABASE " . $vb5_config['Database']['dbname']." DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci");
            When upgrading the newly added database coding can be maintained utf8
            This upgrade has become

            Comment


            • anwar513
              anwar513 commented
              Editing a comment
              Reminder: My database is utf8_general_ci

          Related Topics

          Collapse

          Working...