Well.. It turns out the fix was really quite simple.
If anyone in the future runs into this problem, the issue with mine was in the "/includes/config_sites"

define('HTTP_SERVER', 'http://misite.co.nz');
define('HTTPS_SERVER', 'https://misite.co.nz');

I had
define('HTTP_SERVER', '');
in mine.. an obviously it couldnt find the domain.



Quote Originally Posted by britneycook View Post
Is there noone else experiencing challenges with IPN?
I the only one with a multisite that isnt recieving IPN in Zen?

Paypal IPN working for one site but none of the others in multisite?

eg:
site1.com - IPN working Great
site2.com - IPN not working great
site3.com - IPN not working great
site4.com - IPN not working great

recieving payment but not recieving email confirm and Zen Cart not recieving confirmation of payment from Paypal.

would a Paypal IPN Multiple Email script like the scriptomart DOT com one work or is the problem elsewhere?