<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY 
style="WORD-WRAP: break-word; khtml-nbsp-mode: space; khtml-line-break: after-white-space">
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2>Could this be related to something about your custom 
theme?&nbsp; If you have a custom theme, one thing to try would be to rename in 
a stock theme.&nbsp; Rename your themes folder&nbsp;to something like 
suspect_theme, and then make a copy of bluemarine theme folder and name it the 
same as your custom theme.&nbsp; See if that get's you logged in.&nbsp; 
</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2>If you find out the theme is the problem, then you can set 
a single login to use/test your custom theme (renamed of course) to work through 
the problem. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2>Does what I said make sense? </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2>IF that doesn't work, another test would be to temporarily 
move out CCK or views (or any other custom modules)&nbsp;to see if that's 
causing the problem. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2>Good Luck, </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2><BR>Dave</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=646050215-11072006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> support-bounces@drupal.org 
[mailto:support-bounces@drupal.org] <B>On Behalf Of </B>Ivan Boothe,Genocide 
Intervention Network<BR><B>Sent:</B> Monday, July 10, 2006 4:01 PM<BR><B>To:</B> 
support@drupal.org<BR><B>Subject:</B> [support] Failure executing any 
page<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=Apple-style-span 
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; khtml-text-decorations-in-effect: none; apple-text-size-adjust: auto; orphans: 2; widows: 2">
<DIV>Hi,</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>I'm running Drupal 4.7.2 and was working with CCK when things suddenly 
stopped working. I realize that CCK (and views, which I was also using) are not 
yet core, but at the time this error began I was simply adding and editing 
nodes, so I really don't know where this thing came from.</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Anyway, when I try to execute any page (basically anything in which I click 
a button) I get a blank page. If I reload the page or hit enter in the address 
bar, the action is executed but I get errors popping up, specifically the 
"cannot modify header information" error, which from prior experience I know 
probably is indicative of some other unknown error.</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>So then I made the big mistake, which was that I thought if I logged in as 
user #1 I could troubleshoot things more exactly ... silly me, I can't log in 
because, of course, the form isn't being executed.</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Since I can't log in there's not a lot I can do. But looking at the 
watchdog table in the database I'm getting the following entries each time I try 
to log in:</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>
<BLOCKQUOTE type="cite">
  <DIV>Session opened for &lt;em&gt;[user1]&lt;/em&gt;. [that's good!]</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>session_regenerate_id(): Cannot send session cookie - headers already 
  sent by (output started at /var/www/[mypath]/themes/[mytheme]/template.php:50) 
  in /var/www/[mypath]/modules/user.module on line 943. [not so good]</DIV>
  <DIV><BR class=khtml-block-placeholder></DIV>
  <DIV>Cannot modify header information - headers already sent by (output 
  started at /var/www/darfurscores/themes/[mytheme]/template.php:50) in 
  /var/www/[mypath]/includes/common.inc on line 266.</DIV></BLOCKQUOTE></DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Line 943 in the user.module is, as it 
specifies,&nbsp;session_regenerate_id, which I gather tries to set the cookie 
that marks me as logged in. Line 266 in common.inc is in the&nbsp;drupal_goto 
function, where it tries to invoke the header.</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>If anyone has any ideas at this point, I would love to hear them. Some 
specific things that would be helpful for me to gather more information:</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>- Anyone have any ideas how I could log in or set that cookie without going 
through that form?</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>- Anyone know what row in which table controls what theme is set? Since I'm 
using a custom theme, and the problem could be in the template, switching to 
another theme might solve it or at least allow me to investigate.</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>- Is there anywhere else I could look for besides watchdog to figure out 
what the errors are?</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>- Are there any good database analysis/repair tools, in case it's some kind 
of corrupted database entry?</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>- I tried turning off all modules (everything except the required ones, 
even core) and that didn't fix it. I turned them all back on before I tried 
switching users, so I could turn them all back off directly in the database if 
that would be a good idea. Should I try removing the non-core module tables in 
the database completely? Is there a list somewhere of the tables and rows that 
CCK and views (though I think if there were a problem it would be CCK) 
create/affect? Some are obvious, but I imagine they create entries in various 
tables that I might not think to look in...</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>Any help would be greatly appreciated, as right now I have a very pretty, 
very nonfunctioning site...</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV>--ivan</DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV><BR class=khtml-block-placeholder></DIV>
<DIV><BR class=khtml-block-placeholder></DIV><BR 
class=Apple-interchange-newline></SPAN></DIV><BR></BODY></HTML>