Matt_M Posted December 30, 2004 Posted December 30, 2004 Hi, Now, when I try to add an option to a product, I get a screen that says this: 1136 - Column count doesn't match value count at row 1 insert into products_attributes values ('', '99', '7', '30', '', '+') [TEP STOP] It didn't do this before, and I don't know what is causing it. Can anyone help? Thanks
Zeme Posted January 24, 2005 Posted January 24, 2005 I'm guessing that you must have added a field to your DB. (have you added any contributions lately?). I say this because the base 2.2MS2 install has 6 columns in the products_attributes table. But, if you happen to have added a field to this table, you will have 7+ fields, which is what the error message is trying to say. If you have SQL access, post the results of describe products_attributes; and let me have a look. Hi, Now, when I try to add an option to a product, I get a screen that says this: 1136 - Column count doesn't match value count at row 1 insert into products_attributes values ('', '99', '7', '30', '', '+') [TEP STOP] It didn't do this before, and I don't know what is causing it. Can anyone help? Thanks <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.