sugars Posted March 24, 2004 Posted March 24, 2004 Hello, my problem is the following one: I have a category that is called cars and on having entered have several subcategories. On having pulsated in this category it(he,she) gives me this mistake: 1054 - Unknown column 'c.status' in 'where clause' select p.products_id, pd.products_name, p.products_image, p.products_tax_class_id, IF(s.status, s.specials_new_products_price,p.products_price) as products_price from products p, products_description pd, categories c, products_to_categories p2c left join specials s on p.products_id = s.products_id where products_status = '1' and p.products_id = pd.products_id and pd.language_id = '3' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.status = '1' order by p.products_date_added DESC, pd.products_name limit 9 [TEP STOP] If I pulsate on a category that does not have subcategory this mistake does not go out for me. This where the problem? I wait that me podais to help am desperate. Thank you and a greeting.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.