WordPress blank page screen usually implies because of database issue, this error occurs after installing new plug-ins. To resolve this issue, you need to disable or delete recently (newly) installed plug-ins.
If you are able to login WordPress admin (wp-admin) page, then you can do this stuff very easily by disabling the plug-ins in WordPress admin panel:
In some case you do not have control over the Wordpress admin page (means it shows blank page). In that case you need disable the plug-in via MySQL phpMyAdmin panel.
To do this, please follow the steps given below:
1. Login to MySQL phpMyAdmin panel.
2. Select wp_options, under the option_name column (field) find the active_plugins row
3. Change the option_value field to: a:0:{}
Please note: before doing any changes in website database, please keep database backups in your local computer. To learn more about database backup click here.
If you are able to login WordPress admin (wp-admin) page, then you can do this stuff very easily by disabling the plug-ins in WordPress admin panel:
To do this, please follow the steps given below:
1. Login to MySQL phpMyAdmin panel.
2. Select wp_options, under the option_name column (field) find the active_plugins row
3. Change the option_value field to: a:0:{}
Please note: before doing any changes in website database, please keep database backups in your local computer. To learn more about database backup click here.
No comments:
Post a Comment