Oldeman 0 Posted October 15, 2002 I have just installed the contribution 'featured-products' but do receive the following error in admin. Anyone know what the problem is? 1054 - Unknown column 's.products_id' in 'where clause' select count(*) as total from products p, featured s, products_description pd where p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = s.products_id Regards, Liesbeth Share this post Link to post Share on other sites
guiness 0 Posted October 18, 2002 I think it is not locating the column 's.products_id'. Look in your database and see if it's there. Share this post Link to post Share on other sites
Oldeman 0 Posted October 18, 2002 Thank you! Indeed I made a mistake in the data base, now everything is working fine. :lol: Share this post Link to post Share on other sites