Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help


Quicksilver

Recommended Posts

Posted

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

Posted

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

Posted
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

 

 

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...