majika Posted October 29, 2007 Posted October 29, 2007 Hello, I have just installed OSC and its is throwing up this error when I check out my products in the side-navigation menu. It looks like a MySQL/Database issue but have got no idea where to start looking for the solution. I would very much appretiated it if someone could please provide me with a bit of an insight into what is going wrong and a possible fix. I am using a customized template version of OSC and would like to keep it going if possible but I have no custom modifications. 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 = '36' [TEP STOP]
♥toyicebear Posted October 29, 2007 Posted October 29, 2007 Hello, I have just installed OSC and its is throwing up this error when I check out my products in the side-navigation menu. It looks like a MySQL/Database issue but have got no idea where to start looking for the solution. I would very much appretiated it if someone could please provide me with a bit of an insight into what is going wrong and a possible fix. I am using a customized template version of OSC and would like to keep it going if possible but I have no custom modifications. 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 = '36' [TEP STOP] your template are using an old osCommerce version which is not compatible with MYSQL 5 , you need to upgrade your version to the latest version.... Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.