<div dir="ltr"><div class="gmail_quote"><div dir="ltr">

<p>All,</p>

<p>Thanks for your offer of help! Our team had a standing
meeting with Brian Kildow from Vet Med, and after our normal discussion we
tackled this issue. It was a painfully small fix… enable Apache mod rewrite. I
gave full details on <a href="http://drupal.stackexchange.com/questions/54351/cannot-login-after-theme-change-or-backup-restore" target="_blank">drupal
answers</a>. (<a href="http://drupal.stackexchange.com/questions/54351/cannot-login-after-theme-change-or-backup-restore" target="_blank">http://drupal.stackexchange.com/questions/54351/cannot-login-after-theme-change-or-backup-restore</a>)</p>




<p> </p>

<p>Shelton, thanks for the tip! I’ll probably use that
anyway.</p>

<p> </p>

<p>I have no doubt I’ll hit another road block soon though.
Thanks again for the offer! The Drupal community seems pretty good here!</p><span class="HOEnZb"><font color="#888888">

<p> </p>

<p>:-Dan</p></font></span><div><div class="h5">

<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 9, 2013 at 7:20 AM, Shelton, Mitchell <span dir="ltr"><<a href="mailto:shelton.5@osu.edu" target="_blank">shelton.5@osu.edu</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Dan,<br>
<br>
Have you tried logging into a raw core install in the same environment? That might be good to eliminate the environment issues so you can focus on possible Drupal issues. I would enable error reporting, if you already haven't, as described in the white screen of death page. Also, check your Drupal log and see if it is catching any errors there (you can just look in the DB under the watchdog table).<br>



<br>
For error reporting I recommend the following at the top of html.tpl.php:<br>
<br>
<?php<br>
<br>
  // If we are not on production display errors<br>
  if ($_SERVER['SERVER_NAME'] != '<a href="http://origins.osu.edu" target="_blank">origins.osu.edu</a>') {<br>
    error_reporting(E_NOTICE);<br>
    ini_set("display_errors", 1);<br>
  }<br>
<br>
?><br>
<br>
As you mentioned at the end of your stack exchange post, this sounds like a theme problem, possibly just a path problem. Check for modifications to the /user and /user/login pages, it is possible that someone has overridden one of these paths so you are in some kind of redirection loop.<br>



<br>
Thank you,<br>
<br>
Mitchell R.K. Shelton<br>
Software Engineer<br>
The Harvey Goldberg Center for Excellence in Teaching<br>
Department of History<br>
207 Dulles Hall<br>
230 W. 17th Ave.<br>
Columbus, OH 43210<br>
<a href="tel:614.292.3831" value="+16142923831" target="_blank">614.292.3831</a><br>
<a href="mailto:shelton.5@osu.edu" target="_blank">shelton.5@osu.edu</a><br>
<div><div><br>
<br>
<br>
On Jan 8, 2013, at 5:52PM, Dan Watkins <<a href="mailto:watkins.222@osu.edu" target="_blank">watkins.222@osu.edu</a>> wrote:<br>
<br>
> Hello Drupal community!<br>
><br>
> I am new to this list, and my contact info can be found in my signature.<br>
><br>
><br>
> I am working on the new YP4H website project, and I am having a login issue best described here:<br>
><br>
> <a href="http://drupal.stackexchange.com/questions/54351/cannot-login-after-theme-change-using-shared-folder-via-vmware" target="_blank">http://drupal.stackexchange.com/questions/54351/cannot-login-after-theme-change-using-shared-folder-via-vmware</a><br>



><br>
><br>
> Any help you can offer would be appreciated!<br>
><br>
><br>
> :-Dan<br>
><br>
><br>
> ------------<br>
><br>
> Daniel Watkins<br>
><br>
> Human Resources Information Technology Services (HRITS)<br>
><br>
> Office of Human Resources<br>
><br>
> The Ohio State University<br>
><br>
> <a href="mailto:dwatkins@hr.osu.edu" target="_blank">dwatkins@hr.osu.edu</a><br>
><br>
> Office: <a href="tel:614-688-4673" value="+16146884673" target="_blank">614-688-4673</a><br>
><br>
</div></div>> _______________________________________________<br>
> Drupal mailing list<br>
> <a href="mailto:Drupal@lists.service.ohio-state.edu" target="_blank">Drupal@lists.service.ohio-state.edu</a><br>
> <a href="https://lists.service.ohio-state.edu/mailman/listinfo/drupal" target="_blank">https://lists.service.ohio-state.edu/mailman/listinfo/drupal</a><br>
<br>
<br>
_______________________________________________<br>
Drupal mailing list<br>
<a href="mailto:Drupal@lists.service.ohio-state.edu" target="_blank">Drupal@lists.service.ohio-state.edu</a><br>
<a href="https://lists.service.ohio-state.edu/mailman/listinfo/drupal" target="_blank">https://lists.service.ohio-state.edu/mailman/listinfo/drupal</a><br>
<br>
<br>
</blockquote></div><br></div></div></div></div>
</div><br></div>