A Database Error Occurred

Error Number: 1064

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 '%E2%80%9D' at line 6

select p.propertyId, p.pname, p.TypeID, p.BuildingID, p.LocationID, p.pphone, p.pcity, p.pstate, p.ppostalcode, p.pbedrooms, pbaths, p.psleeps, p.pfloors, p.pbuilt, p.pfeet, p.pmeters, p.ppspace, p.pfeatured, p.pmanaged, p.for_realty, p.porder, p.map_lat, p.map_lng, p.map_zoom, p.pstairs, pr.rate, pr.comm, pr.description_en description, pr.agent_id, pr.agent2_id, pr.titlename, pr.status_id from Property_Profile p join property_realty pr on pr.property_id = p.propertyId where p.RecordStatus in(1, 3, 12) and p.for_realty = 1 and p.propertyId = %E2%80%9D

Filename: /mnt/pvrpvbox/pvrpvrealestate.com/models/property.php

Line Number: 96