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 'where r.reviews_id = '1' and r.reviews_id = rd.reviews_id and p.products_status ' at line 1

select rd.reviews_text, r.reviews_rating, r.reviews_id, r.products_id, r.customers_name, r.date_added, r.last_modified, r.reviews_read, p.products_id, pd.products_name, p.products_image from ((reviews r, reviews_description rd ) left join products p on (r.products_id = p.products_id) left join products_description pd on (p.products_id = pd.products_id and pd.language_id = '1') where r.reviews_id = '1' and r.reviews_id = rd.reviews_id and p.products_status = '1'

[TEP STOP]