1054 - Unknown column 'p.products_id' in 'on clause'
select count(p.products_id) as total from products p, products_description pd, authors m left join specials s on p.products_id = s.products_id where p.products_status >= '1' and pd.products_id = p.products_id and pd.language_id = '1' and (p.authors_id = m.authors_id or p.authors_id2 = m.authors_id or p.authors_id3 = m.authors_id or p.authors_id4 = m.authors_id or p.authors_id5 = m.authors_id) and m.authors_id = '285'