Properties by this developer:
Reviews of this Developer:
There was an error. Please contact the system administator.
Error message: SELECT ca_reviews.review_id, ca_reviews.review_title, ca_reviews.review_text, date_format(ca_reviews.review_date, '%b %e %Y') AS review_date, rate_overall, rate_1, rate_2, rate_3, rate_4, ca_users.user_username, ca_reviews.review_relationship, ca_reviews.review_h_yes, ca_reviews.review_h_no, review_association, development_name, development_address FROM ca_reviews INNER JOIN ca_users ON (ca_reviews.user_id=ca_users.user_email) WHERE product_id= AND review_isactive=1 ORDER BY ca_reviews.review_id DESC;
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 'AND review_isactive=1 ORDER BY ca_reviews.review_id DESC' at line 1