[sigplus] Critical error: Image folder is expected to be a relative path w.r.t. the image base folder.
Photos
Reviews
No review available
Sponsored Restaurants
No valid database connection 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 'OR s.city_id = ) ORDER BY RAND() LIMIT 5' at line 1 SQL=SELECT s.shop_id AS restaurant_id, shop_name AS name, city_name, state_name,shop_phone AS phone, shop_thumbnail AS image, cuisine_name AS cuisine, alias FROM fm_shop s JOIN fm_restaurant r ON s.shop_id = r.shop_id JOIN fm_shop_locale sl ON s.shop_id = sl.shop_id AND sl.locale_id = 1 JOIN fm_city_locale c ON s.city_id = c.city_id AND c.locale_id = sl.locale_id JOIN fm_state_locale st ON s.state_id = st.state_id AND st.locale_id = sl.locale_id JOIN fm_cuisine_locale cu ON r.cuisine_id = cu.cuisine_id AND cu.locale_id = sl.locale_id WHERE shop_type = 1 AND s.state_id = 11 AND ( r.cuisine_id = OR s.city_id = ) ORDER BY RAND() LIMIT 5