BoboDjinna Posted June 3, 2019 Posted June 3, 2019 Hi, I hope you're fine. Since a moment I try to disable the cache of my shop prestashop, to proceed to the update with 1-Click Upgrade. But impossible, every time I pass the "Parameters> Performance: Cache" to "NO", it reactivates automatically. I even forced the situation by directly changing the value of the corresponding parameter in the database directly, still nothing. So someone might want to help me please? Thank you in advance. PS: Prestashop version : 1.7.3.0 Share this post Link to post Share on other sites More sharing options...
Janett Posted June 3, 2019 Posted June 3, 2019 Looks into app/config/parameters.php 'ps_cache_enable' => false, 2 Share this post Link to post Share on other sites More sharing options...
BoboDjinna Posted June 3, 2019 Posted June 3, 2019 Thank you a lot. 👌👌👌 Share this post Link to post Share on other sites More sharing options...
willowf Posted March 21, 2020 Posted March 21, 2020 Muchas gracias, esto me sirvio en la actualización anterior ahora me ha salvado el dia,... saludos Share this post Link to post Share on other sites More sharing options...
ali97rey Posted August 3, 2021 Posted August 3, 2021 On 6/3/2019 at 4:10 PM, Janett said: Looks into app/config/parameters.php 'ps_cache_enable' => false, prestashop version 1.7.6.9: checked that file and it is in False mode. but cache is not disabled check my screen shot. all fields are pre-selected. Share this post Link to post Share on other sites More sharing options...
Solver Posted August 3, 2021 Posted August 3, 2021 Hi prestashop can't update cache configuration please check the database SELECT * FROM ps_configuration where name like '%cache%'; Share this post Link to post Share on other sites More sharing options...
ali97rey Posted August 3, 2021 Posted August 3, 2021 3 minutes ago, Solver said: Hi prestashop can't update cache configuration please check the database SELECT * FROM ps_configuration where name like '%cache%'; hi. look at image. i changed 1 to 0 but again nothing changes. i thing there is a problem in page: Advanced Parameters > Performance > Smarty panel Share this post Link to post Share on other sites More sharing options...
Zohaib-fk Posted September 7, 2021 Posted September 7, 2021 (edited) I am facing same problem, any idea. attached screenshot for reference. PrestaShop 1.7.5.2 Edited September 7, 2021 by Zohaib-fk Post Updated (see edit history) Share this post Link to post Share on other sites More sharing options...
musicmaster Posted September 7, 2021 Posted September 7, 2021 28 minutes ago, Zohaib-fk said: I am facing same problem, any idea. attached screenshot for reference. Your select boxes don't look well. I have seen that before. There is some error that also blocks your update. Look for the error with debug mode enabled , look in the error log and look also at the html in the browser. Share this post Link to post Share on other sites More sharing options...
Zohaib-fk Posted September 8, 2021 Posted September 8, 2021 Thanks, I am getting errors as shown in the screenshot. We migrated the website to a new domain. The ps_configuration table for new domain URL changed , website working but drop-down not working fine. Share this post Link to post Share on other sites More sharing options...
musicmaster Posted September 8, 2021 Posted September 8, 2021 "array_key_exists on an object key is deprecated" is a PHP 7.4 error. Prestashop 1.7.7 shouldn't be run with a PHP version higher than 7.3. Share this post Link to post Share on other sites More sharing options...
Zohaib-fk Posted September 8, 2021 Posted September 8, 2021 (edited) Thanks. I changed PHP version to 7.1 from 7.4. Rename var/cache/prod and var/cache/dev folders Now it is working fine. Edited September 8, 2021 by Zohaib-fk Post Updated (see edit history) Share this post Link to post 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