Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    red flag 10726 Invalid Data There's an error with this transaction.

    Trying to do checkout and getting message in logs saying "10726 Invalid Data - There's an error with this transaction. Please enter a complete shipping address."

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default 10726 Invalid Data There's an error with this transaction.

    Can you try a test of something that's not a download? ie: something that requires a shipping address?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    Default 10726 Invalid Data There's an error with this transaction.

    How did you know? :)

    The order is showing under Customers/PayPal IPN.

    Do I have to leave the shipping address during checkout? That could confuse some people...


    Edit:
    I just checked on PayPal and the order went through. ;)
    Last edited by asterix; 4 Jan 2008 at 04:56 AM.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default 10726 Invalid Data There's an error with this transaction.

    small bug

    edit /includes/modules/payment/paypaldp.php
    line 520 says this:
    Code:
          if (!isset($optionsShip['SHIPTOSTATE']) || trim($optionsShip['SHIPTOSTATE']) == '') $optionsShip['SHIPTOSTATE'] = $optionsShip['SHIPTOCITY'];
    change it to this:
    Code:
          if ((!isset($optionsShip['SHIPTOSTATE']) || trim($optionsShip['SHIPTOSTATE']) == '') && isset($optionsShip['SHIPTOCITY'])) $optionsShip['SHIPTOSTATE'] = $optionsShip['SHIPTOCITY'];
    Now your orders which don't require a shipping address should go through fine.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    Default 10726 Invalid Data There's an error with this transaction.

    Yep, thanks a bunch! Hope that'll help others... :)

  6. #6
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    Default Re: Sorry, we are not accepting payments from your region at this time.

    This may sound like a silly question: will the above edit to paypaldp.php allow us to sell "no shipping" items (like now) and actual items that require shipping or will I have to revert to the original file?

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Sorry, we are not accepting payments from your region at this time.

    Quote Originally Posted by asterix View Post
    This may sound like a silly question: will the above edit to paypaldp.php allow us to sell "no shipping" items (like now) and actual items that require shipping or will I have to revert to the original file?
    That edit is a bug-fix. With it, things should work fine for both shipping and no-shipping items.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Jul 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: 10726 Invalid Data There's an error with this transaction.

    I got hit by this problem too and the fix worked like a charm so thanks guys for asking and answering respectively. I am a little surprised this fix wasn't in 1.3.8a though, guess I'm getting dates in my head screwed up.

    Anyway yay for zen cart and these forums.


  9. #9
    Join Date
    Sep 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: 10726 Invalid Data There's an error with this transaction.

    DOC You are amazing! Solved two my problems in one day.

  10. #10
    Join Date
    Mar 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: 10726 Invalid Data There's an error with this transaction.

    This was a good post.. it too fixed my shipping problem, but now I'm getting

    10001 Internal Error - Internal Error

    Here's the PayPal test log

    paypaldp
    goto page: checkout_payment
    error_msg: 10001 Internal Error - Internal Error

    Session data: Array
    (
    [securityToken] => 8cd5c55c8ad4edb16e13c79f7aff804d
    [customers_host_address] => 72.171.0.141
    [cartID] =>
    [cart] => shoppingCart Object
    (
    [contents] => Array
    (
    [65:9aa07f719ae3c8d6357e64e5c17046ce] => Array
    (
    [qty] => 1
    [attributes] => Array
    (
    [1] => 1
    )

    )

    )

    [total] => 1
    [weight] => 0
    [cartID] =>
    [content_type] => virtual
    [free_shipping_item] => 2
    [free_shipping_weight] => 0
    [free_shipping_price] => 2
    [observers] => Array
    (
    )

    )

    [navigation] => navigationHistory Object
    (
    [path] => Array
    (
    [0] => Array
    (
    [page] => checkout_shipping
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [1] => Array
    (
    [page] => checkout_payment
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [2] => Array
    (
    [page] => checkout_confirmation
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [3] => Array
    (
    [page] => checkout_process
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    )

    [snapshot] => Array
    (
    )

    [observers] => Array
    (
    )

    )

    [check_valid] => true
    [language] => english
    [languages_id] => 1
    [languages_code] => en
    [currency] => USD
    [today_is] => 2008-03-13
    [updateExpirations] => 1
    [session_counter] => 1
    [customers_ip_address] => 72.171.0.141
    [valid_to_checkout] => 1
    [cart_errors] =>
    [customer_default_address_id] => 4
    [customers_authorization] => 0
    [customer_first_name] => LARISA
    [customer_last_name] => BLAND
    [customer_country_id] => 223
    [customer_zone_id] => 57
    [sendto] =>
    [payment] => paypaldp
    [shipping] => free_free
    [billto] => 5
    [cot_gv] => 0
    [comments] =>
    [paypal_ec_markflow] => 1
    [messageToStack] =>
    [customer_id] => 3
    )



    Session data: Array
    (
    [securityToken] => 8cd5c55c8ad4edb16e13c79f7aff804d
    [customers_host_address] => 72.171.0.141
    [cartID] =>
    [cart] => shoppingCart Object
    (
    [contents] => Array
    (
    [65:9aa07f719ae3c8d6357e64e5c17046ce] => Array
    (
    [qty] => 1
    [attributes] => Array
    (
    [1] => 1
    )

    )

    )

    [total] => 1
    [weight] => 0
    [cartID] =>
    [content_type] => virtual
    [free_shipping_item] => 2
    [free_shipping_weight] => 0
    [free_shipping_price] => 2
    [observers] => Array
    (
    )

    )

    [navigation] => navigationHistory Object
    (
    [path] => Array
    (
    [0] => Array
    (
    [page] => checkout_shipping
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [1] => Array
    (
    [page] => checkout_payment
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [2] => Array
    (
    [page] => checkout_confirmation
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [3] => Array
    (
    [page] => checkout_process
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    )

    [snapshot] => Array
    (
    )

    [observers] => Array
    (
    )

    )

    [check_valid] => true
    [language] => english
    [languages_id] => 1
    [languages_code] => en
    [currency] => USD
    [today_is] => 2008-03-13
    [updateExpirations] => 1
    [session_counter] => 1
    [customers_ip_address] => 72.171.0.141
    [valid_to_checkout] => 1
    [cart_errors] =>
    [customer_default_address_id] => 4
    [customers_authorization] => 0
    [customer_first_name] => LARISA
    [customer_last_name] => BLAND
    [customer_country_id] => 223
    [customer_zone_id] => 57
    [sendto] =>
    [payment] => paypaldp
    [shipping] => free_free
    [billto] => 5
    [cot_gv] => 0
    [comments] =>
    [paypal_ec_markflow] => 1
    [messageToStack] =>
    [customer_id] => 3
    )





    Term EC-10

    paypaldp
    Redirecting to checkout_payment - Stack: checkout_payment
    Message: 10001 Internal Error - Internal Error
    Session Data: Array
    (
    [securityToken] => 8cd5c55c8ad4edb16e13c79f7aff804d
    [customers_host_address] => 72.171.0.141
    [cartID] =>
    [cart] => shoppingCart Object
    (
    [contents] => Array
    (
    [65:9aa07f719ae3c8d6357e64e5c17046ce] => Array
    (
    [qty] => 1
    [attributes] => Array
    (
    [1] => 1
    )

    )

    )

    [total] => 1
    [weight] => 0
    [cartID] =>
    [content_type] => virtual
    [free_shipping_item] => 2
    [free_shipping_weight] => 0
    [free_shipping_price] => 2
    [observers] => Array
    (
    )

    )

    [navigation] => navigationHistory Object
    (
    [path] => Array
    (
    [0] => Array
    (
    [page] => checkout_shipping
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [1] => Array
    (
    [page] => checkout_payment
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [2] => Array
    (
    [page] => checkout_confirmation
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    [3] => Array
    (
    [page] => checkout_process
    [mode] => NONSSL
    [get] =>
    [post] => Array
    (
    )

    )

    )

    [snapshot] => Array
    (
    )

    [observers] => Array
    (
    )

    )

    [check_valid] => true
    [language] => english
    [languages_id] => 1
    [languages_code] => en
    [currency] => USD
    [today_is] => 2008-03-13
    [updateExpirations] => 1
    [session_counter] => 1
    [customers_ip_address] => 72.171.0.141
    [valid_to_checkout] => 1
    [cart_errors] =>
    [customer_default_address_id] => 4
    [customers_authorization] => 0
    [customer_first_name] => LARISA
    [customer_last_name] => BLAND
    [customer_country_id] => 223
    [customer_zone_id] => 57
    [sendto] =>
    [payment] => paypaldp
    [shipping] => free_free
    [billto] => 5
    [cot_gv] => 0
    [comments] =>
    [paypal_ec_markflow] => 1
    [messageToStack] => Array
    (
    [0] => Array
    (
    [class] => checkout_payment
    [text] => 10001 Internal Error - Internal Error
    [type] => error
    )

    )

    [customer_id] => 3
    )



    THEN THIS: Before process DB


    paypaldp
    resultset:
    Array
    (
    [TIMESTAMP] => 2008-03-14T02:47:35Z
    [CORRELATIONID] => 4b90bf118ed3b
    [ACK] => Failure
    [L_ERRORCODE0] => 10001
    [L_SHORTMESSAGE0] => Internal Error
    [L_LONGMESSAGE0] => Internal Error
    [L_SEVERITYCODE0] => Error
    [VERSION] => 2.300000
    [BUILD] => 528825
    [CURL_ERRORS] =>
    )




 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139b (10713) Invalid Data - There's an error with this transaction.
    By priyazerosoft in forum PayPal Website Payments Pro support
    Replies: 1
    Last Post: 21 May 2014, 07:27 PM
  2. Replies: 0
    Last Post: 30 Jan 2011, 09:29 PM
  3. 10525 Invalid Data - This transaction cannot be processed.
    By Anna.S in forum PayPal Website Payments Pro support
    Replies: 3
    Last Post: 9 Apr 2010, 10:40 PM
  4. 10726 Invalid Data - There's an error with
    By yitzi in forum PayPal Website Payments Pro support
    Replies: 3
    Last Post: 8 Feb 2008, 02:43 AM
  5. 10726 Invalid Data Error
    By mabby in forum PayPal Website Payments Pro support
    Replies: 1
    Last Post: 19 Dec 2007, 06:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg