I just started getting a white screen of death. the main page works fine, but some of the other pages are white, most notably the login page, preventing me from getting in there to edit.
The error log indicates:
[15-Dec-2013 20:33:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home4/thenere1/public_html/zoominal/wp-content/themes/zoominal/functions.php:179) in /home4/thenere1/public_html/zoominal/wp-includes/pluggable.php on line 899
This is the code for pluggable.php 889
header("Location: $location", true, $status);
any insight on how to fix it?