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 c.campaign_id = 6' at line 1

select c.campaign_id, cd.name, cd.description, c.status, c.image from campaigns c, campaigns_description cd where c.status = '1' and c.campaign_id=cd.campaign_id and cd.language_id = and c.campaign_id = 6

[TEP STOP]