Closed sharkooon closed 8 months ago
Hi there @sharkooon,
I have forwarded the issue to our development team. As soon as we have some updates I will let you know.
Best Regards, Invertus Support team.
My suggested changes breaks other stuff, so don't use it. It only works for clear cache from console: php ./bin/console cache:clear
Hi @sharkooon,
The issue can be recreated with native PrestaShop modules as well, as the solution works only when all of the modules are deleted. It seems to be a PrestaShop issue in general, I would suggest creating a ticket there.
Best Regards, Invertus Support team.
Expected behavior
Clearing the cache from console with:
php ./bin/console cache:clear
I expect the following message from console:[OK] Cache for the "dev" environment (debug=true) was successfully cleared.
Actual behavior
Clearing the cache from console with:
php ./bin/console cache:clear
Steps to reproduce the behavior
php ./bin/console cache:clear
Environment
Additinal information
The following changes works: