Strange symbols appear on my site

voica

Junior Member
Joined
Nov 20, 2014
Messages
145
Reaction score
44
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.
 
try to edit wp-config and find this :
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');​
put comment in front like :
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');​
and check it.. hope this will help you..
 
try to edit wp-config and find this :
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');​
put comment in front like :
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');​
and check it.. hope this will help you..
I will try to see what happens
thanks
 
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.
HdE0DZb


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.
 
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.
HdE0DZb


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.

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.
 
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.
That's strange. Let us know if editing the wp-config files works for you.
 
I experienced that on a WordPress site yesterday. That is really weird.

I am glad I only setup HTML sites. Good luck getting a fix man!
 
That's strange. Let us know if editing the wp-config files works for you.
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.
 
Back
Top