Getting a blank window is often, not always, caused by lack of completion of a piece of PHP code, for example due to a missing file.
With blank windows what I always do first because I use WordPress stand alone under Linux, on my own PC, is to immediately look at the end of the Apache server error log, command : tail /var/log/httpd/error_log
This path holds for a Fedora distro, may otherwise slightly differ, with /var/log a quite standard beginning.
This is by the way not particular to WP but to PHP or other Web softare debugging.