Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help


edrei

Recommended Posts

Posted

I'm sorta new in using oscommerce, I'm having some problem. I was successful in installing a template, however everytime I click the categories, the brands or use the search function, I'm having the ff error:

 

when I click the categories:

 

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 = '95'

 

[TEP STOP]

 

 

When I choose a brand from the drop down menu:

 

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 = '29'

 

[TEP STOP]

 

And when I use search:

 

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

 

select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%monitor%' or p.products_model like '%monitor%' or m.manufacturers_name like '%monitor%') )

 

[TEP STOP]

 

I really would appreciate the help... thanks

Posted

You have an outdated template.

 

You will need to download the most current osc under the above blue link Solutions and then download.

 

inside is a update.txt file. Follow the instructions.

Posted
You have an outdated template.

 

You will need to download the most current osc under the above blue link Solutions and then download.

 

inside is a update.txt file. Follow the instructions.

Sucked in to buying an outdated osc template. They should be giving you support (oh my, here we go again).

Archived

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

×
×
  • Create New...