FS#27613 - {wiki} DB error when edit talk page with Chinese Characters in title

Attached to Project: Arch Linux
Opened by Guo Xiao (guoxiao) - Sunday, 18 December 2011, 06:33 GMT
Last edited by Pierre Schmitz (Pierre) - Sunday, 06 May 2012, 15:09 GMT
Task Type Bug Report
Category Web Sites
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
When edit a talk page with Chinese characters in title, an error message encountered
for example:
https://wiki.archlinux.org/index.php?title=Talk:Secure_Shell_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)&action=edit&redlink=1

The error message is:
A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: http://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: SELECT lc_value FROM `l10n_cache` WHERE lc_lang = 'en' AND lc_key = 'messages:editnotice-1-Secure_Shell_(简体中文)' LIMIT 1
Function: LCStore_DB::get
Error: 1267 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' (localhost)

It's similar to https://bugs.archlinux.org/task/21610 but I'm not sure.

Steps to reproduce:
Just go to
https://wiki.archlinux.org/index.php?title=Talk:Secure_Shell_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)&action=edit&redlink=1
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Sunday, 06 May 2012, 15:09 GMT
Reason for closing:  Fixed
Comment by Karol Błażewicz (karol) - Sunday, 18 December 2011, 13:34 GMT
Yup, it seems to be a duplicate of  FS#21610 .

Loading...