SELECT COUNT(*) AS `no` FROM articles INNER JOIN cat_articole ON cat_articole.id_cat=articles.art_categ LEFT JOIN autori ON articles.autor_id_fk=autori.autor_id WHERE (articles.a_type NOT LIKE "INACTIV" OR articles.a_activ LIKE "Da") AND (articles.a_title LIKE "%irina anghel�enescu%" OR articles.a_text LIKE "%irina anghel�enescu%" OR articles.a_author LIKE "%irina anghel�enescu%" OR autori.autor_nume LIKE "%irina anghel�enescu%" OR articles.a_keywords LIKE "%irina anghel�enescu%" OR articles.a_metatitle LIKE "%irina anghel�enescu%" OR articles.a_title LIKE "%irina-anghel�enescu%" OR articles.a_text LIKE "%irina-anghel�enescu%" OR articles.a_author LIKE "%irina-anghel�enescu%" OR autori.autor_nume LIKE "%irina-anghel�enescu%" OR articles.a_keywords LIKE "%irina-anghel�enescu%" OR articles.a_metatitle LIKE "%irina-anghel�enescu%")
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'