Magento 2, PHP 7.3
Delete a module from FTP and now, I can't access the dashboard and the commands doesn't work in the terminal, help me please...
Hi @rodrigo_garrido ,
Could you please post some screenshot regarding the error which you are facing while command running. ?
Thanks!
You cannot simple delete a module via FTP.
After you add or remove a module you need to run the following commands from CLI to get the frontend in a good state again:
bin/magento setup:upgrade # only run this if you are in production mode, skip if development mode bin/magento setup:di:compile bin/magento cache:clean
Can you confirm what you mean by "commands not working in the terminal"?