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
Solved! Go to Solution.
php settings on server level was not correct. fixed now.
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
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.
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
no already did without succes. I got the info now to change the php settings. I will try and let you guys known.