Database query failed: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='

Last SQL query: SELECT t.id AS team_id, c.name as short, p.is_ot, gp.game_id, t.name, gp.score, g.status, t.is_guest, c.image, gtp.points FROM game_participants AS gp INNER JOIN games AS g ON gp.game_id = g.id INNER JOIN teams AS t ON gp.team_id = t.id INNER JOIN clubs AS c ON t.club_id=c.id LEFT JOIN periods AS p ON g.period_id = p.id left join game_team_points as gtp on gtp.period_id=57 and gtp.team_id=t.id and gtp.game_id=gp.game_id WHERE g.phaze_id = 182 AND g.group = 'Zavr��nica' ORDER BY game_id