Sigve Posted April 14, 2016 Share Posted April 14, 2016 Have two problems with PayPal in Cloud. 1. In the PayPal configure Page, this error message appear: Your configuration use version 1.0 to communicate with PayPal.From July, all payments will be blocked.Thank you to approach your hosting company to enable the TLS version 1.2 2. In the checkout page, it shows a question mak insted of the logo. 1 Link to comment Share on other sites More sharing options...
Elias Gouvelis Posted April 14, 2016 Share Posted April 14, 2016 same here.... Link to comment Share on other sites More sharing options...
Elias Gouvelis Posted April 20, 2016 Share Posted April 20, 2016 thanks for the reply. Is it possible the TLS 1.2 to affect other payment gateways? I suffer to configure hipay for instance... Link to comment Share on other sites More sharing options...
MartinBenjamin Posted April 28, 2016 Share Posted April 28, 2016 Moved to PayPal section. I'm going to gather all related PayPal TLS 1.2 issues here in order not to lose them. Looks like we have us a serious issue here, which needs to be addressed ASAP. PayPal TLS 1.2 issues, it that the reason behind the question mark instead of logo? I´ve got the exact same issue as topic starter Sigve. PayPal v3.10.6. Link to comment Share on other sites More sharing options...
Rulleguitar Posted May 10, 2016 Share Posted May 10, 2016 (edited) I've got the question mark too, instead of the logo, after upgrading the module to 3.10.7.Images are at the same location /modules/paypal/views/img/default_logos/default_horizontal.png as before though.The Paypal module does work, it is only the logo that doesn't show. I found a solution:I edited the file logos.xml, that is found in the paypal-directory. In line 13 and 14, change the location of the files to a more absolute address. In my case, I changed the line <LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP> to <LocalPayPalHorizontalSolutionPP>/webshop/modules/paypal/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP> (because my webshob is in a directory called "webshop") EDIT: The same goes after update to PayPal 3.10.10 Edited June 26, 2016 by Rulleguitar (see edit history) 1 Link to comment Share on other sites More sharing options...
MartinBenjamin Posted May 10, 2016 Share Posted May 10, 2016 (edited) Thanks Rulleguitar for the solution My own solution was this: logo.xml Line 13 <LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP> Change to: <LocalPayPalHorizontalSolutionPP>https://www.paypal.com/en_GB/i/bnr/horizontal_solution_PP.gif</LocalPayPalHorizontalSolutionPP> That worked out, no more question mark Edited May 10, 2016 by MartinBenjamin (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