RE: Pre-View - Shoppe Enhancement Controller v1.0
Ajeh <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <5c8e96a9a4874eb53470e8a15ab313f1@osCommerce-Forums> |
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=170188#170188
----------------------------------------------------------------
[quote="dabri"]I´ve installed the SEC 1.0 with the snapshot of the 25.03.2003.
But if I want add a Products Attributes to an article I get the following error;
[code]
1136 - Column count doesn't match value count at row 1
insert into products_attributes values ('', '28', '1', '2', '0.40', '+', '1', '0', '', '', '', '', '' )
[TEP STOP][/code]
[/quote]
I added an extra field for a new function to the MySQL file that doesn't exist yet.
If you have not made changes to the tables, comment out this line from the file SEC_structure_v1_0.sql:
[code]#ALTER TABLE products_attributes ADD attributes_quantity_prices text NULL AFTER attributes_display_only;
[/code]
If you already made the changes, just delete the field attributes_quantity_prices from the products_attributes table.