Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Setting up Paypal IPN

Setting up Paypal IPN

Locked

Views: 1,484

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Feb 2008, 4:10 PM
#1
bakaguyjean avatar

bakaguyjean

New Zenner

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

Setting up Paypal IPN

Everything looks good but i dont understand this. Im sure it something very basic but im all confused with ports and what not.

Port 80 is used for bidirectional communication with the gateway, so must be open on your host's router/firewall
*PHP allow_url_fopen() must be enabled

How do i do these last few steps?

Thanks

17 Feb 2008, 8:01 PM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: Setting up Paypal IPN

To check for allow_url_fopen() you can check in phpinfo()
Create a php script
phpinfo.php

phpinfo();

Now run this script in browser and see if the allow_url_fopen is On
If its not, then ask your host to do so or

If your host doesnt change that for you, create a file php.ini in your root directory and write this

allow_url_fopen = 0

Let us know if this works for you