Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

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


scotch33

Recommended Posts

HI,

 

- this is my second attempt to get help with this so apologies for starting a new topic - the old one was not answered at all

 

I have installed a few contributions, none of which have been related to search.

I have a few test products - they do all have the same description (could this be the problem?)

 

anyway - when i try an advanced search i get this...

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 '%test%' or p.products_model like '%test%' or m.manufacturers_name like '%test%' or pd.products_description like '%test%') )

[TEP STOP]

 

The only contrib I have installed is seperate pricing per customer.

 

Can anyone point me in the right direction?

 

Thanks!

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...