Same problem here although I set up IPN page correctly in my paypal account.
WP version is 2.9.1 using donate-plus 1.6.
Any suggestions=?
Kind regards
Tom
I have some problem too..
+++
FATAL ERROR No Reply at all Posted IPN variables in order received:
+++
Any body cab help?
There are some errors in the processing of the PayPal transactions. One I have noticed is that the code does not handle ALL types of transactions. It will ONLY process PayPal responses of ‘verified’ or ‘invalid’ even though there are other possible responses depending on the transaction. Any other response (or lack of response) will result in the ‘FATAL ERROR – no reply at all’ message. For example a pending payment will give no response. The donation will only be posted in your database and hence display on your site if the response is ‘verified’ AND the payment status is ‘completed’. Check in the IPN variables email that you should be receiving to see what type of transaction it was.
You should also note that the code does not properly implement recurring payments, you will only ever get a one-off payment despite the apparent settings to allow recurring payments.
I had no problems with port settings, mine are still set to port 80.