Caught exception: Zend_Db_Statement_Exception
Message: SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation '=', query was:
SELECT f.*, f.avg ratingcore, round(f.avg/10-3,2) rating, f.id filmid, f.deutitel title_de, r.releasedate, null start
FROM cr_filme f,
(select group_concat(releasedate order by releasedate) releasedate
from cr_releasedates
where filmid = (select id from cr_filme where urltext = :urltext)) r
WHERE f.urltext = :urltext
Film not found