I am getting this error on my site suddenly, 1054 - Unknown column 'products_featured' in 'field list' update products set products_status = '0', products_featured = '0', products_last_modified = now() where products_id = '77' [TEP STOP] I am using Oscommerce. Can someone please provide step by step solution to this? Greatly appreciated. Thanks!
because your table doesn't have "products_featured" column. Otherwise, you don't put a correct column name to find in field list.