wp-admin shows blank page, how to fix it? [Solved]

Wordpress White Screen of Death

Problem type 1:

I tried many thing like:
1. login through wp-login.php instance of wp-admin.php
2. ob_start() add in wp-admin/index.php (if you hit the url wp-admin it goes for ap-admin). it showed login page but entering the
username and password it shows error like "cookies are blocked due
to unexpected output".

Problem type 2:
Error logging in. Or Error publishing/updating post.


Possible Solutions:

1. Remove the plugins from plugins folder at wp-contents one by one and check, the problem can be caused due to error in one of the plugins.

3. If above process didnot help, try removing current theme at from plugins folder at wp-contents and check.

3. If current theme is found to be the cause of problem, this can help you:
Go to your functions.php page in current theme and delete any spaces immediately above or below your PHP tags. 

No comments:

Post a Comment