Activity log for bug #310627

Date Who What changed Old value New value Message
2008-12-22 16:25:04 Alon Swartz bug added bug
2008-12-22 19:34:43 Alon Swartz turnkeylinux: status New Confirmed
2008-12-22 19:34:43 Alon Swartz turnkeylinux: statusexplanation reproduced by specifying hebrew in the url (reference: http://he.wikipedia.org) Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "Article::pageData". MySQL returned error "1267: Illegal mix of collations (latin1_bin,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' (localhost)".
2008-12-22 19:59:02 Alon Swartz turnkeylinux: importance Undecided High
2008-12-22 19:59:02 Alon Swartz turnkeylinux: assignee alonswartz
2008-12-22 19:59:02 Alon Swartz turnkeylinux: statusexplanation reproduced by specifying hebrew in the url (reference: http://he.wikipedia.org) Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "Article::pageData". MySQL returned error "1267: Illegal mix of collations (latin1_bin,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' (localhost)". workaround: disable experimental charset support file: /etc/mediawiki/LocalSettings.php setting: $wgDBmysql5 = true; --> $wgDBmysql5 = false; example: sed --in-place "s/\$wgDBmysql5 = true;/\$wgDBmysql = false;/" /etc/mediawiki/LocalSettings.php resource: http://www.mediawiki.org/wiki/Manual:$wgDBmysql5 Set to true to engage MySQL 4.1/5.0 charset-related features; for now will just cause sending of 'SET NAMES=utf8' on connect. You should not generally change this value once installed -- if you create the wiki in Binary or UTF-8 schemas, keep this on! If your wiki was created with the old "backwards-compatible UTF-8" schema, it should stay off. This setting will be disabled in future versions while experimental.
2008-12-22 19:59:33 Alon Swartz turnkeylinux: status Confirmed Triaged
2008-12-22 19:59:33 Alon Swartz turnkeylinux: statusexplanation workaround: disable experimental charset support file: /etc/mediawiki/LocalSettings.php setting: $wgDBmysql5 = true; --> $wgDBmysql5 = false; example: sed --in-place "s/\$wgDBmysql5 = true;/\$wgDBmysql = false;/" /etc/mediawiki/LocalSettings.php resource: http://www.mediawiki.org/wiki/Manual:$wgDBmysql5 Set to true to engage MySQL 4.1/5.0 charset-related features; for now will just cause sending of 'SET NAMES=utf8' on connect. You should not generally change this value once installed -- if you create the wiki in Binary or UTF-8 schemas, keep this on! If your wiki was created with the old "backwards-compatible UTF-8" schema, it should stay off. This setting will be disabled in future versions while experimental.
2008-12-23 13:41:02 Alon Swartz turnkeylinux: status Triaged Confirmed
2009-03-03 16:41:26 Alon Swartz turnkeylinux: status Confirmed Fix Released
2009-03-03 16:41:26 Alon Swartz turnkeylinux: statusexplanation fixed in 2009.02 release.