MySQL ERROR:
Error Number: 1267
Description: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,COERCIBLE) for operation '='
Query: SELECT count(*) AS count
FROM exp_weblog_titles, exp_weblogs
WHERE exp_weblog_titles.weblog_id = exp_weblogs.weblog_id
AND exp_weblog_titles.url_title = 'the-liminanas-ive-ōgot-trouble-in-mind-vol.-2-because-music' AND exp_weblogs.is_user_blog = 'n' AND exp_weblogs.site_id IN ('1')