1 gcasanova Jan 30, 2011 02:15
3 tilqicom Jan 30, 2011 03:03
yea the forums are dead.
as far as your issue goes, i have tried registering to your blog to see what the issue is, but i guess your registrations are disabled.
Just to make sure;
1.Check if your plugin's table's collation is set to utf-8 as well as your database.
2.Disable all the locales (languages) that are not utf-8.
3. Open your ../conf/locales.php and make the changes below,
$force_io_charset_if_accepted = 'utf-8';
$db_config['connection_charset'] = 'utf8';
4 bushleaguecritic Jan 30, 2011 03:16
5 gcasanova Jan 30, 2011 03:42
Thanks tilgicom!
Indeed I have registrations turned off, but if you need to log in I can give you access.
Followed all of your suggestions and they seem to have fixed the issue... Thank you!
BushLeagueCritic, thanks for the link, it gives the same recommendations as did tilgicom only tilgicom resumed them perfectly.
I guessed the Tag Cloud plugin was not the culprit, but I had to point it out because it was where the issue was showing. I haven't found the problem anywhere else...
NB: Because of prior experiences where I thought issues were solved but..., I will play around with the tags, urls, etc. just to see if the problem really has been solved.
Again, you seem to be focusing on the TagCloud plugin, when that is not the issue. The issue is how the urls of tags (with non-english characters) are being generated... period.
Look at your posts, find one that has a tag with a non-english character and you'll see you have the same problem there, too.
Categories with special characters work... post titles with special characters work... just not tags.
I know I'm not a lot of help with this issue, but I'm giving you advice on where NOT to look... and that's the TagCloud plugin.
Have you checked all three locale settings (Global, Blog, and User) to make sure everything matches up?