DB Error: no such field

SQL:SELECT * FROM hatsuek_news,hatsuek_newsText LEFT JOIN hatsuek_category ON hatsuek_category.categoryID = hatsuek_news.categoryID WHERE newsStatus=1 AND newsTimeStamp <= 1268495834 AND ( limitDate > curdate() OR limitDate = '0000-00-00') AND hatsuek_news.newsID = hatsuek_newsText.newsID AND hatsuek_newsText.imageName!='' AND fileType='image' AND ( hatsuek_news.categoryID=1 ) GROUP BY hatsuek_newsText.newsID ORDER BY rand() limit 0,3