SteveDallas, on 14 March 2010, 19:14, said:
Make sure that "Proxy Address" in the WPP module settings is blank. To the best of my knowledge, this test should work with shared SSL.
You still haven't got the API certificate path correct.
I'm pretty much at the end of what I can do without actually looking at your server configuration. If you would like me to have a look at it, please contact me via private message here.
--Glen
Hi Glen
I have figured out what the problem is. I dont think I have been making my setup clear.
I have 2 versions of my site which are exact copies. 1 on my main site, and an exact copy on a secured shared server.
A person browsing items in my site stays on the normal www.xxx.com but as soon as they want to checkout or log in they are taken to https://www.securedsite.com/xxx/
which is on a completly different shared server and is an exact copy of the normal site.
so when I put in the file system path for the main site it says it cant find it because by the time someone wants to pay for something they have switched onto the secured server.
Changing the cert file path in admin to the secured server location works and is confirmed with wpp_diagnostics.php
However trying to run the module with this brings up the "PayPal WPP installation incomplete!"
This is because it is again looking for items in the www.xxx.com file system path.
Changing the Set DIR_FS_CATALOG in configure.php in the secure version of the site to the secure file system path EG '/secured/catalog/etc/' sorts this out and I am able to go through the checkout normally and can put my card details in and process the payment up until the very last page where I have entered the verified by visa code. When i enter the visa code i get forced back to the chekout_shipping page and the following error is present;
"unable to use client certificate (no key found or wrong pass phrase?) (Error No. 58)"
Clicking on the 'Pay with Paypal' button also produces this same error.
I'm thinking that the module prefers everything to stay on the same server and because of my multi server setup it is confusing everything!
Sorry this is getting epic now lol! Thanks.














