Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / PayPal Return to Merchant Hangs

PayPal Return to Merchant Hangs

Locked

Views: 2,622

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Feb 2009, 2:32 AM
#1
sykadelx avatar

sykadelx

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

PayPal Return to Merchant Hangs

Hey, I've searched for about an hour on various sites and this one and can't find anything that exactly matches my issue.

I have everything set up properly as far as products and email go. I tested a downloadable product using the Free method and it works great.

I want to implement it using the standard paypal form of payment. I tested this a few times and each time, I get to the paypal page and it processes the payment and when I click on "Return to Merchant" it hangs and displays nothing. I've tested it 6 times. 4 times it displayed nothing and 2 times it displayed the following.

Please help!

2013 Lost connection to MySQL server during query
in:
[select customers_email_format from zen_customers where customers_email_address= '*** REMOVED****']
2006 MySQL server has gone away
in:
[select count() as total from zen_sessions where sesskey = '** REMOVED****']

23 Feb 2009, 1:55 PM
#2
sykadelx avatar

sykadelx

New Zenner

Join Date:
Feb 2009
Posts:
19
Plugin Contributions:
0

Re: PayPal Return to Merchant Hangs

Zen Cart 1.3.8a
Database Patch Level 1.3.8

No upgrades, initial install using GoDaddy automated application installation.

I installed a few templates, but have since reverted to the original.

Hosted through GoDaddy.

**
See the problem description above and the Debug below.**

IPN PROCESSING INITIATED.
*** Originating IP: 66.211.170.66 notify.paypal.com

**** REMOVED****

IPN INFO - POST VARS to be sent back for validation:
To: http://proxy.shr.secureserver.net:3128
POST http://www.paypal.com/cgi-bin/webscr HTTP/1.1
Host: proxy.shr.secureserver.net
Content-type: application/x-www-form-urlencoded
Content-length: 833
Connection: close

Array
(
*** REMOVED****
)
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = http://proxy.shr.secureserver.net:3128 (-1221370940) Unable
to find the socket transport "http" - did you forget to enable it when you
configured PHP?

http://www.paypal.com/cgi-bin/webscr
Trying again without SSL ...
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = http://proxy.shr.secureserver.net:80 (-1221370464) Unable to
find the socket transport "http" - did you forget to enable it when you
configured PHP?

http://www.paypal.com/cgi-bin/webscr
Trying again without specified protocol ...
IPN INFO - POST VARS to be sent back for validation:
To: http://proxy.shr.secureserver.net:3128
POST http://www.paypal.com/cgi-bin/webscr HTTP/1.1
Host: proxy.shr.secureserver.net
Content-type: application/x-www-form-urlencoded
Content-length: 101
Connection: close

Array
(
*** REMOVED****
)
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = http://proxy.shr.secureserver.net:3128 (-1221822816) Unable
to find the socket transport "http" - did you forget to enable it when you
configured PHP?

http://www.paypal.com/cgi-bin/webscr
Trying again without SSL ...
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = http://proxy.shr.secureserver.net:80 (-1221822408) Unable to
find the socket transport "http" - did you forget to enable it when you
configured PHP?

http://www.paypal.com/cgi-bin/webscr
Trying again without specified protocol ...
IPN FATAL ERROR :: Could not establish fsockopen.
Host Details = proxy.shr.secureserver.net:80 (110) Connection timed out

www.paypal.com/cgi-bin/webscr
26 Feb 2009, 11:27 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: PayPal Return to Merchant Hangs

Making the changes mentioned at the link above should resolve the problem you were having.