• I’m trying to set up donate plus on my site, and am getting this error in my e-mail box when I receive a donation:

    Subject: Donate Plus – Paypal IPN Transaction

    “FATAL ERROR No Reply at all Posted IPN variables in order received:”

    Then it proceeds to list all the variables for the IPN. It seems like the plugin is not properly interfacing with Paypal’s IPN. I have in enabled in my business paypal account, but am unsure what’s going on.

    Because of this error, no credit is given on the donor wall for donations… ??

    Does anyone have any ideas? Thanks in advance for your help!

    https://www.ads-software.com/extend/plugins/donate-plus/

Viewing 6 replies - 16 through 21 (of 21 total)
  • Then – how can we get the database to save the donation correctly? We’d quite like to show our other website users how much we’ve raised so far. Without this, they also don’t seem to get our thank you email.

    https://www.sid-international.co.uk

    worked perfectly for me! many thanks.

    Just a follow up on this:
    I was wondering why the IPN would not work on Port 80. It is supposed to work on any port, in fact PayPal apparently defaults to Port 80. However, PayPal does recommend using port 443 because there are more listeners on 443. The IPN procedure in Paypal expects to receive your response within 30 seconds, hence if your script is unable to connect to a listener on port 80 within that time, you will not get a response.

    I have suffered the same issue.
    Changing the port line didn’t work for me ??
    ($port = fsockopen (‘ssl://www.paypal.com’, 443, $errno, $errstr, 30);)

    The payments go through and can get a success message on return to the site from paypal but alas, no comments or total.

    I have looked around for another plugin but this one is perfect.

    Halp!

    https://www.stroke4stroke.com.au

    I fixed mine – it’s been months since i’ve had time to look at it.

    I changed my paypal.php file slightly (only a few lines) and you can download the new version at:
    https://www.umpcportal.com/wp-content/plugins/donate-plus/paypal.php.txt

    Basically I took out a trim of the returned result (trim is not used in papyal code examples) and switched to SSL.

    I also enabled IPN tracking at Paypal in accordance with the instructions…

    https://www.umpcportal.com/wp-content/plugins/donate-plus/paypal.php
    This is your IPN Notification URL. If you have issues with your site receiving your PayPal payments, be sure to manually set this URL in your PayPal Profile IPN settings. You can also view your IPN History on PayPal

    …but I don’t think this makes any difference as it’s for a different type of process.

    Hope it helps.

    Steve.

    Steve, I tried your file, but I just got this error when I tested it:

    Your Paypal System failed due to 0 and string Unable to find the socket transport “ssl” – did you forget to enable it when you configured PHP?

    Anybody have any ideas?

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: Donate Plus] FATAL ERROR No Reply at all Posted IPN variables in order received:’ is closed to new replies.