irssi-import / bugs.irssi.org

bugs.irssi.org archive
https://github.com/irssi/irssi/issues
0 stars 0 forks source link

Flyspray SQL error when using UTF-8 real name #907

Closed irssibot closed 10 years ago

irssibot commented 10 years ago

Here's what I got when trying to register as "Marcin Cieślak" (not "Cieslak"):

Query {INSERT INTO flyspray_registrations ( reg_time, confirm_code, user_name, real_name, email_address, jabber_id, notify_type, magic_url, time_zone ) VALUES ( ?,?,?,?,?,?,?,?,? )} with params {1384391728,1303b7f7e517c89da9d0,saper,Marcin Cieślak,marcin@cieslak.name,saper@saper.info,2,4b43221e953206fb6cc5c4a6888c8dc4,0} Failed! (Incorrect string value: '\xC5\x9Blak' for column 'real_name' at row 1)

most probably a configuration issue (make MySQL use utf8) or a bug in Flyspray.

irssibot commented 10 years ago

This is now unimportant and can be closed as we are moving to Github.

irssibot commented 10 years ago

I will close this task since we recently have moved to GitHub.

The user registration feature has been disabled as well as editing/commenting on existing tasks.