WordPress Backend Fine, All Themes Return a Blank Page?

If you have ftp access to your site, go to the root. There is a line in wp-config.cfg:

define('WP_DEBUG', false);

Switch it to:

define('WP_DEBUG', true);

Upon returning to one of the blank pages, you’ll notice an error message which can shed some light on what is going wrong. From there you may either correct the issue, or bring that error back here and we can offer more help.