| Author |
Topic  |
|
vincent brepoels
Advanced Member
104 Posts | |
Andy
Administrator
69509 Posts |
|
vincent brepoels
Advanced Member
104 Posts |
Posted - 07/11/2012 : 09:42
|
The actual problem was the 'no ipn' error on www.la-pharmacie-en-ligne.com, which I recently upgraded from 6.1.3 to 6.2.1. The settings are identical on paypal and ECT for both main domains beside my www.de-online-apotheek.com is still on 6.1.3
Both are running on the same server.
Therefore I thought perhaps of integrated the IPN function in Paypal |
 |
|
Andy
Administrator
69509 Posts |
|
vincent brepoels
Advanced Member
104 Posts |
Posted - 07/11/2012 : 10:49
|
| yes PHP5 and it was working before. The domain which is still working uses the same framework PHP |
 |
|
Andy
Administrator
69509 Posts |
|
Vince
Administrator
31316 Posts |
Posted - 07/12/2012 : 06:25
|
Everything looks ok and if all the sites are on the same server then there shouldn't be any firewalls blocking. Can you try adding the following to the vsadmin/includes.php file... $debugmode=TRUE; Then, when you try a test transaction you should get sent debug output from the ppconfirm.php script. Then can you send that to me to check. You'll then need to take the $debugmode paramter out again or your customers might see debug information on checkout.
Vince
Click Here for Shopping Cart Software Click Here to sign up for our newsletter Click Here for the latest updater |
 |
|
vincent brepoels
Advanced Member
104 Posts |
Posted - 07/12/2012 : 12:08
|
Output from ppconfirm.php and I have the 'no ipn' in my admin page.
edited by Andy |
 |
|
Andy
Administrator
69509 Posts |
|
vincent brepoels
Advanced Member
104 Posts |
|
vincent brepoels
Advanced Member
104 Posts |
Posted - 07/12/2012 : 12:59
|
| To be complete. The amounts are correctly deducted from my account to the account of my business. I get a confirmation of this. |
 |
|
Vince
Administrator
31316 Posts |
|
vincent brepoels
Advanced Member
104 Posts |
Posted - 07/13/2012 : 05:24
|
| I have sent you my ftp details in a seperate mail |
 |
|
vincent brepoels
Advanced Member
104 Posts |
Posted - 07/13/2012 : 07:57
|
I received this new message from ppconfirm.php in my mailbox Ecommerce Plus PayPal IPN Error: Error with cURL installation: Protocol https not supported or disabled in libcurl RESULT: |
 |
|
Vince
Administrator
31316 Posts |
Posted - 07/13/2012 : 08:11
|
Hi Vincent Yes, I was doing some checking this morning on your server and I think I've found the cause of the problem. We moved to using cURL by default for the PayPal IPN as that is the only way to connect via HTTPS. PayPal were forwarding the HTTP request to HTTPS which was causing problems on some systems. It seems though that your host does not have HTTPS support in the libcurl library. What I've done is add support for a new parameter "$usefsockforpaypalipn=TRUE;" which I've added to your vsadmin/includes.php file to use the old fsock connection method. Really, the best thing to do is ask the host to enable HTTPS in libcurl but this should get you working using the old method. Can you try a test and let me know how it goes?
Vince
Click Here for Shopping Cart Software Click Here to sign up for our newsletter Click Here for the latest updater |
 |
|
vincent brepoels
Advanced Member
104 Posts |
Posted - 07/13/2012 : 08:23
|
It works ! Thank you very much. I will ask for the https libcurl.
You are the best. |
 |
|
| |
Topic  |
|