momotaro Posted September 7, 2006 Share Posted September 7, 2006 I have 1066 - Not unique table/alias: 'pd' 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, products_description pd, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%food%' or p.products_model like '%food%' or m.manufacturers_name like '%food%') ) [TEP STOP] after search it happen after install catalog description contribute I have sppc install but no problum until I install catalog description Please help me how to do it Thank you momotaro Thailand Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.