1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' query:
SELECT F.file_name,
F.title as file_title,
F.description as file_description,
F.logo_color
FROM files F
LEFT JOIN coupling_files CF on CF.file_id = F.cluster_id
LEFT JOIN pages T on T.cluster_id = CF.foreign_id
WHERE T.slug = 'vertrieb-fachh��ndler'
AND T.language_id = 3
AND T.country_id ='10'
AND CF.module_id = 1
AND CF.language_id = 3
ANDF.deleted = 0
ANDF.language_id = 3
AND F.preset_id in (1)
ORDER BYCF.position ASC