Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 - Unknown column 'p.products_id' in 'on clause'


majika

Recommended Posts

Posted

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]

Posted
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....

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...