All - I'm heavily modifying (basicly forklift replacing) the UnconeD theme. I've added support for 3 column mode, color chanes, and a bunch of other stuff. I just ran into an issue though, with my changes, and I'm not sure what I've done to trigger it. Now, when clicking on "logout", or "login" (after entering credentials), I get errors like:
warning: Cannot add header information - headers already sent by (output started at /web/drupal/themes/unconed-syg/unconed-syg.theme:256) in /web/drupal/includes/common.inc on line 324.
I'm running 4.1.0 release code. This *only* occurs during the login and logout process. I can manually modify the URL to goto "index.php" after I click on "login" (and subsequently get the error), and I'm logged in successfully, and everything works. By the same token, after clicking "logout", I get the error - then modify the URL to go back to the home page, and it'll load fine.
Somehow I've screwed up or invoked something incorrectly so that the login/logout process and my theme are munging the sending of the headers.
Does anyone have any clues or ideas where I should look? Or where I might be tripping up? I can provide the theme files if that helps.