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,g.period_id, t.is_guest, c.image, g.type, tr.seed as transfer
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 team_rankings as tr on tr.team_id=gp.team_id and tr.comp_id=g.comp_id
LEFT JOIN periods AS p ON g.period_id = p.id
WHERE g.phaze_id = 114 AND g.group = '��ibenik'
ORDER BY game_id