Results 1 to 9 of 9
  1. #1

    Default Error 52: Empty reply from server -- PayPal Express Checkout

    I just received this error message via email:

    ALERT: PayPal Express Checkout Error

    - (52) Empty reply from server
    What could be causing this? I received this error after I upgraded to PayPal Express Checkout. I even uninstalled it and reinstalled it as instructed.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    That's a CURL error ... which suggests your server's CURL configuration may be weird.

    What version of Zen Cart?
    .

    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

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    I am currently using 1.3.8
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    What's the URL to your /extras/curltest.php file?

    What happens if you add ?paypal=1 to it?
    .

    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

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    With:

    http://www.cooltechcentral.com/extra...t.php?paypal=1

    I get:



    Array
    (
    [url] => "https://api-3t.paypal.com/nvp"
    [content_type] => text/plain; charset=utf-8
    [http_code] => 200
    [header_size] => 197
    [request_size] => 166
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.517354
    [namelookup_time] => 0.039624
    [connect_time] => 0.105018
    [pretransfer_time] => 0.384249
    [size_upload] => 0
    [size_download] => 146
    [speed_download] => 282
    [speed_upload] => 0
    [download_content_length] => 146
    [upload_content_length] => 0
    [starttransfer_time] => 0.517053
    [redirect_time] => 0
    )



    ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAG E0=Method%20Specified%20is%20not%20Supported&L_SEVERITYCODE0=ErrorEOF
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    That all means your CURL communications to PayPal appears to be working fine for basic connectivity.

    "When" are you getting the "52" errors?
    .

    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.

  7. #7

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    I received them via email, possibly when a customer tried to make a purchase.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

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

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    I have also been getting these today for some strange reason, still getting orders via paypal but have received the same error code from paypal, here is my code from the test
    Array
    (
    [url] => "https://api-3t.paypal.com/nvp"
    [content_type] => text/plain; charset=utf-8
    [http_code] => 200
    [header_size] => 153
    [request_size] => 166
    [filetime] => -1
    [ssl_verify_result] => 19
    [redirect_count] => 0
    [total_time] => 0.624283
    [namelookup_time] => 0.001468
    [connect_time] => 0.15034
    [pretransfer_time] => 0.451994
    [size_upload] => 37
    [size_download] => 146
    [speed_download] => 233
    [speed_upload] => 59
    [download_content_length] => 146
    [upload_content_length] => 0
    [starttransfer_time] => 0.624152
    [redirect_time] => 0
    )


    ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAG E0=Method%20Specified%20is%20not%20Supported&L_SEVERITYCODE0=ErrorEOF

    running version 1.38a
    England's 1st Juggling Shop www.oddballs.co.uk

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Error 52: Empty reply from server -- PayPal Express Checkout

    The details you posted confirm that your server is capable of talking to PayPal's server and getting a valid response back.

    I'm assuming that you posted here because you were *also* getting "Error 52" emails?
    Since I've never received an "Error 52" message in any of my testing, development, or live use, I can only assume that the cause is something broken in the files on your server.

    You have stated that you're using a very old version of Zen Cart, which also has known security vulnerabilities. If you haven't patched that version using the patches published, then maybe you've been hacked. Even better, you should upgrade to get the benefit of hundreds of additional bugfixes, several of which are related to PayPal as well.
    .

    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.

 

 

Similar Threads

  1. v137 "shipping address country empty" gives error in paypal express checkout
    By amruta2104 in forum General Questions
    Replies: 4
    Last Post: 2 Aug 2012, 08:19 PM
  2. Using Store From Mobile With Express Checkout Casues Error From PayPal
    By shyguy0507 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 4 Nov 2010, 07:39 PM
  3. PayPal Express Checkout Internal Server Error Using Go Daddy
    By armwoods in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 11 Dec 2009, 08:33 PM
  4. Paypal Express Error: Shipping Address Country Empty
    By Jay42 in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 31 Oct 2007, 08:57 AM
  5. not accepting payments from your region at this time ERROR in Paypal express checkout
    By cocmonkey in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Aug 2007, 08:32 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