Hi csigncsign, I have no experience with multisite installation – when I have time I will research this and see what I can do.
Thanks!
Hi, i cant write in cyrillic on my easy heads up bar.. is there a way to fix this?
Are you getting ???? errors instead of Cyrillic this not too hard once you know the code to fix. Make sure to save your original wp-config.php files in case the need arises to re-install it.
If you are on a windows server you will need to change your wp-config.php file as follows.
define(’DB_CHARSET’, ‘utf8′);
to
define(’DB_CHARSET’, ‘windows-1251′);
or
define(’DB_CHARSET’, ‘windows1251′);
If you are on a linux server, such as I, you will need to change your wp-config.php file as follows.
define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);
to
//define(’DB_CHARSET’, ‘utf8′);
//define(’DB_COLLATE’, ”);
http://ww.wp.xz.cn/support/topic/cyrillic-text-turns-into-in-blog-posts-and-comments?replies=4
I have done that but it didn’t help.. it’s the same, it’s showing “????” instead letters.
Sorry I don’t know what to tell you, the ‘fix’ has worked for other folks having similar, or the same issue.
See: http://www.beforesite.com/support-forums/topic-tag/cyrillic
I’m on multisite.. i guess that’s the whole problem..
Sorry – as soon as I have time I’ll set up server and figure out what I need to do to support multi site.
Thank you for taking the time to comment and make me more aware of what needs to change in the plugin.