MySQL Error!
MySQL error in file: /engine/modules/search2.php at line 675
Error Number: 1267
The Error returned was:
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'
SQL query:

SELECT dle_post.id, dle_post.autor, dle_post.date, dle_post.short_story, CHAR_LENGTH(dle_post.full_story) as full_story, dle_post.xfields, dle_post.title, dle_post.category, dle_post.alt_name, dle_post.comm_num, dle_post.allow_comm, dle_post.fixed, dle_post.tags, dle_post_extras.news_read, dle_post_extras.allow_rate, dle_post_extras.rating, dle_post_extras.vote_num, dle_post_extras.votes, dle_post_extras.view_edit, dle_post_extras.editdate, dle_post_extras.editor, dle_post_extras.reason FROM dle_post LEFT JOIN dle_post_extras ON (dle_post.id=dle_post_extras.news_id) WHERE dle_post.approve=1 AND dle_post.date < '2024-03-19 12:00:52' AND category regexp '[[:<:]](1|2|3|4|5|6|7|11|13|14|15|16|17|18|19|20)[[:>:]]' AND (short_story LIKE '%Sydneу%for%Genesis%8%Female%' OR full_story LIKE '%Sydneу%for%Genesis%8%Female%' OR xfields LIKE '%Sydneу%for%Genesis%8%Female%' OR title LIKE '%Sydneу%for%Genesis%8%Female%') ORDER BY date desc LIMIT 0,10