ashiegirl86 Posted February 20, 2007 Share Posted February 20, 2007 (edited) I'm not sure if this error has anything to do with BTSv1.5d, because the installation of an old version of osCommerce rendered the same error. However, after a fresh install of osCommerce, and an install of BTSv1.5d, the same error came up as the unmodified, older version on a different site (same company). 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 = '9' [TEP STOP] What do I need to do to fix this? Edited February 20, 2007 by ashiegirl86 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.