7
Hello
here you are
Basically, since you can see
Quote:
Collation: latin1_swedish_ci <<< should this be some kind of utf-8 or is it fine the way it is?
it says your data are not encoded in UTF8. That's normal since you chose the Do not Change option during the upgrade.
So go to language/english/global.php, and change the line
//%%%%% LANGUAGE SPECIFIC SETTINGS %%%%%
define('_CHARSET', 'UFT-8');
to //%%%%% LANGUAGE SPECIFIC SETTINGS %%%%%
define('_CHARSET', 'ISO-8859-1');
make the same for language/yourlanguage/global.php
that's all, should be ok now, but let us know
Do synergy or die.