Closed (fixed)
Project:
Galleria
Version:
6.x-1.0-beta2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 08:33 UTC
Updated:
20 Feb 2009 at 11:26 UTC
After creating Galleria, I started getting an error when I log in or log out:
* warning: Cannot modify header information - headers already sent by (output started at /var/www/drupal/sites/all/modules/galleria/galleria.module:1) in /var/www/drupal/includes/session.inc on line 97.
* warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /var/www/drupal/includes/session.inc on line 100.
Please help
Comments
Comment #1
Mark Theunissen commentedHmm that's a strange one. Could you provide more info please? And can you test on a blank install of Drupal and report if it still happens?
Comment #2
lovecat commentedfor now it looks like:
when I login the page "?q=user" is empty, after refreshed I getting an error:
* warning: Cannot modify header information - headers already sent by (output started at /var/www/drupal/sites/all/modules/galleria/galleria.module:1) in /var/www/drupal/includes/session.inc on line 97.
* warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /var/www/drupal/includes/session.inc on line 100.
The same happens when I logoff and I getting an another error:
* warning: Cannot modify header information - headers already sent by (output started at /var/www/drupal/sites/all/modules/galleria/galleria.module:1) in /var/www/drupal/includes/common.inc on line 141.
When I wanted to change the skin to get a empty page and even after refreshed nothing has changed.
The modules that I use on my website:
- Color
- Comment
- Content translation
- Database logging
- Help
- Menu
- Path
- Taxonomy
- Update status
- Upload
and Galleria
Comment #3
Mark Theunissen commentedCould you try disabling the Galleria module and repeat the test? I'm not sure that this is caused directly by the module even if the error is happened when trying to load the file.
Comment #4
lovecat commentedAs I disabling the Galleria module everything is ok.
I did tests on xampp and everything is ok.
may it's my server? (I have debian etch with apache2)
Comment #5
Mark Theunissen commentedI have a feeling it's something specific about your configuration, because nobody else has reported this problem and I can't reproduce it.
Here's a generic bit about the warning:
http://drupal.org/node/1424
I don't know if there's much more I can do to help. Unless you have more clues as to where the error is. :(
Comment #6
lovecat commentedI learn how to administer debian and I do not know where could be an error.
Anyway thank you for your help.
Comment #7
Mark Theunissen commented