Quicksilver Posted December 8, 2004 Posted December 8, 2004 hi ,can ny one tell me wot do for this 1054 - Unknown column 'special' in 'field list' update products_options set special=0,products_options_name = 'Color' where products_options_id = '1' and language_id = '1' [TEP STOP] thats when go to Product Options then go to update or insert
Guest Posted December 8, 2004 Posted December 8, 2004 Daniel, Have you checked your database? You've have been asked this repeatedly but you never answer. Did you run the .sql file correctly? ed
Quicksilver Posted December 8, 2004 Author Posted December 8, 2004 Daniel, Have you checked your database? You've have been asked this repeatedly but you never answer. Did you run the .sql file correctly? ed <{POST_SNAPBACK}> hi this 1st time did post on this one m8 ,on the old ones did not get them work so this new one i got now
Guest Posted December 8, 2004 Posted December 8, 2004 Daniel, It's the same type of error. When you see "1054 - Unknown column 'foo' in 'bar', it means that column foo does not exist in table bar. Many contribs add columns to a table (or add a new table) in the database. They usually provide a file that ends in .sql. This file should be run against your database to add the extra columns/tables using phpMyAdmin. Re-read the install instructions and see if it tells you to do this. ed
Recommended Posts
Archived
This topic is now archived and is closed to further replies.