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 bci_products.id_lang = 'en' and bci_products.model like ''' at line 7

Select bci_products.*,COALESCE(bci_product_images.image_name,'no_image.jpg') AS image_name From bci_products LEFT JOIN bci_product_images On bci_products.id_img = bci_product_images.id JOIN bci_product_id ON bci_product_id.no = bci_products.no Where bci_products.no <> and bci_products.id_lang = 'en' and bci_products.model like ''

Filename: application/models/mnewproducts.php

Line Number: 61