Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 11-11-2009 17:49:58

Lin
Member
Registered: 09-26-2008
Posts: 61

can anyone shed a light on it please?

I tried to deploy Paypay Payment Pro in my website, and I have followed all the instructions to setting up, I even followed other posts to change
the code from  my $curl = $curl_path . "-s -S -m 90"; to my $curl = $curl_path . "-s -S -m 90 -k"; in ste_paypalpro.pl. I have also checked
my server which shows curl is there (  /usr/bin/curl ) and CURL SUPPORT is enabled as well,  but when I post paypay submission from my website I still got the curl error as follows:

Script Execution Error
The following error was returned:

There was a problem retrieving a response from the cURL executable. The executable was found, however it does not appear to be working properly.

Also I have checked out the error_ssl_log file and have got below error information:

[Wed Nov 11 00:03:01 2009] [error] [client 149.254.224.17] sh: line 1: /usr/bin/curl-s: No such file or directory, referer: https://www.dragonbrother.co.uk/cgi-bin … cp-app.cgi
[Wed Nov 11 00:13:36 2009] [error] [client 149.254.224.17] sh: line 1: /usr/bin-s: No such file or directory, referer: https://www.dragonbrother.co.uk/cgi-bin … hkout_proc

Can anyone shed any light on it please? thank you in advance,

Last edited by Lin (11-12-2009 03:19:22)

Offline

 

#2 11-13-2009 10:45:01

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: can anyone shed a light on it please?

Looks like you forgot the space.

Change this:

$curl = $curl_path . "-s -S -m 90 -k";

to this:

$curl = $curl_path . " -s -S -m 90 -k";


Latest CCP 7 XMods Available:


Offline

 

#3 11-13-2009 19:16:48

Lin
Member
Registered: 09-26-2008
Posts: 61

Re: can anyone shed a light on it please?

Hi Stephen, following your instruction I have changed the code to the space one. It works now. Thank you very much. 

Have a nice weekend,

Best regards,
Lin

Offline

 

#4 11-13-2009 21:53:45

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: can anyone shed a light on it please?

You are welcome.


Latest CCP 7 XMods Available:


Offline

 

Board footer