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 'id in ('0') AND is_deleted='0' AND expire_date >= '2024-03-29 05:50' ORDER BY' at line 1

select SQL_CALC_FOUND_ROWS * FROM tbl_classified WHERE 1=1 AND is_active='1' id in ('0') AND is_deleted='0' AND expire_date >= '2024-03-29 05:50' ORDER BY index_order DESC, FIELD(classified_address, "") ASC, created_date_time DESC LIMIT 0, 10

Filename: models/classified_model.php

Line Number: 990