I received a review I approved through my admin, but I cannot see it on my website. When I click on "Reviews [more]" in the review box on my website, I get the following message:
-4 -3 -2 -1 0
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 '-0, 0' at line 9
in:
[SELECT r.reviews_id, left(rd.reviews_text, 100) AS reviews_text, r.reviews_rating, r.date_added, p.products_id, pd.products_name, p.products_image, r.customers_name FROM zen_reviews r, zen_reviews_description rd, zen_products p, zen_products_description pd WHERE p.products_status = '1' AND p.products_id = r.products_id AND r.reviews_id = rd.reviews_id AND p.products_id = pd.products_id AND pd.language_id = 1 AND rd.languages_id = 1 AND r.status = 1 ORDER BY r.reviews_id DESC limit -0, 0]
Can anyone help me figure out what I need to do?
Thanks in advance!!




