How to fix blank page in WP-Admin


Generally, when an update occurs, WordPress updates its main files and not the plugins / themes it is using. When only the main files are updated, the update is very likely to have an error - especially if you have made custom changes to your files.

If you updated not only the main files, but also custom modules / themes that you may be using, it could be the reason for the problem with the blank page. The solution is quite simple - disable all activated plugins. To do this (as you don't have access to your website's database), just run a few queries to your website's database. Please perform the following steps:

Step 1: Access phpMyAdmin through your cPanel -> phpMyAdmin;

Step 2: click on the name of the database your website is using (you can find it in the wp-config.php file);

Step 3: Run the following query:

UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins';

This will disable ALL active plug-ins on your site without actually removing the physical folders.

Was this answer helpful?

Print this Article

Related Articles

Movendo WordPress em seu Site

Movendo os arquivos do WordPress a partir de um local em seu servidor para outro - mudando sua...

Aumentar o Limite de Memória do PHP no WordPress

Por padrão, o limite de memória PHP é de 128MB. Porém este limite pode não ser o mesmo de seu...

Protegendo seu WordPress via .htaccess

1. Acesse o cPanel;2. Na seção “#arquivos”, clique no item Gerenciador de Arquivos;3. Se você...

Fatal error: Class ‘Memcache’

Quando você configura incorretamente o plugin W3 Total Cache no WordPress é comum que este erro...

Configurando SendGrid no WordPress

1. Crie uma conta na SendGrid se você ainda não tiver. Lembre-se de confirmá-la no e-mail de...