Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error when inserting size attribute for store


Snoboreders

Recommended Posts

Posted

It was working fine before, but after I uploaded a saved version of my store, I know get an error when I try to assign an attribute to an item in the admin section. The error I get is this:

1136 - Column count doesn't match value count at row 1

insert into products_attributes values ('', '210', '2', '3', '0.0000', '+')

[TEP STOP]

 

Because it does not point me to a certain page, I have no idea where begin looking.

 

Any ideas?

Posted

I wonder, it wouldn't have something to do with phpMYadmin would it?

 

 

The "insert" part is confusing me.

 

Any help would be greatly appreciated.

 

Thanks,

Chris

Posted

When you upload a backup copy of the store via FTP, that does not affect the database correct?

 

I guess i always assumed that it would upload a new database.

Posted
When you upload a backup copy of the store via FTP, that does not affect the database correct?

 

I guess i always assumed that it would upload a new database.

You are correct.

Posted
It was working fine before, but after I uploaded a saved version of my store, I know get an error when I try to assign an attribute to an item in the admin section. The error I get is this:
1136 - Column count doesn't match value count at row 1

insert into products_attributes values ('', '210', '2', '3', '0.0000', '+')

[TEP STOP]

 

Because it does not point me to a certain page, I have no idea where begin looking.

 

Any ideas?

I don't have any idea either.

Posted
I wonder, it wouldn't have something to do with phpMYadmin would it?

The "insert" part is confusing me.

 

Any help would be greatly appreciated.

 

Thanks,

Chris

The "insert" part is confusing me.

 

What do you mean?

Posted

Thanks for responding Coopco.

 

Well the whole error message is confusing me because I've never seen something like that before. It's not your typical "error Line 243 etc." message.

 

The 1136....is that a line in my product_attributes table in phpMyAdmin? Where do you suppose the file is that needs to be fixed?

 

Any help is appreciated.

  • 2 weeks later...
Posted

1136 - Column count doesn't match value count at row 1

insert into products_attributes values ('', '210', '3', '3', '0', '+')

[TEP STOP]

 

Again, here is the error I receive when attempting to add a product attribute. I'm still stuck.

 

Thanks,

Chris

Archived

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

×
×
  • Create New...