jpdc Posted July 7, 2006 Posted July 7, 2006 Hi, Have just installe dmy first os store, but when I click ont he products listing I keep gettin this error : 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 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 = '13' [TEP STOP] Can anyone explain what might be wrong.
jasonabc Posted July 7, 2006 Posted July 7, 2006 This is caused by code that was written for MySQL 4 being executed by MySQL 5. Check this out: http://www.oscommerce.com/community/bugs,3171/status,open Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Guest Posted July 7, 2006 Posted July 7, 2006 and also upgrade your store with the latest osc update. http://www.oscommerce.com/solutions/downloads
Recommended Posts
Archived
This topic is now archived and is closed to further replies.