1054 - Unknown column 'a.authors_id' in 'on clause'
select a.articles_id from articles a, articles_to_topics a2t left join topics_description td on a2t.topics_id = td.topics_id left join authors au on a.authors_id = au.authors_id, articles_description ad where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_id = a2t.articles_id and a.articles_status = '1' and a.articles_id = ad.articles_id and ad.language_id = '1' and td.language_id = '1'
[TEP STOP]
I've been reading up on the old threads and the fix for this, but I guess the site I'm using it has a different oscmax template and some of the codes aren't code that is supposed to be fixed, so I'm kind of stuck on how to fix the articles manager problem right now.





LinkBack URL
About LinkBacks











Bookmarks