cancel
Showing results for 
Search instead for 
Did you mean: 

Module enabled in config.php but can't see

SOLVED

Module enabled in config.php but can't see

Hi,

 

I've installed a module from Mageplaza to my site but it doesn't who in the backend and also in the setup_module in phpmyadmin. When I check the config.php I see it's enabled.

 

Also I can't disable a module when I do this in terminal it will says disabled, but in the backend I still see the module? Can someone help me on this?

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Module enabled in config.php but can't see

php settings on server level was not correct. fixed now.

View solution in original post

5 REPLIES 5

Re: Module enabled in config.php but can't see

Hello @infofarmeddec3 

 

Have you run the setup upgrade and deploy commands after disabling the module?

 

Is the problem solved? Click Accept as Solution! & Click Kudos

Re: Module enabled in config.php but can't see

No run the following commands without result.

- php bin/magento setup:upgrade

- php bin/magento setup:static-content:deploy -f

 

Strange thing is that on the dev server it works. 

Re: Module enabled in config.php but can't see

After Module Enable have you done Magento Cache:flush ??

Also you can perform these below command 

- php bin/magento setup:upgrade

- php bin/magento setup:di:compile

- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:flush
-php bin/magento indexer:reindex
I hope Your Issue will be resolved

Re: Module enabled in config.php but can't see

no already did without succes. I got the info now to change the php settings. I will try and let you guys known.

Re: Module enabled in config.php but can't see

php settings on server level was not correct. fixed now.