I did copy-paste the install.sql code, send it, and the same errors appeared:
- 9 statements processed (green)
- Error: cannot insert configuration_key "" because it already exists (red)
- Note: 1 statements ignored. See "upgrade_exceptions" table for additional details (yellow)
Then i used the uninstall.sql and just one green message appeared:
- 5 statements processed. Good :)
I used again the install.sql and.. the same errors appeared
I'm sending you the query results on pm, maybe you can figure out what's wrong.
I see your sql. I do not know why that is substituted prefix tables, then no:
How do you run install.sql?DELETE FROM zen_configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
DELETE FROM zen_configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
...
INSERT INTO zen_configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'RSS Feed', 'RSS Feed Configuration', '1', '1');
...
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'RSS Title', 'RSS_TITLE', '', 'RSS Title (if empty use Store Name)',
I'm running this mod and it worked great on the first day but after that it does not update and show new products as they are added. Do I need to change a setting? Thanks!
Bookmarks