Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Paypal installation error


1 reply to this topic

#1 jcurtis3

  • Community Member
  • 43 posts
  • Real Name:Jim Curtis

Posted 27 November 2007, 05:38

When I try to install Paypal as a payment option, I get the following error:

1062 - Duplicate entry '0' for key 1

insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Enable PayPal Module', 'MODULE_PAYMENT_PAYPAL_STATUS', 'True', 'Do you want to accept PayPal payments?', '6', '3', 'tep_cfg_select_option(array(\'True\', \'False\'), ', now())

[TEP STOP]


Has anyone seen this before? The old version of oscommerce seemed to work fine.

Edited by jcurtis3, 27 November 2007, 05:38.


#2 jcurtis3

  • Community Member
  • 43 posts
  • Real Name:Jim Curtis

Posted 27 November 2007, 05:42

View Postjcurtis3, on Nov 27 2007, 05:38 AM, said:

When I try to install Paypal as a payment option, I get the following error:

1062 - Duplicate entry '0' for key 1

insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('Enable PayPal Module', 'MODULE_PAYMENT_PAYPAL_STATUS', 'True', 'Do you want to accept PayPal payments?', '6', '3', 'tep_cfg_select_option(array(\'True\', \'False\'), ', now())

[TEP STOP]


Has anyone seen this before? The old version of oscommerce seemed to work fine.

Actually, I'm getting this error with all modules I try to install from the admin console.