billychow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: capabilities.php errorhow did you fix it?
I’ve readed that all solutions you given.
but it still cannot work well.Forum: Requests and Feedback
In reply to: Help! Why WP2.0.3 doesn’t support Chinese?I strongly recommended that Official website’s download page should offer the Internation Version List download…
Otherwise, i think there will be more people made the same mistakes like me.
🙂Forum: Requests and Feedback
In reply to: Help! Why WP2.0.3 doesn’t support Chinese?Oh yeah…
You’re right.
I don’t realize that offical released the version is just for English(UTF-8)…This errors message has just catched:
WordPress database error: [Illegal mix of collations (utf8_general_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation ‘=’]
SELECT comment_ID FROM wp_comments WHERE comment_post_ID = ‘1’ AND ( comment_author = ‘billy_mfk’ OR comment_author_email = ‘billy_mfk@sohu.com’ ) AND comment_content = ‘杩樻槸TMD鐨勮€侀棶棰? LIMIT 1I change the database charset to gbk_chinese_ci, it not shown that error ever.
but the wp converts the Chinese string is also wrong…Forum: Requests and Feedback
In reply to: Help! Why WP2.0.3 doesn’t support Chinese?Thanks for your help.
I’ve found that what’s the reason now.
Someone reminded me to remember that the MySql’s Version of Server is 5.0…
Hmm…
Then i have used “PhpMyAdmin” to set the charsets of database and every table of wp’s to utf8_bin.
It seems better now.
But still having a little converting mistaken, so i wanna to know what’s the charset of your wp’s database?
Then i would followed your ways to solved this problem.
Thanks!