Jump to content

PrestaShop's caching features are disabled


Recommended Posts

1870897533_Capturedecran2021-03-15a13_03_18.thumb.png.6896684c80be7773e23ae78a579c1dd7.pngHello

I would like to update my store (PrestaShop: 1.7.6.8) with 1-Click Upgrade
but the setting (PrestaShop's caching features are disabled) does not work even though Smarty cache is set to null
(and I emptied the cache too)

this is the only setting that is missing to perform the update

931380702_Capturedecran2021-03-15a13_05_36.thumb.png.dddd98a97bfe0cf0fb8e09a78c9975c2.png

thank for your help

 

Capture d’écran 2021-03-15 à 13.04.18.png

Link to comment
Share on other sites

  • 1 year later...
  • 1 month later...
  • 3 weeks later...

1. Open the file parameters.php located in /app/config/

2. Find the below line and change parameter true to false in
'ps_cache_enable' => true,
or copy and replace the entire line above with the one prepared below:
'ps_cache_enable' => false,

3. Delete prod folder inside /var/cache   (don't skip this step !)

Now, You should have caching turned off and the Caching switch should work fine next time.

Good luck !

Edited by Robert (see edit history)
  • Thanks 1
Link to comment
Share on other sites

  • 3 weeks 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...