1054 - Unknown column 'a.authors_id' in 'on clause'

select a.articles_id, a.articles_photo, a.allow_review, ad.articles_name, ad.articles_description, td.topics_name, a2t.topics_id from cms_articles a, cms_topics t, cms_articles_description ad left join cms_authors au on a.authors_id = au.authors_id, cms_articles_to_topics a2t left join cms_topics_description td on a2t.topics_id = td.topics_id where a2t.topics_id = t.topics_id and t.topics_status = '1' and (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_status = '1' and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and ad.language_id = '1' and td.language_id = '1' and a.articles_id = '24'

[TEP STOP]