AN ERROR OCCURRED:
SQL Failure in function RunQuery() from class Database
MYSQL QUERY:
Select p.*, r.region_name, c.country from properties p inner join regions r on r.region_id=p.region_id inner join countries c on c.country_id = r.country_id where property_id= LIMIT 0,1
MYSQL ERROR:
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 'LIMIT 0,1' at line 1