Guest Posted August 8, 2005 Posted August 8, 2005 can anyone suggest the answer to this error even though we have constantly re-loaded the sql file by both import file and also copy/pasting? 1054 - Unknown column 'products_family' in 'field list' select products_family from products where products_id = '27' [TEP STOP] thank you
FalseDawn Posted August 9, 2005 Posted August 9, 2005 You either missed something or did not follow the instructions for updating the database properly. Do a search of the SQL file provided for "products_family" - this will probably be part of an "ALTER TABLE products" statement, which you missed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.