yungpot Posted April 13, 2004 Posted April 13, 2004 (edited) I just installed Attributes Sorder & copier. I'm having a slight problem. I was trying do the insert for the configuration table and I noticed that the value provided by lida wasn't set. And I wasn't really sure where to place it because there was not direct explanation. INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Category/Products Display Order', 'CATEGORIES_SORT_ORDER', 'model', '<b>Valid Orders:<br>products_name<br>products_name-desc<br>model<br>model-desc</b>', 1, 99, '2002-12-30 13:28:47', '0000-00-00 00:00:00', NULL, NULL); After I've done that and when I try to add attributes, i get this. 1136 - Column count doesn't match value count at row 1 insert into products_attributes values ('', '32', '2', '3', '95', '+') Thats my problem... One more thing, is somethign suppose to appear in the admin section after installing this mod? Edited April 13, 2004 by yungpot Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.