nomadjourney Posted July 5, 2003 Posted July 5, 2003 Hello all, I am in the process of setting up a store front and I have a three main categories which have multiple subcategories. When I try to list the products in any subcategory, I get the following error: 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select pd.products_name, p.products_id, p.manufacturers_id, p. select count(select pd.products_name, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '23' order by pd.products_name) as total [TEP STOP] Does anyone know what may be wrong here? Thanks. Nizam Sayeed
nomadjourney Posted July 6, 2003 Author Posted July 6, 2003 The version of MySQL my webhost is running is: 4.0.13. Thanks. Nizam Sayeed
Recommended Posts
Archived
This topic is now archived and is closed to further replies.