cancel
Showing results for 
Search instead for 
Did you mean: 

M2.2 Cache options missing after setting production

SOLVED

M2.2 Cache options missing after setting production

Hi,

 

I have strange issue on a clean M2.2 installation through Web Installer.

 

After I use the following command:

 

php bin/magento deploy:mode:set production

 

and go to Systen->Cache Management the enable/disable cache options are missing from the dropdown. See below image

 

M2.2_Cache_Issue.png

1 ACCEPTED SOLUTION

Accepted Solutions

Re: M2.2 Cache options missing after setting production

This is a "feature" of production mode. When enabled, you can only change cache enabled/disabled flag by command line. See http://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/magento-modes.html#mode-production

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!

View solution in original post

1 REPLY 1

Re: M2.2 Cache options missing after setting production

This is a "feature" of production mode. When enabled, you can only change cache enabled/disabled flag by command line. See http://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/magento-modes.html#mode-production

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!