cancel
Showing results for 
Search instead for 
Did you mean: 

commands doesn't work in the terminal, help me please...

commands doesn't work in the terminal, help me please...

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...

 

 

2 REPLIES 2

Re: 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!

Re: commands doesn't work in the terminal, help me please...

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"?

--
Problem solved? Click Accept as Solution!