I’m getting the exact same error message, right down to the “line 5498” reference.
Sorry Vadi, I know this doesn’t help you.
Anybody?
I’ve got the solution to this. It’s quick and easy (not even so dificult for a novice).
Here’s the solution, provided by member Deusdies:
1) Open wp-config.php;
2) Find:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
3) Change it to:
/*define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);*/
Interesting – exactly the same as me. The dashboard looks fine, everything appears to work fine … until I go to “view site”.
I definitely didn’t c & p it. I’m not aware that I did anything with the header file, although I probably couldn’t rule that out 100%.
Any way for you to know if I did, or any steps I could take to try and remedy that?