Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mlt

Archived
  • Posts

    5
  • Joined

  • Last visited

Everything posted by mlt

  1. The credit card portion of this module works in both test and live, but the Express Button is still giving these errors in both the test and live mode: Error #1: Transaction refused because of an invalid argument. (10426) Item total is invalid. Error #2: Transaction refused because of an invalid argument. (10427) Shipping total is invalid. Error #3: Transaction refused because of an invalid argument. (10428) Handling total is invalid. Error #4: Transaction refused because of an invalid argument. (10429) Tax total is invalid. Can anyone help? I can't seem to find an answer here, or get a response. Thanks.
  2. Transaction refused because of an invalid argument. (10426) Item total is invalid. (10427) Shipping total is invalid. (10428) Handling total is invalid. (10429) Tax total is invalid. If the Express Checkout button is selected, it returns these errors. However, the same order goes through if I enter the details under "PayPal Direct Payment". Can anyone help?
  3. I just installed the version 0.8b contribution. But it seems that any action on my website now throws "1062 Duplicate Entry" errors for most actions. For example, trying to install this module threw a duplicate entry error for the "configuration" table, adding a new customer throws Duplicate entry error in the "customer" table. Trying to place an order and logging into an existing account throws a duplcate entry in the "customers_basket" table. Would it be possible that importing the SQL required for this module would have turned the "auto-increment" off on all these fields? Is there a master copy of the structure of the database so that I can check to see that everything is okay? Any suggestions on how I can fix this?
  4. I installed then new pear-less v0.8b. At the Enable & Configure stage, I went to Admin->Modules->Payment and found an Install button. When I selected it, it produced this 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 ('Debug Mode', 'MODULE_PAYMENT_PAYPAL_DP_DEBUGGING', 'False', 'Would you like to enable debug mode? A complete dump of failed transactions will be emailed to the store owner.', '6', '0', 'tep_cfg_select_option(array(\'True\', \'False\'), ', now()) [TEP STOP] Then I went back to the Payment page, and the Install button was gone, replaced by Remove and Edit buttons. When I select Edit, it displays about 18 text fields with no label. My Admin pages still display, but the website is missing in action. Can you help me fix this? Thanks much.
  5. I installed then new pear-less v0.8b. At the Enable & Configure stage, I went to Admin->Modules->Payment and found an Install button. When I selected it, it produced this 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 ('Debug Mode', 'MODULE_PAYMENT_PAYPAL_DP_DEBUGGING', 'False', 'Would you like to enable debug mode? A complete dump of failed transactions will be emailed to the store owner.', '6', '0', 'tep_cfg_select_option(array(\'True\', \'False\'), ', now()) [TEP STOP] Then I went back to the Payment page, and the Install button was gone, replaced by Remove and Edit buttons. When I select Edit, it displays about 18 text fields with no labels. And (of course) my website is missing in action but the Admin pages are still there. Can you help me fix this? Thanks much.
×
×
  • Create New...