Pagina 1 di 1

B2B

Inviato: 23/05/2005, 19:01
da giammi73
quando faccio l'ulpoad del file sql della contrib mi da questo errore...
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 ( 400, 'Number Of Prices Per Products', 'XPRICES_NUM', '1', 'Number of prices per products<br><br><b>WARNING: Changing this value will delete prices entry in products table!</b><br><br><b>Every groups that use a deleted price will use product default price.</b>', last_insert_id( ) , 30, '2003-11-11 18:33:04', '0000-00-00 00:00:00', 'tep_update_prices', 'tep_cfg_pull_down_prices(' ) , (

'', 'Allow Guest To See Prices', 'ALLOW_GUEST_TO_SEE_PRICES', 'false', 'Allow guests to view default prices', last_insert_id( ) , '31', '', '2004-03-15 14:59:05', NULL , 'tep_cfg_select_option(array(\'true\', \'false\'),'
), (
'', 'Guest Discount', 'GUEST_DISCOUNT', '0', 'Guest discount', last_insert_id( ) , '32', '', '2004-03-15 14:59:05', NULL , ''
), (
'', 'Special price (products price hiding)', 'SPECIAL_PRICES_HIDE', 'false', 'Special price (products price hiding)', last_insert_id( ) , '33', '', '2004-03-15 14:59:05', NULL , 'tep_cfg_select_option(array(\'true\', \'false\'),'
)
Messaggio di MySQL:

#1062 - Duplicate entry '400' for key 1
perche'??????

Re: B2B

Inviato: 23/05/2005, 19:07
da Bass
giammi73 ha scritto:quando faccio l'ulpoad del file sql della contrib mi da questo errore...
#1062 - Duplicate entry '400' for key 1
C'e' gia' qualche tabella con il numero 400, prova a cambiarlo con uno piu' alto

'iao

Sergio

Inviato: 23/05/2005, 19:31
da giammi73
ok provo...

Inviato: 23/05/2005, 19:45
da giammi73
:lol:

TK