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 4

SELECT * FROM ps_pl_blog_comment a
				LEFT JOIN ps_pl_blog_comment_lang b
				ON (a.id_pl_blog_comment=b.id_pl_blog_comment) 
				WHERE b.id_lang=1 AND  (a.comment_status=2) AND (id_pl_blog_post=)