We've put together this guide to help you through every step of your greenhouse buying experience. This guide is broken up into topic areas so you can zoom in to the subject you need help with. If you still have questions, don't hesitate to give us a call and we'll do our best to make sure you get the greenhouse that's right for you!
Have a question that isn't answered here? Send us an e-mail and we'll respond to you... we might even add it the guide!
1054 - Unknown column 'a.authors_id' in 'on clause'
select count(*) as total from articles a, articles_description ad left join authors au on a.authors_id = au.authors_id, articles_to_topics a2t left join topics_description td on a2t.topics_id = td.topics_id where (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 a2t.topics_id = '3'