<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,102)">Such a blank page is usually termed WSOD and d.o has a pretty exhaustive checklist for debugging it.</div><div class="gmail_default" style="font-family:georgia,serif;font-size:small;color:rgb(0,0,102)">

<br></div><div class="gmail_default"><font color="#000066" face="georgia, serif"><a href="https://drupal.org/node/158043">https://drupal.org/node/158043</a></font><br></div><div class="gmail_default"><font color="#000066" face="georgia, serif"><br>

</font></div><div class="gmail_default"><font color="#000066" face="georgia, serif">From the checklist:</font></div><div class="gmail_default"><font color="#000066" face="georgia, serif">1) Enable Error Reporting by adding a snippet of code to your index.php</font></div>

<div class="gmail_default"><font color="#000066" face="georgia, serif">2) Check  Apache (and PHP) Logs</font></div><div class="gmail_default"><font color="#000066" face="georgia, serif">3) Do not include the closing ?&gt; on a PHP file.</font></div>

<div class="gmail_default"><font color="#000066" face="georgia, serif">4) Check for PHP4 Syntax Errors and Incompatibility</font></div><div class="gmail_default"><font color="#000066" face="georgia, serif">5) ..</font></div>

<div class="gmail_default"><font color="#000066" face="georgia, serif">6)..</font></div><div class="gmail_default"><font color="#000066" face="georgia, serif"><br></font></div><div class="gmail_default"><font color="#000066" face="georgia, serif">The list is long. More @ </font><span style="color:rgb(0,0,102);font-family:georgia,serif"><a href="https://drupal.org/node/158043">https://drupal.org/node/158043</a></span></div>

<div class="gmail_default"><span style="color:rgb(0,0,102);font-family:georgia,serif"><br></span></div><div class="gmail_default"><span style="color:rgb(0,0,102);font-family:georgia,serif">Cheers</span></div><div class="gmail_default">

<span style="color:rgb(0,0,102);font-family:georgia,serif">Tanay</span></div><div class="gmail_default"><font color="#000066" face="georgia, serif"><br></font></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Sun, Jan 5, 2014 at 4:56 AM, Jamie Holly <span dir="ltr">&lt;<a href="mailto:hovercrafter@earthlink.net" target="_blank">hovercrafter@earthlink.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Blank screen is generally an error of some sorts. Check your server<br>
logs. A common cause is output being sent before headers. That can be<br>
caused by echoing something out before the headers are sent, or having a<br>
closing ?&gt; at the end of a PHP file and something after it, even a blank<br>
line.<br>
<br>
Jamie Holly<br>
<a href="http://hollyit.net" target="_blank">http://hollyit.net</a><br>
<br>
On 1/4/2014 5:54 PM, Roger wrote:<br>
&gt; We have a most peculiar situation.<br>
&gt; While developing a theme in zen starterkit and following tuts and<br>
&gt; videos, etc the user login ceased to function.<br>
&gt; Cannot log in even with localhost/mydrupal/user which is how I normally<br>
&gt; login. All we get is a blank screen.<br>
&gt; Google suggested some overriding code to go into the page.tpl.php, which<br>
&gt; allowed login but returns the new theme screen but no admin even if we<br>
&gt; enter localhost/mydrupal/admin in the url.<br>
&gt; /user is core functionality, file template and css are all available, we<br>
&gt; have not changed any core files.<br>
&gt;<br>
&gt; I used drush to make garland the default theme and tried to drush<br>
&gt; disable the zen theme but both fail. drush returns an error request<br>
&gt; -drush clear-cache drush which in turn returns the same error.<br>
&gt;<br>
&gt; I did drush up to install drupal 7.25 and update modules but it did not<br>
&gt; help.<br>
&gt; Cannot find anything we have done in the dev theme which may relate to<br>
&gt; /user login or admin.<br>
&gt;<br>
&gt; most perplexing.<br>
&gt; How would we solve the lack of admin and why would login cease to function?<br>
&gt;<br>
&gt; Help much appreciated<br>
&gt; Roger<br>
<span class=""><font color="#888888"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></span></blockquote></div><br></div></div>