animatronico 0 Newbie Poster

I just got this Error Returned when i tryied Type the url of my site
mySQL query error: SELECT e.*,b.blog_name, b.blog_friendly_url FROM ibf_blog_entries e,ibf_blog_blogs b LEFT JOIN ibf_blog_categories bc ON ( e.blog_id=bc.blog_id and e.category_id=bc.category_id ) WHERE e.entry_status='published' AND (b.blog_private=0 or b.blog_id = 1) AND ((bc.blog_id IS NULL) or (b.blog_id = 1) or (bc.category_type = 'private' AND bc.blog_id=1) or (bc.category_type = 'public')) AND e.blog_id=b.blog_id ORDER BY e.entry_date DESC LIMIT 0,5
SQL error: Unknown column 'e.blog_id' in 'on clause'
SQL error code:
Date: Monday 26th of June 2006 07:51:58 AM

any one know what I should do? to fix that.