encoding error 5.2.2 to 5.2.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AKOAM
    New Member
    • Mar 2014
    • 7
    • 5.0.X

    encoding error 5.2.2 to 5.2.5

    Hello,

    My forum: http://community.akoam.com/
    Please, These problems arose after upgrade from 5.2.2 to 5.2.5
    How I can fix this ?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    What do you have as the charset in core/includes/config.php?
    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

    • AKOAM
      New Member
      • Mar 2014
      • 7
      • 5.0.X

      #3
      Originally posted by Mark.B
      What do you have as the charset in core/includes/config.php?
      // ****** MySQLI OPTIONS *****
      // When using MySQL 4.1+, MySQLi should be used to connect to the database.
      // If you need to set the default connection charset because your database
      // is using a charset other than latin1, you can set the charset here.
      // If you don't set the charset to be the same as your database, you
      // may receive collation errors. Ignore this setting unless you
      // are sure you need to use it.
      // $config['Mysqli']['charset'] = 'utf8';


      And I enabled this line
      // $config['Mysqli']['charset'] = 'utf8';
      to
      $config['Mysqli']['charset'] = 'utf8';

      same the error
      Last edited by AKOAM; Mon 5 Dec '16, 12:41pm.

      Comment

      • Merenguista
        Senior Member
        • Jul 2010
        • 555
        • 5.3.x

        #4
        I hade the same issue.


        ​​​Try this :

        In your core/includes/config.php file


        Change this line

        // $config['Mysqli']['charset'] = 'utf8';

        to

        $config['Mysqli']['charset'] = 'latin1';


        I did and my issue was fixed ..

        Comment

        Related Topics

        Collapse

        Working...