Database Error; SQL: SELECT DISTINCT `t`.*, `d`.* FROM `wp_posts` AS `t` LEFT JOIN `wp_pods_movies` AS `d` ON `d`.`id` = `t`.`ID` WHERE ( ( 1=1 AND (t.post_title like '%Monty Python's Life of Brian - ett herrans liv%' OR d.participant like '%Monty Python's Life of Brian - ett herrans liv%' OR d.presentation_ext like '%Monty Python's Life of Brian - ett herrans liv%' OR d.keywords like '%Monty Python's Life of Brian - ett herrans liv%' OR t.post_content like '%Monty Python's Life of Brian - ett herrans liv%') AND d.only_sweden = 0 ) AND ( `t`.`post_type` = 'movies' ) AND ( `t`.`post_status` IN ( 'publish' ) ) ) ORDER BY d.premiere DESC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date` LIMIT 0, 20; Response: 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 Life of Brian - ett herrans liv%' OR d.participant like '%Monty Python's Life ' at line 7