WordPress – wp-admin blank page

Solution:1

Make sure that u don’t have blank spaces in config and functions file at the top or bottom of theses.

btw, it seems like server’s error. See his log 🙂

Solution:2

Sounds like a PHP error. Add:

error_reporting(E_ALL);
ini_set('display_errors', '1');

To the top of wp-admin/index.php