widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #09074
Re: [Merge] lp:~widelands-dev/widelands-website/safe_map_upload into lp:widelands-website
Thanks for testing :-)
For some reason i get no emails if a server error occurs on the alpha site...
I looked into it and this caused by mysql, more explicit: by the way mysql stores information to the database. mysql has also settings regarding the character set and how string comparison is executed (e.g. comparison of strings in database queries) . By default mysql uses 'latin1' as character set and 'latin1_swedish_ci' for comparisons and those sets are used for the database of the alpha site. The database used in real production uses instead 'utf8' and 'utf8_general_ci'. With these settings the map and image you submitted works fine, at least here at home.
So i merge branch this branch then and all should work as expected :-)
--
https://code.launchpad.net/~widelands-dev/widelands-website/safe_map_upload/+merge/312866
Your team Widelands Developers is subscribed to branch lp:widelands-website.
References