Weird characters displayed when importing WordPress MySQL db

Can you try setting the DB Charset within wp-config.php? define(‘DB_CHARSET’, ‘utf8_general_ci’); define(‘DB_COLLATE’, ‘utf8_general_ci’); Have a read of this first though: https://codex.wordpress.org/Editing_wp-config.php It can cause problems to an already existing blog to add those lines into wp-config.php, so use with caution. Are you importing this through WordPress or manually through something like PhpMyAdmin? Also, are all … Read more

character encoding problem in custom template

Maybe it is caused by commenting out the charset meta tag? You should have this in your header: <meta charset=”utf-8″ /> You can see in your source that this meta tag is commented out – maybe while debugging this problem. <!–<meta charset=”UTF-8″>–> Additionally you could check if your database settings are set to utf8_general_ci or … Read more

How to write in MySQL more characters in user_nicename

Here’s the solution guys, Steve from SkyVerge helped me figure it out, sorry for no editing it’s 2am and i’m super tired: Hi Steve, It looks like the problem is now fixed.I t was not necessary to change the ‘allow guest login’ as the problem was something else in the end. After much figuring out … Read more

Search issue on special Character

By copying and pasting each dash into a Unicode lookup (linked below), you can see the two characters are different. Your first string contains an En Dash, which is a different character value than the second string, which is a Hyphen Minus. When performing a search, WordPress is searching for the Em Dash value in … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)