- Code: Select all
1267: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation '='
SQL:
SELECT `member_id` FROM `roster_members` WHERE `name` = 'Ássassin'
File: update_trigger_lib.php
Line: 41
I am assuming this error is occuring because of the first character (Á) of this toon's name. Does anyone know how I can work around this issue (other than removing the offending toon from the guild)?