Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Column doesn't match value count


Slkrz

Recommended Posts

Hi guys,

 

This error message pops up when I try to copy and duplicate a product in my admin panel. Does anyone know what is wrong?

 

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

insert into products (products_quantity, products_model,products_image, products_msrp, products_price, products_date_added, products_date_available, products_weight, products_status, products_tax_class_id, manufacturers_id) values ('5', 'NeoEco 450', 'NeoEco_osc.jpg', '93.0000', now(), null, '2.50', '0', '0', '20')

[TEP STOP]

Link to comment
Share on other sites

This error message pops up when I try to copy and duplicate a product in my admin panel. Does anyone know what is wrong?

 

Column count doesn't match value count at row 1

If you cound the number of items in the first set of parenthesis, you will see there is one more than in the second set. They have to match. Since products_msrp is in the first, and is not standard, my guess is that a contribution was incorrectly installed. You will need to go over the instructions for that contribution to find the problem.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...