Bonjour,
L'option donnée en titre conduit à l'erreur :
Citation
1062 - Duplicate entry 'MODULE_CONTENT_IN_CARD_PRODUCTS_STATUS' for key 'uq_configuration_key'

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, set_function) VALUES ('Enable New Products Module', 'MODULE_CONTENT_IN_CARD_PRODUCTS_STATUS', 'True', 'Do you want to enable this module?', '6', '1', NOW(), 'tep_cfg_select_option([\'True\', \'False\'], ')

[TEP STOP]


Merci de m'aider à comprendre la cause de ce (?) bug !
Chti poupon

PS même punition même motif sur admin Module Content login qui mène à
Code
1062 - Duplicate entry 'MODULE_CONTENT_FORGOT_PASSWORD_STATUS' for key 'uq_configuration_key'

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, set_function) VALUES ('Enable Forgot Password Module', 'MODULE_CONTENT_FORGOT_PASSWORD_STATUS', 'True', 'Do you want to enable this module?', '6', '1', NOW(), 'tep_cfg_select_option([\'True\', \'False\'], ')