I will try to see what happenstry to edit wp-config and find this :
define('DB_CHARSET', 'utf8');put comment in front like :
define('DB_COLLATE', '');
//define('DB_CHARSET', 'utf8');and check it.. hope this will help you..
//define('DB_COLLATE', '');
Were you by any chance getting a 503 error before you saw those symbols?Hi
Does anybody knows why my WordPress site shows only symbols like �={�6�]l��1�":�}�O���˽pG;�۞]� ??
The page is full of them and no content or anything else appears.
Were you by any chance getting a 503 error before you saw those symbols?
I was speaking with a prospect late last week when the exact same thing happened to his site.
![]()
It would go from a 503 error (maintenance was being done on the server by the host) to those symbols. It took their web host about an hour to fix it.
That's strange. Let us know if editing the wp-config files works for you.No 503 error but it looks just like that picture. I tried to edit wp-config like somebody above told me but instead of ('DB_CHARSET', 'utf8'); I have ('DB_CHARSET', 'utf8mb4'); I think that is the problem.
After I edited wp-config the page appeared normal but with � between some words and when I tried to edit the posts to delete them there was no post in my wp dashboard. I changed everything back to default and it looks like its working fine LOL. I hope it stays like that.That's strange. Let us know if editing the wp-config files works for you.