Guest Posted April 20, 2007 Posted April 20, 2007 Hi Janz, When clicking on the Manufacturer drop down (after selecting a manufacturer and clicking) the following error appears:- Products Products 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products p, products_description pd, manufacturers m left join specials_retail_prices 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.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '10' [TEP STOP] Have I missed (or messed up) an SQL command somewhere to modify the database appropriately? I can see the call in the SPPC modification but do not know the significance of the "p". There seems to be nothing in the database that relates to this call> Regards, Peter Quote
reross75 Posted July 9, 2007 Posted July 9, 2007 Hi Janz, When clicking on the Manufacturer drop down (after selecting a manufacturer and clicking) the following error appears:- Products Products 1054 - Unknown column 'p.products_id' in 'on clause' select count(p.products_id) as total from products p, products_description pd, manufacturers m left join specials_retail_prices 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.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '10' [TEP STOP] Have I missed (or messed up) an SQL command somewhere to modify the database appropriately? I can see the call in the SPPC modification but do not know the significance of the "p". There seems to be nothing in the database that relates to this call> Regards, Peter I'm getting the same error. Have you been able to resolve this? Quote
pingpongrob Posted December 13, 2007 Posted December 13, 2007 I'm getting the same error. Have you been able to resolve this? I'm also getting this error, Does any body know how we can resolve this problem. Thanks in advance. Quote
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.