PauliusJ Posted March 12, 2015 Share Posted March 12, 2015 Hello, a couple days before everything worked, now there's an error.. Please try to contact the merchant: 1.<b>PayPal response:</b> 2.-> 3.Making new connection to 'api-3t.sandbox.paypal.com/nvp' 4.Connect with CURL method successful 5.<b>Sending this params:</b> 6.**I cleared my info** 7.Send with CURL method failed ! Error: connect() timed out! 8.Connect failed with fsockopen method PayPal module version: v3.8.2 Prestashop: 1.6.0.11 Maybe someone can help me. Link to comment Share on other sites More sharing options...
bellini13 Posted March 12, 2015 Share Posted March 12, 2015 you realize you are using the Paypal sandbox, which is a test system? If you do realize that, then perhaps the Paypal test system is offline for maintenance? You might want to reach out to Paypal support about that Link to comment Share on other sites More sharing options...
PauliusJ Posted March 12, 2015 Author Share Posted March 12, 2015 (edited) you realize you are using the Paypal sandbox, which is a test system? If you do realize that, then perhaps the Paypal test system is offline for maintenance? You might want to reach out to Paypal support about that Yes, I understand. Bu the same problem when trying to connect in the Live Mode. 3. Making new connection to 'api-3t.paypal.com/nvp' Found that this may be related with CURL. I'm waiting to a response from my hosting. **UPDATED. Everything is OK with my hosting. Looking for problem and maybe someone will help. Edited March 13, 2015 by PauliusJ (see edit history) Link to comment Share on other sites More sharing options...
seabird Posted March 13, 2015 Share Posted March 13, 2015 Hello, I have the same problem, .......... Send with CURL method failed! Error: connect () timed out!Connect failed with fsockopen method It seems that my IP address has been blocked somewhere, but i don't know where. To solve the problem, I simply clone the server on a new server IP different now paypal payment is OK. Now I want to Blacklist Remove my old IP. Is there a way to know where, it is blocked ? I tried a traceroute on debian, but it does not tell me more. Eric Link to comment Share on other sites More sharing options...
PauliusJ Posted March 13, 2015 Author Share Posted March 13, 2015 Hello, I have the same problem, .......... Send with CURL method failed! Error: connect () timed out! Connect failed with fsockopen method It seems that my IP address has been blocked somewhere, but i don't know where. To solve the problem, I simply clone the server on a new server IP different now paypal payment is OK. Now I want to Blacklist Remove my old IP. Is there a way to know where, it is blocked ? I tried a traceroute on debian, but it does not tell me more. Eric I really hope that this is really an IP problem. I'm currently trying to look for solution. Please let me know if you have any other information about this problem. Link to comment Share on other sites More sharing options...
oxygen Posted July 14, 2016 Share Posted July 14, 2016 Hi, I am now experiencing this problem. Appreciate anyone could help to highlight the cause and solution. Thank you. Link to comment Share on other sites More sharing options...
jimmyc Posted April 11, 2019 Share Posted April 11, 2019 (edited) hmm same problem on 2 sites on the server "Making new connection to 'api-3t.paypal.com/nvp' Connect failed with fsockopen method" after clicking the pay with paypal button. Did anyone find a solution? Edited April 11, 2019 by jimmyc (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted April 11, 2019 Share Posted April 11, 2019 Some hosting providers disable PHP functions for "security reasons". Is fsockopen enabled in your server? phpinfo() should show it. 1 Link to comment Share on other sites More sharing options...
jimmyc Posted April 11, 2019 Share Posted April 11, 2019 Just fixed it for others here is what my host said.... It looks like EasyApache was not allowing the module to work as there was an update available, as odd as that is. I applied the update and I am once again able to see the cURL extension listed on http:// my site /phpinfo.php, previously it was not showing up. This should resolve the issue across all your sites, not just mysite .com, but take a look and let me know if you see an issue still. thanks for the reply tuk66 Link to comment Share on other sites More sharing options...
jimmyc Posted April 11, 2019 Share Posted April 11, 2019 (edited) BTW i realised cURL was not working as an error in the modules tab of the back office. Don't know why i missed it but the error was clear as day. ERROR - PayPal: In order to use your module, please activate cURL (PHP extension) After that i contacted hosting support and the above comment shows the issue and solution. Edited April 11, 2019 by jimmyc (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now