You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's show club' IN BOOLEAN MODE)' at line 17-> SELECT a.id, UNIX_TIMESTAMP(a.added_date) as added_ts, d.term, a.title, a.body, a.ref_category, a.added_date, img.file_name, u.name, a.article_title FROM dictionary d INNER JOIN article_tags at ON at.ref_term = d.id INNER JOIN articles a ON at.ref_article = a.id LEFT JOIN items i ON a.id = i.ref_article AND i.position=1 LEFT JOIN images img ON i.ref_image =img.id INNER JOIN users u ON a.ref_user=u.id WHERE NOT a.ref_article AND NOT a.is_deleted AND NOT a.is_banned AND a.ref_article_status IN ('1', '2', '4') AND NOT d.is_deleted AND MATCH (d.term) AGAINST ('T.c's show club' IN BOOLEAN MODE)