Important: How to fix Sell Media when not receiving IPN, confirmation email etc
-
As quite a few others, my Sell Media installations suddenly stopped working mid October. No IPN received, no confirmation emails, no payment emails, no payments registered in database, no nothing.
It took me a long time to figure out but here’s why: Paypal disabled SSLv3 to address the Poodle vulnerability: https://www.paypal-community.com/t5/PayPal-Forward/PayPal-Response-to-SSL-3-0-Vulnerability-aka-POODLE/ba-p/891829
This unfortunately broke Sell Media as it depends on a PHP script that uses SSLv3. Read more here: https://stackoverflow.com/questions/26378351/error1408f10bssl-routinesssl3-get-recordwrong-version-number-paypal-maybe
Here’s how I fixed it:
Go to wp-content/plugins/sell-media/inc/gateways
Edit paypal.php
Line 66 reads:
$listener = new IpnListener();
underneath this insert$listener->force_ssl_v3 = false;
Save the file.
Now everything works again!
Now, this will get overwritten by any Sell Media updates, I hope Graph Paper Press finds a permanent fix for the next update.
Best regards,
Flemming Bo Jensen
Coffee & Magic
https://www.coffeeandmagic.com
- The topic ‘Important: How to fix Sell Media when not receiving IPN, confirmation email etc’ is closed to new replies.