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

Last SQL query: SELECT COUNT(*) FROM topics a INNER JOIN topics_types at ON a.topic__topic_type_id = at.topic_type_id WHERE (topic_title LIKE "%2ᵉ%" OR topic_text LIKE "%2ᵉ%" OR topic_image_index_title LIKE "%2ᵉ%" OR topic_image_singlepost_title LIKE "%2ᵉ%" OR at.topic_type_title LIKE "%2ᵉ%" OR at.topic_type_desc LIKE "%2ᵉ%" OR topic_title LIKE "%journée%" OR topic_text LIKE "%journée%" OR topic_image_index_title LIKE "%journée%" OR topic_image_singlepost_title LIKE "%journée%" OR at.topic_type_title LIKE "%journée%" OR at.topic_type_desc LIKE "%journée%" AND (topic_date < '2024-10-22' OR (topic_date = '2024-10-22' AND topic_hour <= '14:57:37'))) AND topic_active = 1 AND topic_statut = 1 AND topic_id > 0