Guest Posted June 15, 2005 Posted June 15, 2005 I get this error when i try to update a product. Does anyone know what is wrong and how to fix it? 1054 - Unknown column 'pd.products_spec' in 'field list' select p.products_id, pd.language_id, pd.products_name, pd.products_description, pd.products_spec, pd.products_url, p.products_quantity, p.products_model, p.products_upc, p.products_image, p.products_pdfupload, p.products_image_pop, p.products_inventory_cost, p.products_retail_price, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_date_expire, p.products_status, p.manufacturers_id, p.minorder from products p, products_description pd where p.products_id = pd.products_id and p.products_id = '31' [TEP STOP] Thanks
Guest Posted June 16, 2005 Posted June 16, 2005 The column 'products_spec' does not exist in the products_description table in your database - please run through the installation documents for the contribution you are using. Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.