Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 PayPal Issue on Old Version
Author « Topic »  

TastelessApple
Advanced Member

USA
499 Posts

Pre-sales questions only
(More Details...)

Posted - 10/25/2021 :  19:52:01  
I received this message from PayPal:

"Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:"

This is an old version of store 6.0 is there a quick fix for this without updating the whole store? I would like to update the whole store, but good things take time...

Thanks,
Josiah

Vince
Administrator

42874 Posts

Posted - 10/26/2021 :  01:48:24  
Hi Josiah
You could try looking in the file vsadmin/ppconfirm.php for the following...

curl_setopt($ch, CURLOPT_URL,'https://' . $endpoint);

...and if you find that, replace it with this...

curl_setopt($ch, CURLOPT_URL,'https://www.paypal.com/cgi-bin/webscr');

But if this is a v6.0 site then I really, really would update it as it's about 11 years out of date now.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

TastelessApple
Advanced Member

USA
499 Posts

Pre-sales questions only
(More Details...)

Posted - 10/26/2021 :  14:28:37  
What I found was:

curl_setopt($ch, CURLOPT_URL,'http://www' . $sandbox . '.paypal.com/cgi-bin/webscr');

Would it still help to replace it?

Many thanks,
Josiah

Vince
Administrator

42874 Posts

Posted - 10/27/2021 :  01:00:02  
Hi Josiah
No, I'm afraid it won't and it looks like the version you are using already has the new PayPal URLs. Is it possible that the cart version isn't actually the problem here? What is the actual error? This page should give you details about how to view your IPN history...
https://developer.paypal.com/docs/api-basics/notifications/ipn/IPNOperations/

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000