RainDance Posted August 1, 2010 Posted August 1, 2010 I am trying to add product attributes and am having trouble. When I select the color that I want to add, the value price (is that the cost for the item?) prefix (im not sure what that is) then insert I get this error 1136 - Column count doesn't match value count at row 1 insert into products_attributes values (null, '92', '1', '17', '10', '\"2\"') What does that mean? Why cant I just select the various colors my product comes in and put how many of that color I have? Where are the step by step instructions? or something at all helpful? I have the QT Pro mod installed... :'( Quote
Jan Zonjee Posted August 1, 2010 Posted August 1, 2010 1136 - Column count doesn't match value count at row 1 insert into products_attributes values (null, '92', '1', '17', '10', '\"2\"') What does that mean? Why cant I just select the various colors my product comes in and put how many of that color I have? Where are the step by step instructions? or something at all helpful? I have the QT Pro mod installed... :'( Ah, then obvously isn't configured right. Somewhere you were probably instructed to change something and you forgot that or instead changed something that the author didn't had in mind. If the QT Pro mod added more fields to the table products_attributes than there should be more than 6 values in the insert command that now gives an error. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.