A Database Error Occurred

Error Number: 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 '' at line 23

SELECT *, b.created_date AS bus_created_dt, cat.created_date AS cat_created_dt, bd.meta_title AS busseo_title, bd.meta_description AS busseo_desc, bd.meta_keyword AS busseo_key, cat.meta_title AS catseo_title, cat.meta_description AS catseo_desc, cat.meta_keyword AS catseo_key FROM shri_business b LEFT JOIN shri_bus_details bd ON b.bus_id=bd.bus_id LEFT JOIN shri_category cat ON b.bus_cat= cat.cat_id LEFT JOIN shri_country con ON bd.country = con.country_id LEFT JOIN shri_state sta ON bd.state = sta.state_id LEFT JOIN shri_city cit ON bd.city = cit.city_id WHERE b.bus_id=

Filename: helpers/ep_helper.php

Line Number: 997