Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem rss error sql file


deltabiri

Recommended Posts

im install contribution rss in my shop 2.3

upload file sql error report:

query SQL: 

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 (

'80', 'RSS Articles', 'MAX_RSS_ARTICLES', '20', 'Number of articles displayed by the RSS feed', '3', '25', '2007-03-14 22:15:35', '2007-03-14 22:15:35', NULL , NULL 
);



Messaggio di MySQL:  

#1062 - Duplicate entry '80' for key 1 

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 ('80', 'RSS Articles', 'MAX_RSS_ARTICLES', '20', 'Number of articles displayed by the RSS feed', '3', '25', '2007-03-14 22:15:35', '2007-03-14 22:15:35', NULL, NULL);

ALTER TABLE products ADD products_to_rss TINYINT default '1' NOT NULL

how I fix ?

to line 1062 sql present

(398, 'Enable Front Page Meta Description', 'MODULE_HEADER_TAGS_FRONT_DESCRIPTION_STATUS', 'True', 'Do you want to add a meta description to the front page?', 6, 1, NULL, '2011-02-12 18:41:34', NULL, 'tep_cfg_select_option(array(''True'', ''False''), '),
(399, 'Sort Order', 'MODULE_HEADER_TAGS_FRONT_DESCRIPTION_SORT_ORDER', '1', 'Sort order of display. Meta tags are duplicated, so add only one per page.', 6, 0, NULL, '2011-02-12 18:41:34', NULL, NULL),

Link to comment
Share on other sites

im resolving ;)

INSERT INTO configuration( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function )  
VALUES ( 'RSS Articles', 'MAX_RSS_ARTICLES', '20', 'Number of articles displayed by the RSS feed', '3', '25', '2007-03-14 22:15:35', '2007-03-14 22:15:35', NULL, NULL)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...