Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2008
    Posts
    174
    Plugin Contributions
    0

    Default Please help?! Trying to resolve Paypal IPN ISSUE

    Trying to resolve this Paypal IPN and web return issue so I ran the response test from this link

    What's happening is that payments made via Paypal are coming through, but not hitting back to the store. When I run a test purchase, after making payment via paypal I am returned to a BLANK PAGE (no visible error message) on my site. The web return url is set for shared SSL:

    https://mysite.com/~clientname/shop/...heckout_proces

    IPN CHECK returned:

    Code:
    IPNCHECK.PHP - Version 1.0
    
    IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443
    
    IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY
    
    
    Script finished.
    Curl test returns:

    Code:
    7 couldn't connect to host
    
    Array
    (
        [url] => "http://www.zen-cart.com/testcurl.php"
        [http_code] => 0
        [header_size] => 0
        [request_size] => 0
        [filetime] => -1
        [ssl_verify_result] => 0
        [redirect_count] => 0
        [total_time] => 0
        [namelookup_time] => 0.001351
        [connect_time] => 0
        [pretransfer_time] => 0
        [size_upload] => 0
        [size_download] => 0
        [speed_download] => 0
        [speed_upload] => 0
        [download_content_length] => 0
        [upload_content_length] => 0
        [starttransfer_time] => 0
        [redirect_time] => 0
    )

    My hosting company enabled open_url on my php.ini which is still not resolving the problem. (and now they want to charge me for support at $60/hour -- which I would, frankly, rather pay to someone who KNOWS zen cart instead of these guys who don't)

    Any clues?

    THANKS!

  2. #2
    Join Date
    Sep 2006
    Posts
    39
    Plugin Contributions
    0

    Default Similar problem...is paypal IPN acting up again?

    Hi,
    Apparently paypal had serious IPN problems a couple of months back and I'm wondering is the problems are back.
    We got an order but it did not make it through to the zencart system.

  3. #3
    Join Date
    Feb 2008
    Posts
    174
    Plugin Contributions
    0

    Default Re: Please help?! Trying to resolve Paypal IPN ISSUE

    Same situation here, and I'm trying to resolve that. I have the following in the email log (with debugging on):


    IPN INFO - POST VARS to be sent back for validation:
    To: www.paypal.com:80
    POST /cgi-bin/webscr HTTP/1.1
    Host: www.paypal.com
    Content-type: application/x-www-form-urlencoded
    Content-length: 709
    Connection: close

    Array
    (
    [txn_type] => web_accept
    [payment_date] => 12:06:06 Jul 30, 2008 PDT
    [last_name] => Myname
    [residence_country] => US
    [item_name] => mysite.com Purchase
    [payment_gross] => 17.27
    [mc_currency] => USD
    [business] => [email protected]
    [payment_type] => echeck
    [verify_sign] =>
    AQMFGohXAPinGmXL4rWxMgHqJpQKA3nXTLRqV8IyaWja77ksd06FSVS.
    [payer_status] => verified
    [tax] => 0.00
    [payer_email] => [email protected]
    [txn_id] => 4SD8976196177405W
    [quantity] => 1
    [first_name] => Aly
    [receiver_email] => [email protected]
    [payer_id] => U94GB9HJ7JNBE
    [receiver_id] => NC7L3XNXT7Y7S
    [contact_phone] => 310-55-5555
    [item_number] => Store Receipt
    [payment_status] => Denied
    [shipping] => 0.00
    [mc_gross] => 17.27
    [custom] => zenid=7a6606e36fef323e733bab74dbdbb95f
    [charset] => windows-1252
    [notify_version] => 2.4
    [cmd] => _notify-validate
    )


    IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = www.paypal.com:80 (110) Connection timed out

    Trying again without SSL ...

    IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = http://www.paypal.com:80 (0) Success

    Trying again without specified protocol ...

    IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = www.paypal.com:80 (110) Connection timed out

  4. #4
    Join Date
    Sep 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Please help?! Trying to resolve Paypal IPN ISSUE

    So now there are two.
    Can someone confirm that paypal is having a problem? or confirm that paypal is not having a problem? If the latter, what should we look into?

  5. #5
    Join Date
    Feb 2008
    Posts
    174
    Plugin Contributions
    0

    Default Re: Please help?! Trying to resolve Paypal IPN ISSUE

    Ok, mine is working now. My host unblocked port 80 (I have no idea why it was blocked -- or if it should be). But I just ran a paypal test and it went through properly this time.

  6. #6
    Join Date
    Sep 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Please help?! Trying to resolve Paypal IPN ISSUE

    My host says port 80 is absolutely not blocked.
    can someone please help unravel this problem?
    thanks

  7. #7
    Join Date
    Feb 2008
    Posts
    174
    Plugin Contributions
    0

    Default Re: Please help?! Trying to resolve Paypal IPN ISSUE

    Did you resolve this?
    I'm still getting the paypal invoices/orders showing up in the admin listing BUT no emails are generated. This makes for a lot of extra work.

    I always get email when credit card payment is approved/authorized from authorize.net, so I know my email settings are correct. What's the deal with Paypal emails?

    I really never expected the paypal module would be my biggest problem so strange!!

 

 

Similar Threads

  1. Please Help trying to setup PayPal Pro
    By ellisn in forum PayPal Website Payments Pro support
    Replies: 17
    Last Post: 9 Aug 2008, 12:12 PM
  2. Paypal IPN Problem Need Help !!!!!!!Please!!!!!
    By paranoia in forum Built-in Shipping and Payment Modules
    Replies: 26
    Last Post: 24 Apr 2008, 02:39 PM
  3. Help with paypal IPN please
    By funtimesx in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 31 Oct 2007, 02:58 PM
  4. Paypal/Website Problem Please Help (IPN)
    By Ellora's Gems in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 28 Feb 2007, 06:16 PM

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