• Character all messed up after upgrade from 2.3 to 2.6
    So now my blog is all characters that no one can understand πŸ™

    Does anyone can tell me how to do ?

    Many thanks!

    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also have this problem…Not too sure how they plan to fix this one. I’ve even tried reposting with the correct characters but, they still show up scrambled.

    I just managed to fix this, you have to open your wp-config.php and look for any differences from your old wp-config.php and your new wp-config.php

    Most likely, you’ll have an entry similar to:

    define('DB_CHARSET', 'utf8');

    Try changing it to

    define('DB_CHARSET', 'UTF-8');

    I guess this is a good lesson on why they say NOT to delete the wp-config.php…and if you try to transfer coding from old file to new file that you know what you are changing.

    If this doesn’t work, try eliminating that entire line out of the code.

    Good luck =D

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Character all messed up afteupgrade from 2.3 to 2.6!’ is closed to new replies.