Você já teve problemas com seu site WordPress, mas não conseguiu acessar a área de administração para solucioná-los? Essa é uma experiência frustrante que muitos usuários do WordPress enfrentam em algum momento.
Uma etapa comum de solução de problemas é desativar todos os plug-ins e reativá-los um a um. Isso ajuda a identificar se um conflito de plugins está causando o problema. Mas o que você faz quando não consegue nem mesmo fazer login no wp-admin para executar essa etapa importante?
Não se preocupe, há uma solução. Neste guia, mostraremos como desativar todos os plug-ins do WordPress quando você estiver bloqueado fora da área de administração.
Há dois métodos comumente usados para desativar plug-ins sem acessar a área de administração do seu site WordPress. Você pode escolher o método que lhe parecer mais fácil:
Método 1: Desativar todos os plug-ins do WordPress usando FTP
Para esse método, você precisará usar um cliente FTP ou o aplicativo gerenciador de arquivos no painel de controle da hospedagem do WordPress.
Se você nunca usou o FTP antes, consulte nosso guia sobre como usar o FTP para fazer upload de arquivos para o WordPress.
Primeiro, você precisa se conectar ao seu site usando um cliente FTP ou o gerenciador de arquivos no cPanel. Depois de conectado, você precisa navegar até a pasta /wp-content/
.
Dentro da pasta wp-content
, você verá uma pasta chamada plugins
. É nela que o WordPress armazena todos os plug-ins instalados em seu site.
Você precisa clicar com o botão direito do mouse na pasta de plug-ins
e selecionar “Renomear”.
Em seguida, altere o nome da pasta para o que você quiser. Em nosso exemplo, nós a chamaremos de plugins.deactivated
.
Depois de fazer isso, todos os seus plug-ins serão desativados.
Isso ocorre porque o WordPress procura uma pasta chamada “plugins” para carregar os arquivos de plugin. Quando não encontra a pasta, ele desativa automaticamente os plug-ins ativos no banco de dados.
Normalmente, esse método é usado quando você está bloqueado fora da área de administração. Se o problema for com os plug-ins, você poderá fazer login na área de administração do WordPress.
Se você visitar a página Plugins ” Plugins instalados na área de administração do WordPress, verá notificações de todos os plug-ins que foram desativados.
Você também perceberá que todos os seus plug-ins desaparecer am. Não se preocupe; todos eles estão seguros e você pode restaurá-los facilmente.
Basta voltar ao seu cliente FTP e acessar a pasta /wp-content/
. A partir daí, você precisa renomear a pasta plugins.deactivated
de volta para plugins
.
Agora, você pode voltar à página Plug-ins ” Plug-ins instalados na área de administração do WordPress e ativar um plug-in por vez até que seu site volte a funcionar.
Nesse ponto, você saberá exatamente qual plug-in causou o problema. Em seguida, você poderá excluir a pasta desse plug-in do seu site usando FTP ou solicitar suporte ao autor do plug-in.
Método 2: Desativar todos os plug-ins usando o phpMyAdmin
O método FTP é definitivamente mais fácil, em nossa opinião. No entanto, você também pode desativar todos os plug-ins do WordPress usando o phpMyAdmin.
Importante: antes de fazer qualquer coisa, faça um backup completo do banco de dados. Isso será muito útil se algo der errado.
Em seguida, será necessário fazer login no painel de controle da hospedagem na Web. Neste exemplo, estamos mostrando um painel do cPanel. O painel de sua conta de hospedagem pode ser diferente.
Você precisará clicar no ícone “phpMyAdmin” na seção Databases (Bancos de dados).
Isso iniciará o phpMyAdmin em uma nova janela do navegador.
Você precisará selecionar o banco de dados do WordPress, se ele ainda não estiver selecionado. Depois disso, você poderá ver as tabelas do banco de dados do WordPress.
Como você pode ver, todas as tabelas no banco de dados têm o prefixo wp_
antes do nome da tabela. Suas tabelas podem ter um prefixo de banco de dados diferente.
Você precisa clicar na tabela wp_options
. Dentro da tabela wp_options
, você verá linhas de diferentes opções. Localize a opção “active_plugins” e clique no link “Edit” (Editar) ao lado dela.
Na próxima tela, você precisará alterar o campo option_value
para a :0:{}
.
Em seguida, clique no botão “Go” (Ir) para salvar suas alterações.
Você desativou com êxito todos os plug-ins do WordPress usando o phpMyAdmin. Se um plug-in o estava impedindo de acessar o administrador do WordPress, você deve conseguir fazer login agora.
Tutorial em vídeo
Guias especializados sobre plug-ins do WordPress
Esperamos que este artigo tenha ajudado você a desativar todos os plug-ins do WordPress. Talvez você também queira ver alguns outros guias sobre solução de problemas de plug-ins do WordPress:
- O que são plug-ins do WordPress? E como eles funcionam?
- Como desativar facilmente os plug-ins do WordPress (guia para iniciantes)
- Como habilitar/ativar plug-ins do WordPress a partir do banco de dados
- Os plug-ins inativos tornam o WordPress mais lento? Você deve excluí-los?
- Quantos plug-ins do WordPress você deve instalar? O que é demais?
- É seguro usar plug-ins desatualizados do WordPress? (Explicado)
- Você deve instalar plug-ins que não foram testados com sua versão do WordPress?
- Como atualizar corretamente os plug-ins do WordPress (passo a passo)
- Devo atualizar o WordPress ou os plug-ins primeiro? (Ordem correta de atualização)
Se você gostou deste artigo, inscreva-se em nosso canal do YouTube para receber tutoriais em vídeo sobre o WordPress. Você também pode nos encontrar no Twitter e no Facebook.
Jiří Vaněk
Thank you for the instructions using phpMyAdmin. I was always used to deactivating plugins via FTP, but it’s great to know other options in case I can’t access FTP. Great job.
WPBeginner Support
Glad we can share another method in case it is ever needed
Administrador
Hollie
Thanks so much for writing this article- it saved me!
Big help, thank you!!
WPBeginner Support
You’re welcome!
Administrador
Alan
I tried to deactivate my plugins using the FTP process on Wordpress version 6.3, and the website crashed.
I was able to rename the plugins file and restart it okay. Just letting you know.
WPBeginner Support
Thank you for letting us know, it would depend on the specific error message for what could have happened but glad to hear you were able to fix the issue!
Administrador
Nick
In the article it says;
On the next screen, you will need to change the option_value field to a:0:{.
Which I think should be a:0:{}
WPBeginner Support
Thank you for pointing out that typo, we’ve updated the article to fix it!
Administrador
Tamara
I have changed the file name in FTP as suggested and am able to log into the Wordpress admin, but as soon as I change the file name back to the original, the error comes back. Which means I am not able to deactivate / reactivate plugins one at a time.
Can you help?
WPBeginner Support
In that case, you would want to use the second method from the article and that should force the plugins to deactivate.
Administrador
Dr. Ashutosh Pradhan
Thanks a lot for the information. I had activated Google reCaptcha v3 in Ultimate Member and was not able to login to the wp-admin using super admin details. I just renamed the directory recaptcha under directory plugin from FTP and the trick worked, it allowed me to login and disable Google reCaptcha v.3 from dashboard. Thanks a ton.
WPBeginner Support
Glad our article was able to help!
Administrador
Carol J Dunlop
Thank you for this post and all the options. I did the PHPmyadmin one before but this time I just renamed the plugin file in cpanel. So much easier and faster and it triggered a “database repair” notice. I did that and found that my Options table had crashed. I renamed the plugins file back to the original and ran the repair database again and it worked fine!
WPBeginner Support
Glad to hear our recommendations helped and you were able to solve the problem
Administrador
Jeroen
I had a problem with my Jetpack plugin after I upgraded my PHP and WP. It would not let me deactivate or delete it. I went in the WP plugin folder and renamed the Jetpack plugin folder. Refreshed the plugin admin page in WP and Bob’s your uncle! I deleted the plugin through the admin panel and removed the folder from the root.
WPBeginner Support
Glad you were able to solve the issue
Administrador
Ashley
I wasn’t having luck with either method but I found a backup from the day before which worked fine.
WPBeginner Support
Thank you for sharing that, restoring from a backup when able is a good option to use
Administrador
Katy Espiritu
It solved my problem. I was able to log in to the admin site of word press again. Thank you so much. You are a blessing.
WPBeginner Support
Glad our guide was helpful
Administrador
Tom
Hi, I did not install any plugins recenty, the only thing i did I changed the email.When I finished the process few hours later I could not enter The Dasboard (Sorry, you are not allowed to access this page). Any solutions Ty
WPBeginner Support
If the recommendations in this article were unable to assist you, we would recommend taking a look at our article below:
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Administrador
Chris
Thank you very much, this helped a lot!
WPBeginner Support
Glad our guide was helpful
Administrador
Tahmid Hasan
It is really working… Thanks a lot
WPBeginner Support
You’re welcome
Administrador
Sheila
LIFESAVER! Thank you so much for this content! It worked in an instant and I’m back into my Admin dashboard!
WPBeginner Support
Glad our guide was helpful
Administrador
ANDERSON CARVALHO
THANK YOU!!!!!!!!!!!!!!!!
WPBeginner Support
You’re welcome
Administrador
Tife
Thanks so much
Second option work better
WPBeginner Support
You’re welcome, glad our article was helpful
Administrador
S K Shrivastava
2nd one is really useful
WPBeginner Support
Glad you found our guide helpful
Administrador
Steph
Unfortunately, both of these options did not help (still get error saying site is experiencing technical difficulties) after doing a plugin update (also updated wordpress 5.4 yesterday? could that be the culprit?)
WPBeginner Support
For that error message, you would want to go through our guide below:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death
Administrador
Dex Antikua
My issue got solved easily by following the steps.
WPBeginner Support
Glad our guide was able to help
Administrador
Jimmy
Thanks a lot for this help, it’s very easy to follow and it works so well
WPBeginner Support
You’re welcome glad our guides are helpful
Administrador
mika
Thank you so much! it works!
WPBeginner Support
Glad our guide was able to assist
Administrador
Aditi Pygude
Hello,
I need a help. whenever i tried to access my website I got download option. I tried your all above suggestions but it’s was’nt work for me. I renamed my plugin folder in my cpanel as plugin.deactivate after that I did changes in phpmyadmin in wp-options I edited active plugin folder . still I got download option. what should I do now .
Thanks in advance.
WPBeginner Support
You would want to check with your hosting provider as well as go through the recommendations in our troubleshooting guide here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Administrador
anurag saxena
Hello , tried your suggestion but i am unable to alogin into my wordpress admin area.any other suggestion?this is emergency.
WPBeginner Support
If this does not specifically solve your issue, you would want to take a look at our guide here: https://www.wpbeginner.com/beginners-guide/beginners-guide-to-troubleshooting-wordpress-errors-step-by-step/
Administrador
sourabh upadhyay
very very very good saved my problem
WPBeginner Support
Glad you found our article helpful
Administrador
Ethel
very helpful, thank you, worked like a charm.
WPBeginner Support
Glad our article was helpful
Administrador
Jerry
I want to install the Yoast SEO plugin in wordpress. After I do that I need to Deactivate the plugin currently used, correct? I am new to working with Wordpress and I need to do this on my own since the guy that made my website abandoned helping me any further! Any Help would be so Much appreciated! Thanks!
WPBeginner Support
You would only need to remove your other plugin if it is an SEO plugin. If it is then you would want to remove it to prevent some common issues.
Administrador
Megan
Omg! You guys saved the day! Thank you so much! After I have spent so much time trying to get my site fixed your easy to follow guide had it fixed in minutes. So thank you!
WPBeginner Support
Glad our guide could help resolve the issue
Administrador
Aluko Kehinde
Hi,
When I go to my website or the wp-admin page, my browser tries to download a file instead of displaying the page.
WPBeginner Support
If disabling your plugins didn’t help, you would want to reach out to your hosting provider and they should be able to assist with that issue
Administrador
israr777
Hi Wpbeginner Support,
How i should i deactivate all plugins in local site ?
WPBeginner Support
You would rename the plugins folder on your computer for that
Administrador
Mig Hu
Thanks a lot – this is a site saver!
Quick question: after the plugin folder is renamed, when go back in the wordpress WP – admin back office plugins list, is it safe to delete such plugin (which folder has been renamed), or will this action be harmful?
Many thanks!
Mig
WPBeginner Support
Using the delete method inside your WordPress site would be the best method for removing that plugin permanently as it will go through the uninstall steps of the plugin.
Administrador
Shwetha
Thank you so much, you saved my day!
WPBeginner Support
Glad we could help
Administrador
DM
Which FTP program is for free and it is good to down load without giving the full permissions to take over your computer s full admin.?
WPBeginner Support
Depending on your operating system we list some FTPs we recommend in our article here: https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
Administrador
Artur
Hey,
I disabled all plugins, but now all of my Woocommerce is lost.
What do I do ?
WPBeginner Support
When you reenable your plugins the WooCommerce tools should be available again.
Administrador
William
Great Stuff! I used the 2-factor authentication plug-in, and could not login to my wordpress dashboard anymore. Your ftp solution solved it 100%.
WPBeginner Support
Glad our guide could help
Administrador
sofea
hi
why i cannot sign in to wordpress admin of my subdomain?
it appears IP Options -ExecCGI
on my site. can u solve my problem?
WPBeginner Support
For that message, you would want to reach out to your hosting provider and they should be able to help you fix it
Administrador
George
Hello,
My Word Press site displays normally to visitors but I am getting the WSoD on the WP-Admin login page.
I have tried increasing WordPress Memory to 512Mb and I have tried disabling all plugins. Neither seem to have helped.
I checked and the site was still loading normally but with all the plugins clearly not running. But I get the WSoD when I try to login as admin
I re-activated plugins and everything went back to normal for visitors.
Have you any suggestions what to try next?
WPBeginner Support
For solving the white screen of death you would want to take a look at our guide here: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/
Administrador
DJ X PAT 254
You’re the man. Renaming my plugins folder in file manager worked a charm
WPBeginner Support
Glad our article could help
Administrador
internaut
Thank you! You saved my website! Thanks a lot !!!!!!!!
WPBeginner Support
Glad our article could help
Administrador
Dustin
Oh my gosh! This worked perfectly!! Thank you so much
WPBeginner Support
You’re welcome
Administrador
Tam
I’M NOT A DEVELOPER – Please help!
I was having issues logging into wordpress so I deactivated all plugins in cPanel phpMyAdmin. Now, I cannot find my active plugins in wp-option/option name. When I look in wp-content there is a plugins.bak file which shows all of my installed plugins. How do I reactivate them?
WPBeginner Support
You would want to reactivate them manually in your wp-admin area of your site
Administrador
meena
Hi
I deactivated all the plugins by changing the ‘plugin’ name in FileZilla. But the problem is I can’t enter my website at all to see what plugins aren’t working. This is what comes up when I try to login: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas17_datahtml/wp-config.php:1) in /home/content/p3pnexwpnas17_data0/html/wp-includes/pluggable.php on line 1223
please help me! thanks!
WPBeginner Support
You may want to try manually updating your WordPress files to see if it is an error in a modified file: https://www.wpbeginner.com/wp-tutorials/how-to-manually-update-wordpress-using-ftp/
Administrador
meena
Hi
Through Godaddy, I have an sftp so it didn’t work with. When I changed the protocol to sftp ssh file transfer a dialogue appeared saying ‘the server key is unknown…….do you want to trust it …etc’ what do I do?
Thanks!
WPBeginner Support
It is letting you know you have not used that key before, if you reach out to your hosting provider with the information they can confirm the key is for them
Administrador
Samar
Thanks,this really solved my problem…
WPBeginner Support
Glad it could help
Administrador
Monika
Thank you so much! That helped a lot with the error that crashed my page. And saved my night. And my sanity.
WPBeginner Support
Glad our guide could help
Administrador
Tanya
This was a perfect step-by-step to help a rookie solve a 500 error. THANK YOU!
WPBeginner Support
Glad our guide could help
Administrador