ladykaren Posted February 20, 2008 Posted February 20, 2008 Hi all; I was wondering if someone might be able to help me. For some reason my Search box is not working properly. When I do a search and click "Go" this is what I get: 1109 - Unknown table 'c' in where clause select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id) left join specials s on p.products_id = s.products_id 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 '%73-1020%' or p.products_model like '%73-1020%' or m.manufacturers_name like '%73-1020%' or pd.products_description like '%73-1020%') ) Can anyone suggest how to fix this and in what file/s need fixing? Thank you, Karen
Recommended Posts
Archived
This topic is now archived and is closed to further replies.