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 'and a.content_active_status=1 order by content_order Asc' at line 1

SELECT a.content_id, a.content_title, a.content_parent, a.content_short_desc, a.content_image, a.content_desc , a.content_order, a.content_tag, b.menu_id, b.menu_title FROM tbl_content as a inner join tbl_menu as b on a.menu_id = b.menu_id where a.menu_id= and a.content_active_status=1 order by content_order Asc

Filename: models/web/Model_content.php

Line Number: 49