m0ttan Posted November 9, 2016 Share Posted November 9, 2016 Hy. After i have installed the new released 1.7 version (the final one) everything works well instead of modules tab. When i press the Modules tab i get following error: Cannot get catalog data, please try again later. Reason: Data from PrestaShop Addons is invalid, and cannot fallback on cache When i acces INSTALLED Modules i get blank screen and in dev mode activate i get: RequestException in RequestException.php line 51: SSL CA bundle not found:and InvalidArgumentException in CurlFactory.php line 372: SSL CA bundle not found Link to comment Share on other sites More sharing options...
coeos.pro Posted November 9, 2016 Share Posted November 9, 2016 I had the same problem and these changes have solved the problem: https://github.com/PrestaShop/PrestaShop/pull/6848/files Link to comment Share on other sites More sharing options...
bellini13 Posted November 9, 2016 Share Posted November 9, 2016 I can't believe they actually released v1.7 without including this fix... Literally no one can use v1.7 without it that fix.. 2 Link to comment Share on other sites More sharing options...
m0ttan Posted November 9, 2016 Author Share Posted November 9, 2016 I had the same problem and these changes have solved the problem: https://github.com/PrestaShop/PrestaShop/pull/6848/files i dont know if this is a secure solution... Link to comment Share on other sites More sharing options...
webprog Posted November 10, 2016 Share Posted November 10, 2016 I have the same problem, when start prestashop 1.7 on localhost without connection to internet. Link to comment Share on other sites More sharing options...
bellini13 Posted November 10, 2016 Share Posted November 10, 2016 Prestashop calls home, which means an internet connection is going to be required Link to comment Share on other sites More sharing options...
rpmotorsport Posted November 14, 2016 Share Posted November 14, 2016 I have the same problem Link to comment Share on other sites More sharing options...
poi_presta_online Posted November 19, 2016 Share Posted November 19, 2016 I also have the same problem Link to comment Share on other sites More sharing options...
bellini13 Posted November 19, 2016 Share Posted November 19, 2016 get an internet connection, or move your localhost testing to a server with a connection Link to comment Share on other sites More sharing options...
webprog Posted November 19, 2016 Share Posted November 19, 2016 get an internet connection, or move your localhost testing to a server with a connection I understand that you are right, but this is a bug in new version of prestashop. And it must be fixed. Link to comment Share on other sites More sharing options...
bellini13 Posted November 20, 2016 Share Posted November 20, 2016 I understand that you are right, but this is a bug in new version of prestashop. And it must be fixed. The issue reported in this thread is a bug reported to Prestashop and fixed. The issue about not working without an internet connection is NOT a bug reported in this thread. If you feel that is a new bug in v1.7, then you should report that to Prestashop using their Forge. Certainly not report the issue in an unrelated thread Link to comment Share on other sites More sharing options...
rpmotorsport Posted November 21, 2016 Share Posted November 21, 2016 (edited) get an internet connection, or move your localhost testing to a server with a connection but my shop is on server with a connection, but the problem still exist Edited November 21, 2016 by rpmotorsport (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted November 21, 2016 Share Posted November 21, 2016 then perhaps you did not correctly implement the required changes. Link to comment Share on other sites More sharing options...
M646 Posted November 24, 2016 Share Posted November 24, 2016 I have installed the latest ver 1.7.0.1 with connection and still getting this error 1 Link to comment Share on other sites More sharing options...
djcookie88 Posted December 8, 2016 Share Posted December 8, 2016 I just went on that link, and copied everything - opened notepad, and saved the file to cacert.pem.Using Filezilla I uploaded the file to /app/cache/devUse debug mode and click on modules & services - you will see there is missing file "cacert.pem" in that directory.Hope that helps you guys! that solved my Problem, thanks I had the same issue twice, my solution was download the file https://curl.haxx.se/ca/cacert.pem and save into /app/cache/prod/. The problem exist because if the production cache is deleted then the file cacert.pem is deleted too. I check in https://github.com/PrestaShop/PrestaShop/pull/6848/files and in my offline copy that file classes/Tools.php have the constant declaration: const CACERT_LOCATION = 'https://curl.haxx.se/ca/cacert.pem'; and that file must exist in: _PS_CACHE_DIR_.'cacert.pem' as you can see in this global definition: define('_PS_CACHE_CA_CERT_FILE_', _PS_CACHE_DIR_.'cacert.pem') so, I chek if the file cacert.pem exist in production cache and it was deleted... I hope this help. 1 Link to comment Share on other sites More sharing options...
iziewon Posted January 30, 2017 Share Posted January 30, 2017 I just went on that link, and copied everything - opened notepad, and saved the file to cacert.pem. Using Filezilla I uploaded the file to /app/cache/dev Use debug mode and click on modules & services - you will see there is missing file "cacert.pem" in that directory. Hope that helps you guys! You save my life. Thanks bro!! 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