Hi,
I got an issue to upload the profile of one of my guildmates....
His name is "ßoroxor" (with a beta and not a B) within the lua this becomes "ßoroxor"
When uploading, he has a message "ßoroxor is not in the list of guild members so their data will not be inserted.", altough he is....
The query checking this is (in lib/wowdb.lua) "SELECT `member_id` FROM `roster_members` WHERE `name` = 'ßoroxor' AND `guild_id` = '1'" and it returns nothing because the name field in that table is "ßoroxor"... So I tested following : I replaced in the DB "ßoroxor" by "ßoroxor".
On upload, I get the same the same message "ßoroxor is not in the list of guild members so their data will not be inserted."
Running the query with phpmyadmin returns 1 row, the same query trough the web page returns nothing...
Any idea of what to check ?
Thx,