Jump to content

1.7.0.1 Modules Problem


3DStudio

Recommended Posts

Hi

 

does someone knwo what this means?

 

 

"Cannot get catalog data, please try again later. Reason: Data from PrestaShop Addons is invalid, and cannot fallback on cache"

 

 

it appears if I click on modules.

 

 

Backand says

PrestaShop-Version 1.7.0.1

check fopen() on server

Link to comment
Share on other sites

  • 2 weeks later...

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! 

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.

 

Link to comment
Share on other sites

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...