cancel
Showing results for 
Search instead for 
Did you mean: 

Can't see Developer mode in Magento 2.2.9 after enabling it

SOLVED

Can't see Developer mode in Magento 2.2.9 after enabling it

I'm trying to enable Developer mode. I used command

php bin/magento deploy:mode:set developer

but still don't see it in the settings. I'm using Magento 2.2.9 and Ultimo Theme version 2.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can't see Developer mode in Magento 2.2.9 after enabling it

Hello @sergey_sherstob 

 

Please run the below commands:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Hope it helps.

 

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

View solution in original post

6 REPLIES 6

Re: Can't see Developer mode in Magento 2.2.9 after enabling it

Hello @sergey_sherstob 

 

Go to app/etc/env.php

https://meetanshi.d.pr/rNIcjw

 

Hope it helps.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Can't see Developer mode in Magento 2.2.9 after enabling it

Subscribed

Re: Can't see Developer mode in Magento 2.2.9 after enabling it

Hello @Sanjay Jethva 

 

I already have that in my env.php, that's why I'm confused. Is there any command to recompile the system files?

 

Thanks

Re: Can't see Developer mode in Magento 2.2.9 after enabling it

Hello @sergey_sherstob 

 

Please run the below commands:

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

Hope it helps.

 

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Can't see Developer mode in Magento 2.2.9 after enabling it

When you execute command php bin/magento deploy:mode:show what mode do you see?

One this thread there are lot of comments on how can you enable developer mode. This can help you out - 

 

https://magento.stackexchange.com/questions/13125/how-do-i-set-developer-mode-in-magento-2 

Re: Can't see Developer mode in Magento 2.2.9 after enabling it

It worked after I did it, thank you