Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Please help?! Trying to resolve Paypal IPN ISSUE

Please help?! Trying to resolve Paypal IPN ISSUE

Locked

Views: 2,031

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
30 Jul 2008, 7:55 PM
#1
aly22 avatar

aly22

Zen Follower

Join Date:
Feb 2008
Posts:
174
Plugin Contributions:
0

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/index.php?main_page=checkout_proces

IPN CHECK returned:

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:

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!

30 Jul 2008, 9:22 PM
#2
alghazn avatar

alghazn

New Zenner

Join Date:
Sep 2006
Posts:
39
Plugin Contributions:
0

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

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.

31 Jul 2008, 2:51 AM
#3
aly22 avatar

aly22

Zen Follower

Join Date:
Feb 2008
Posts:
174
Plugin Contributions:
0

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: https://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

31 Jul 2008, 5:34 AM
#4
alghazn avatar

alghazn

New Zenner

Join Date:
Sep 2006
Posts:
39
Plugin Contributions:
0

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?

31 Jul 2008, 5:50 AM
#5
aly22 avatar

aly22

Zen Follower

Join Date:
Feb 2008
Posts:
174
Plugin Contributions:
0

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.

31 Jul 2008, 10:55 PM
#6
alghazn avatar

alghazn

New Zenner

Join Date:
Sep 2006
Posts:
39
Plugin Contributions:
0

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

8 Aug 2008, 4:32 AM
#7
aly22 avatar

aly22

Zen Follower

Join Date:
Feb 2008
Posts:
174
Plugin Contributions:
0

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!!