DisplayNameRequired Posted August 14 Share Posted August 14 Hello, I have a fresh install of PrestaShop 9.0.0. Everything is working fine (at least demo) but I cannot configure/connect my PayPal account. If I click on "Link Store" from Marketplace - endless spinning of "Linking Store in progress" and nothing happens. But I was able to link my store through the Module Manager: PrestaShop Checkout shows button "Configure", then it opens next page and shows green checkbox next to "Link your store to a PrestaShop account". And that is the only thing I can do with this module. Next step (PayPal) isn't available. Please help. Link to comment Share on other sites More sharing options...
DisplayNameRequired Posted August 15 Author Share Posted August 15 (edited) To anyone who face that issue - check your php.ini: curl.cainfo must have the valid chained certificate from https://curl.se/docs/caextract.html. I updated it to the latest and after that I was able to successfully connect PayPal and open Themes Catalog. Here is my /etc/php.ini: [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path. curl.cainfo = /etc/ssl/certs/cacert-2025-08-12.pem Edited August 15 by DisplayNameRequired (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