I read this thread below however if you have IPN enable it will not let you save it without a url in the field. I assume this is why it stopped auto provisioning. Is this correct?
What's the fix?
Thanks
Keith
2. Check your Paypal IPN settings and make sure your Notification URL is empty. This needs to be empty because (a) it is not necessary, since vBulletin sends Paypal the correct URL to send the IPN to along with the paym
ent request. (This is the notify_url parameter in the subscription_payment_paypal template). (b) The other reason this needs to be empty, is that if you have your vBulletin URL there, then Paypal will send IPN messages
for all of your Paypal transactions, not only the ones that originate from your vBulletin installation. This will eventually cause Paypal to disable IPN for your account due to the failed IPNs.
Comment