1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' query:
SELECTP.template
FROM pages P
WHERE P.slug = '��ber-ebretti'
ANDP.country_id ='10'
1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' query:
SELECTP.name as title,
P.keywords,
P.description
FROM pages P
WHERE P.slug = '��ber-ebretti'
ANDP.country_id ='10'
ANDP.language_id ='3'
ANDP.status = 1
ANDP.deleted = 0
1267: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' query:
SELECTP.name as title,
P.keywords,
P.description
FROM pages P
WHERE P.slug = '��ber-ebretti'
ANDP.country_id ='10'
ANDP.language_id ='3'
ANDP.status = 1
ANDP.deleted = 0
Ebretti - Elektrisch Roller - ��ber-ebretti
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 = '��ber-ebretti'
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