itsmerob Posted June 30, 2006 Posted June 30, 2006 Hi, Ive been trying to put together my website using the oscommerce software, but ive been having all sorts of problems. My PHP is limited and I have no manual or instructions on how to build the site. I have managed to work my way through it, although it has been frustrating, and keep coming across more problems with tihings that I cnat do. The latest problem ive encountered is an error im getting 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 = '202' Ive been trying to add sub categories to appear in categories that I already have created, but i dont seem to be able to make them appear. My spotlight items dont seem to have any sub categories.. How do I create them and get them to appear on the spotlight page. http://www.naughtyadultsexshop.com/index.php?cPath=202 Any help anyone could give me would be greatly appreciated
Guest Posted June 30, 2006 Posted June 30, 2006 its mysql 5.x issue. you need to install the latest osc upgrade that fixes this. http://www.oscommerce.com/solutions/downloads backup the files before applying the changes though.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.