Hi there.
This is my first post, so first let me thank you MODx Team for your amazing work.
Great to see 1.0.0 release, but I found some difficulties after upgrading from 0.9.6.3.
Don’t know why, but Manager is forcing ISO-8859-2 encoding in meta tags (in Manager frames) even when when selecting UTF-8 (which was default before upgrade). I don’t know what to do with this. Frontend encoding is fine like before upgrading, but in manager special characters (Polish) in documets are all messed up.
Tried overwriting files with 1.0.0 then upgrade; and tried clean upgrade with old config.ing.php also, but it always ends up the same.
Site runs on linux.
Whats interesting - clean install works fine (on the same database) and the same with upgrading the same site but on local server on Windows works fine too.
Thanks for any help.
-
MODX Staff
- 12,272 Posts
The Manager content is now based on your language setting. At the top of each file the encoding is now set (found in /manager/includes/lang/yourlang.php). You’ll need a UTF8 version of your local translation.
What does your Reports → System Info say about your database settings (version, charset and collation)?
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Be sure to clear the MODx cache and your browser cache after changing the language in the Manager. If you set the language to Polish, the code in the /manager/includes/polish.inc.php file will set things to ISO-8859-2.
Try setting the language to polish-utf8 in Tools | Configuration | Site Tab | Language.