Error is: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 '-25,25' at line 1
on query SELECT SQL_CALC_FOUND_ROWS review.*, city.name as city_name, city.url_code as city_url, neighborhood.short_title as hood_name, neighborhood.url_code AS neighborhood_url, currency.symbol FROM review LEFT JOIN neighborhood ON review.neighborhood = neighborhood.id LEFT JOIN city ON review.city_id=city.id LEFT JOIN currency ON review.currency_id=currency.id WHERE review.status IN ('live') AND city.url_code='paris' GROUP BY review.id ORDER BY review.name , neighborhood.name LIMIT -25,25