Jump to content

PayPal module failes with empty error string


Recommended Posts

Can you please assist I am loosing valuable customer leads and business. 

My shop used to function ok, until recently I get an empty error from PayPal both in regular checkout or express checkout. 

See http://www.yogly.co.il/modules/paypal/express_checkout/payment.php for reference 

Error looks like:

1. <b>PayPal response:</b>
2. ->

p.s. Page is in Hebrew.

Link to comment
Share on other sites

There has already been an update, and many emails from Paypal, and many forum posts.

 

You can easily go to the Prestashop addons store, search for either Paypal USA (v1.3.8) or Paypal Europe(v3.8.1) and download and install the latest module.  You can also look at the Paypal forum here on the community and read about the changes and how to patch your existing module version.

Link to comment
Share on other sites

Hey Folks,

 

i did what bellini13 told us and search for topics like that in the presta / Paypal forum.

 

For all coders here:

There is a really simple fix that works great.

 

Here it is:

Go to [public_html] / /modules/paypal/api/paypal_connect.php

 

In line 101 you find the following

$fp = @fsockopen('ssl3

 

just change ssl3 to tls and everything will work fine.

 

With thanx to boobaa

that posted the fix first!!!

 

Hope that helps you guys!

Link to comment
Share on other sites

×
×
  • Create New...