SandTiger Posted August 14, 2006 Share Posted August 14, 2006 Hiya I'm having a bit of a mare resolving the following when I try to add attributes: 1136 - Column count doesn't match value count at row 1 insert into products_attributes values ('', '146', '15', '472', '', '+', '0') [TEP STOP] So I was wondering if anyone with a better knowledge of SQL (not hard) would be kind enough to help me decipher the above message? Thanks Link to comment Share on other sites More sharing options...
rosemary Posted August 14, 2006 Share Posted August 14, 2006 See the couple empty fields denoted by ''? You may need to enter NULL into those fields when you are adding products or product attributes. Hope this helps. Rose Hiya I'm having a bit of a mare resolving the following when I try to add attributes: 1136 - Column count doesn't match value count at row 1 insert into products_attributes values ('', '146', '15', '472', '', '+', '0') [TEP STOP] So I was wondering if anyone with a better knowledge of SQL (not hard) would be kind enough to help me decipher the above message? Thanks Link to comment Share on other sites More sharing options...
SandTiger Posted August 14, 2006 Author Share Posted August 14, 2006 See the couple empty fields denoted by ''? You may need to enter NULL into those fields when you are adding products or product attributes. Hope this helps. Rose Thanks for your reply Rosemary, I found an extra table created by a deleated contrib so I dropped that and it seems to be sorted, until I break it again :rolleyes: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.