A Database Error Occurred

Error Number: 1267

Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'

(SELECT id, 'post' as page_post, post_title,post_name,post_content,featured_image, post_date, 0 as parent FROM posts where (post_title like '%Best Essay Writing Service 🎓www.WriteMyPaper.online 🎓Write Essay Cheap - Write Essay Fast%' or post_content like '%Best Essay Writing Service 🎓www.WriteMyPaper.online 🎓Write Essay Cheap - Write Essay Fast%') and post_status = 'publish' and post_date <= '2024-03-28 11:15:39' order by post_date desc ) UNION ALL (SELECT id, 'page' as page_post, post_title,post_name,post_content,featured_image, post_date, parent FROM pages where (post_title like '%Best Essay Writing Service 🎓www.WriteMyPaper.online 🎓Write Essay Cheap - Write Essay Fast%' or post_content like '%Best Essay Writing Service 🎓www.WriteMyPaper.online 🎓Write Essay Cheap - Write Essay Fast%') and post_status = 'publish' and post_date <= '2024-03-28 11:15:39' order by post_date desc ) ORDER BY post_date DESC limit 0,150

Filename: models/Posts_model.php

Line Number: 413