fop_console
fop_console copied to clipboard
Add a command to put a module in quarantine
Could be : fop:module:quarantine modulename : move module in _quanrantine subdirectory fop:module:dequarantine modulename : revert fop:module:quarantine : list modules in quarantine
dequarantine should be unquarantine, thanks @zalexki
I just encountered an issue with this method with my modules:
If you define an admin tab linked with a Symfony route and you put the module in quarantine, PrestaShop is unable to generate the route when building the admin menu and throws this error:
You can try with ps_linklist
, this is the one put in quarantine on the screenshot.
So before moving the module to the quarantine, it must be disabled too.