Just looking to see if anyone else is having this trouble. I have search the forums but have not found anything similar.
Everything runs fine unless I add an empty post with title:
中文
and then add another post of the same title. The server times out. My database is MySQL 5, server is Apache2 running PHP5, no other problems. Other than that issue the wordpress install works fine. I also tested with
define('DB_COLLATE', 'utf8_general_ci');
in the wp-config.php to make sure it's the right one. Still testing.
Of course it works fine on the wordpress site itself, so it's something wrong with my local setup. Any thoughts? I am guessing it has something to do with the slug creation on my box but not sure. Multiple English posts work fine of course, and the slugs are correctly generated. I am still looking into that.
Thanks in advance,
Michael