Problem with Croatian letters after upgrade to 4.2.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bkaradza
    Member
    • May 2008
    • 70
    • 3.7.x

    Problem with Croatian letters after upgrade to 4.2.3

    I have little problem. I buy Vbulletin 5 but since I must wait for my provider to make server ready to accept VB5 i decide to upgrade 4.x.x. to 4.2.3 because provider upgrade php on server and old VB didn't work... Now I have problems not to see Croatian letters and before upgrade everythin work just fine.



    Can you tell me what to fix. chatset is utf8
  • BarkyJ
    Senior Member
    • Apr 2014
    • 221
    • 5.0.X

    #2
    Seems somewhat similar to a problem I just had.
    My collation type of the database was latin1 based, not uft8 based, so after I changed it to utf8 collation for all tables and then did the following, all was OK on our forum:

    Instructions from admin Wayne Luke

    change the HTML character set for your language to UTF-8 in the AdminCP under Languages & Phrases -> Language Manager -> English -> Edit Settings.

    HTML Character Set
    This is the value of the 'charset' attribute for the HTML content type setting in the 'headinclude' template.
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

    Value should be UTF-8 which is a superset of ISO-8859-1.

    Finally, in your config.php file, you should uncomment this line:
    // $config['Mysqli']['charset'] = 'utf8';

    You do this by removing the // at the beginning of the line.
    config.php file is the one inside /core/includes/config.php

    See if that helps you. It worked for us. If not, I guess you just have to wait for someone else to reply.

    Regards
    James

    Comment

    • Bkaradza
      Member
      • May 2008
      • 70
      • 3.7.x

      #3
      That was 1st thing I did after I make upgrade but it didn't help. I think I will need someone else to reply... Thnx for try...

      My server charset: UTF-8 Unicode (utf8)
      and Server connection collation: utf8mb4_unicode_ci
      Last edited by Bkaradza; Sun 25 Sep '16, 8:40pm.

      Comment

      • Bkaradza
        Member
        • May 2008
        • 70
        • 3.7.x

        #4
        I contact my provider and he say that can happend when he upgrade php to last version and since i upgrade forum to 4.2.3. he can't downgrade php on server because then forum will not work...

        Comment

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

          #5
          What version of php are you now running?
          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

          • Bkaradza
            Member
            • May 2008
            • 70
            • 3.7.x

            #6
            Originally posted by Mark.B
            What version of php are you now running?
            PHP was 5.2.17 and now it's upgraded to 5.5.11.

            Comment

            Related Topics

            Collapse

            Working...