Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 64
  1. #21
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    Well, if so many persons are having the same problem without any change in the code, then it must be something from the paypal side
    Can you guys wait for few days?
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  2. #22
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    Quote Originally Posted by superprg View Post
    Well, if so many persons are having the same problem without any change in the code, then it must be something from the paypal side
    Can you guys wait for few days?
    I have spoken to about 10 different people at PayPal tech support that have assured me it isn't their issue. I have been told numerous times that I need to upgrade to Payment Pro and then told I don't need to. It is pretty frustrating.

    PayPal is how 95% of my customers make their payment, and at the moment it isn't working. This is day 2 for me.

    Are you suggesting that we wait a couple of days to see if it just starts working again? Or that we wait a couple of days to see if PayPal finds anything on the open ticket? There really isn't anything else I can try by myself, I definately don't have enough knowledge of this stuff to fiddle with the code myself, so I am looking into having someone else check it out for me, but I would love it if PayPal figured it out.

  3. #23
    Join Date
    Feb 2006
    Location
    Washington State
    Posts
    77
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    1. what version are you running: ZenCart 1.3.7

    2. have you installed the latest patch: Yes

    3. did you make any changes to your code before it quit working: No

    4. who is your hosting company: ACENET

    5. are you using Website Payment Standard or Website Payment Pro: Pro

  4. #24
    Join Date
    Feb 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    The fact that No1m is having the same problem with Pro makes at least answers paypal's claim that you have to have Pro for it to work right.

  5. #25
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    Quote Originally Posted by CafePrima View Post
    The fact that No1m is having the same problem with Pro makes at least answers paypal's claim that you have to have Pro for it to work right.
    Very true! And thank goodness that I found that out BEFORE I upgraded!

    No1im, have you contacted PayPal? You might have more luck since you get to contact Tech Support through Pro....

  6. #26
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    Well if it isn't working with Standard or Pro and it IS a PayPal thing you would think a LOT more people would be calling in to report it....and PayPal would know it was an issue if they got a couple of hundred calls.....

  7. #27
    Join Date
    Jan 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    1. what version are you running: ZenCart 1.3.7

    2. have you installed the latest patch: Yes

    3. did you make any changes to your code before it quit working: No

    4. who is your hosting company: goDaddy

    5. are you using Website Payment Standard or Website Payment Pro: I use Express Checkout. My boss has paid for WPP Pro but I do not see how that would have an impact on Express Checkout.

    We are a 100% Express Checkout. This is BAD.


    USEFUL observations:

    1) I have a download-only product and it works just fine
    2) The logs show:

    Feb-15-2007 06:02:13
    before_process - EC-5
    resultset:
    Array
    (
    [ACK] => Failure
    [L_ERRORCODE0] => 81210
    [L_SHORTMESSAGE0] => Invalid%20Parameter
    [L_LONGMESSAGE0] => Country%20%3a%20Invalid%20Parameter
    [L_SEVERITYCODE0] => Error
    )

    3) Same logs show:

    Feb-15-2007 06:02:13
    before_process - EC-3
    address overrides added:
    Array
    (
    [ITEMAMT] => 0.01
    [SHIPPINGAMT] => 0.00
    [AMT] => 0.01
    [L_NUMBER0] => 0
    [L_QTY0] => 1
    [L_NAME0] => GUTS
    [L_AMT0] => 0.01
    [L_TAXAMT0] => 0.00
    [SHIPTONAME] => Andrey Abramov
    [SHIPTOSTREET] => 240 Bay Street #410
    [SHIPTOSTREET2] =>
    [SHIPTOCITY] => San Francisco
    [SHIPTOSTATE] => CA
    [SHIPTOZIP] => 94133
    [SHIPTOCOUNTRY] =>
    )

    My best guess is that SHIPTOCOUNTRY used to be empty by default and now PayPl requires an explicit value.

  8. #28
    Join Date
    Aug 2006
    Posts
    50
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    Quote Originally Posted by andrabr View Post
    1. what version are you running: ZenCart 1.3.7

    2. have you installed the latest patch: Yes

    3. did you make any changes to your code before it quit working: No

    4. who is your hosting company: goDaddy

    5. are you using Website Payment Standard or Website Payment Pro: I use Express Checkout. My boss has paid for WPP Pro but I do not see how that would have an impact on Express Checkout.

    We are a 100% Express Checkout. This is BAD.


    USEFUL observations:

    1) I have a download-only product and it works just fine
    2) The logs show:

    Feb-15-2007 06:02:13
    before_process - EC-5
    resultset:
    Array
    (
    [ACK] => Failure
    [L_ERRORCODE0] => 81210
    [L_SHORTMESSAGE0] => Invalid%20Parameter
    [L_LONGMESSAGE0] => Country%20%3a%20Invalid%20Parameter
    [L_SEVERITYCODE0] => Error
    )

    3) Same logs show:

    Feb-15-2007 06:02:13
    before_process - EC-3
    address overrides added:
    Array
    (
    [ITEMAMT] => 0.01
    [SHIPPINGAMT] => 0.00
    [AMT] => 0.01
    [L_NUMBER0] => 0
    [L_QTY0] => 1
    [L_NAME0] => GUTS
    [L_AMT0] => 0.01
    [L_TAXAMT0] => 0.00
    [SHIPTONAME] => Andrey Abramov
    [SHIPTOSTREET] => 240 Bay Street #410
    [SHIPTOSTREET2] =>
    [SHIPTOCITY] => San Francisco
    [SHIPTOSTATE] => CA
    [SHIPTOZIP] => 94133
    [SHIPTOCOUNTRY] =>
    )

    My best guess is that SHIPTOCOUNTRY used to be empty by default and now PayPl requires an explicit value.

    Oh!!! NICE!!!

    And how would we go about getting it to send a country

  9. #29
    Join Date
    Feb 2007
    Posts
    41
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    My error log says this:
    We are sorry for the inconvenience. The PayPal account in this
    store is presently misconfigured to use mixed sandbox and live settings. We
    are unable to complete your transaction. Please notify the store owner so
    they can correct this problem. (10002)
    I called paypal. They are adamant that the problem is not theirs, though they admit they've received other calls on the matter. I did ask about the website pro option and the guy with whom I was speaking said "no, that will not fix this problem." He said that "paypal is not receiving the info it needs from Zen Cart" but couldn't tell me what that info was

  10. #30
    Join Date
    Jul 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Help? (Invalid Parameter)?

    1. what version are you running: ZenCart 1.3.7
    2. have you installed the latest patch: Yes (PPEC-137... feb 08)
    3. did you make any changes to your code before it quit working: No
    4. who is your hosting company: Infinology
    5. are you using Website Payment Standard or Website Payment Pro: Standard

    PayPal IPN works fine.

    I have the country code error in PayPal express. I can affirm that it was working a few days ago.



    Subject: PayPal Error Log - before_process() - EC

    In function: before_process() - Express Checkout

    Value List:
    array (
    'ITEMAMT' => 'xxxx',
    'SHIPPINGAMT' => 'xxxx',
    'AMT' => '62.00',
    'L_NUMBER0' => '0',
    'L_QTY0' => '1',
    'L_NAME0' => 'xxxxx',
    'L_AMT0' => '10.00',
    'L_TAXAMT0' => '0.00',
    'L_NUMBER1' => '1',
    'L_QTY1' => '1',
    'L_NAME1' => 'xxxxx',
    'L_AMT1' => '45.00',
    'L_TAXAMT1' => '0.00',
    'L_NUMBER2' => '2',
    'L_QTY2' => '1',
    'L_NAME2' => 'xxxxx',
    'L_AMT2' => '3.00',
    'L_TAXAMT2' => '0.00',
    'SHIPTONAME' => 'xxxx',
    'SHIPTOSTREET' => 'xxxx',
    'SHIPTOSTREET2' => '',
    'SHIPTOCITY' => 'Eastxxxxx',
    'SHIPTOSTATE' => 'OH',
    'SHIPTOZIP' => 'xxxxx',
    'SHIPTOCOUNTRY' => '',
    'BUTTONSOURCE' => 'ZenCart-EC_us',
    'TOKEN' => 'EC-40D16316P99111600',
    'PAYERID' => 'xxxxxxxxxx',
    'PAYMENTACTION' => 'Sale',
    'NOTIFYURL' => 'http://xxxxxx.com/ipn_main_handler.php',
    'METHOD' => 'DoExpressCheckoutPayment',
    'CURRENCYCODE' => 'USD',
    'USER' => 'xxxxxxxxx',
    'PWD' => '****************',
    'VERSION' => '2.3',
    'SIGNATURE' => '****************************************************xfsG',
    )

    Response:
    Array
    (
    [ACK] => Failure
    [L_ERRORCODE0] => 81210
    [L_SHORTMESSAGE0] => Invalid Parameter
    [L_LONGMESSAGE0] => Country : Invalid Parameter
    [L_SEVERITYCODE0] => Error
    )

    .

 

 
Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. v139f 10426 Invalid Data - Item total is invalid
    By paddyc in forum General Questions
    Replies: 1
    Last Post: 9 Dec 2015, 01:16 AM
  2. Help: Invalid Master Category
    By Rebecca Lynn in forum Setting Up Categories, Products, Attributes
    Replies: 34
    Last Post: 2 Mar 2007, 10:58 PM
  3. 2CheckOut w/ Zen 1.3.0.2 Got PARAMETER ERROR..need help
    By rayken in forum Addon Payment Modules
    Replies: 2
    Last Post: 16 Nov 2006, 04:58 AM
  4. USA Epay Invalid error - Help!!
    By angel17846 in forum Addon Payment Modules
    Replies: 0
    Last Post: 8 Jun 2006, 06:11 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR