jeremylwf Posted June 5, 2007 Posted June 5, 2007 Hi, Today i just try to update my online shop which have not been updated for a very long time and i encounter this problem when i try to edit the product. This is the error code i see: 1054 - Unknown column 'products_length' in 'field list' select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, products_length, products_width, products_height, products_ready_to_ship, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from products p, products_description pd where p.products_id = '66' and p.products_id = pd.products_id and pd.language_id = '1' [TEP STOP] how do i fix it? is it due to some plugin installation gone wrong or something?
Guest Posted June 5, 2007 Posted June 5, 2007 it's possible to forgot to do the dbase changes of a module you installed. products_length is not from the stock oscommerce.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.