Page 1 of 1

FOPEN Error after making a payment via integrated PayPal Pro

PostPosted: October 9th, 2011, 8:43 pm
by lruckman
I am able to go through the checkout but as soon as I try to complete the payment I get this error:

Code: Select all
PHP Warning:  fopen(http://blog.divasolutions.com/?s2member_paypal_notify=1&amp;s2member_paypal_proxy=paypal&amp;s2member_paypal_proxy_use=pro-emails,subscr-signup-as-subscr-payment&amp;s2member_paypal_proxy_verification=78a964347570445cc7685073af778673&amp;s2member_paypal_proxy_return_url=) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
in C:\Inetpub\vhosts\divasolutions.com\subdomains\blog\httpdocs\wp-includes\class-http.php on line 876


I'm on a Windows server and have run the fopen test that was posted with success. Help!

Re: FOPEN Error after making a payment via integrated PayPal

PostPosted: October 9th, 2011, 8:56 pm
by lruckman
More information, the web server is configured in a way that you cannot request the site when on the web server, it only works externally. Is this what's causing the issue and is there a way around it?

Re: FOPEN Error after making a payment via integrated PayPal

PostPosted: October 11th, 2011, 12:23 pm
by Cristián Lávaque
Could be. Could you run the tests Jason gives here, please? viewtopic.php?f=36&t=2636

Re: FOPEN Error after making a payment via integrated PayPal

PostPosted: October 11th, 2011, 3:40 pm
by lruckman
The tests pass except for cURL which is disabled so I'm thinking its as simple as the site not being able to publicly request itself because of the firewall configuration on the server.

Re: FOPEN Error after making a payment via integrated PayPal

PostPosted: October 12th, 2011, 3:33 pm
by Cristián Lávaque
I see. I hope the webhost can help you with that. Let us know how it goes. :)