Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick Find Problem


webstarter

Recommended Posts

Posted

Hi there I am a new user to oscommerce and I have a problem with my quick find area on my web site. When a customer puts in a item to search for this comes up on the screen what have I done wrong am I missing a page or file. Information of what comes up is below.

 

Products meeting the search criteria Products meeting the search criteria

1054 - Unknown column 'c.categories_status' in 'where 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 c.categories_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 '%jan#%' or p.products_model like '%jan#%' or m.manufacturers_name like '%jan#%') )

 

[TEP STOP]

 

Thank you any help would be greatful

Posted

seems like you installed a contribution or module and you did not run the sql to update the database

Posted
seems like you installed a contribution or module and you did not run the sql to update the database

 

It was all working fine until I tried to add a contribution which I wanted on my site to turn on and off catergories but it did not work as there was something else I proberbly had to do. So I had backed up the old files put them all back I am asuming I must of deleted one ? Contribution I used was this enable_disable_categories_1.6.1.2

 

Thank You

Archived

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

×
×
  • Create New...