Guest Posted September 2, 2006 Share Posted September 2, 2006 Hi, I would like to thank you, Randelia for your contribution - Custom MetaTag Per Item! I just have one question. I keep getting this error message when I click on the category or the manufacturer list: 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '69' [TEP STOP] Could anyone please help me as I have to get this site up and running ASAP. Thank You! Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 2, 2006 Share Posted September 2, 2006 Take a look at this. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted September 2, 2006 Share Posted September 2, 2006 Take a look at this. Jack That worked! Thank You! Now when I use the drop down menu at the top it shows the same error message: Let's See What We Have Here Show: 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products p, products_description pd, manufacturers m, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '12' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '41' [TEP STOP] I am lost at this now? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.