RE: Pre-View - Shoppe Enhancement Controller v1.0
mbianchi <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <5674a7668cf56883f3721a72598a656c@osCommerce-Forums> |
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=171974#171974
----------------------------------------------------------------
Hi.
I read a post earlier about a similiar problem that I am having. I went through the steps to ensure that all was good before posting here.
This is the error message when trying to add attributes to a product:
1136 - Column count doesn't match value count at row 1
insert into products_attributes values ('', '29', '1', '2', '', '+', '', '0', '', '', '', '', '' )
I verified that products_attributes does not contain attributes_quantity_prices, as a matter of fact it was already commented out in the SEC_structure_v1_0.sql that I installed.
Here are the fields currently in products_attributes:
products_attributes_id
products_id
options_id
options_values_id
options_values_prices
price_prefix
products_options_sort_order
products_attribute_is_free
products_attributes_weight
products_attributes_weight_prefix
products_attributes_units
products_attributes_units_price
attributes_display_only
product_attributes_one_time
Any other ideas?
Thanks!
Mark
Dayton