Error performing query: 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 'othello"" LIMIT 1' at line 8

SELECT s1.cid, s1.section_id AS subsection_id, s1.section AS subsection, s1.url, s1.sub_of, s2.cid, s2.section AS section, s2.url, s2.section_id, p.title, p.content FROM web_pages p, web_sections s1 LEFT JOIN web_sections s2 ON s1.sub_of=s2.section_id AND s1.cid=6 AND s2.cid=6 WHERE s2.url='/features' AND LOWER(REPLACE(s1.url,' ','_'))="online_surveys" AND s1.section_id=p.section_id AND LOWER(REPLACE(p.title,' ','_'))="iago_from_"othello"" LIMIT 1