By rituka on
Hi all
I have developed a new module in drupal for my site .It works fine untill any user login or logout of the site.
On any login or logout the screen went blank n jus shows this warning:
warning: Cannot add header information - headers already sent by (output started at /var/www/html/drupal/modules/user_statistics.module:206) in /var/www/html/drupal/includes/common.inc on line 155.
I think there is some problem in redirection .I dunno how to solve it Please help me.I need urgetnt help.
Thanx in advance :)
Rituka
Comments
user_statistics is the name
user_statistics is the name of the module
headers already sent - unwanted whitespace
90% of the time you get 'headers already sent' it's because of an extra carriage return after the ?> at the end of your include file. Check that. It's well-documented (well, reasonably well for this documentation)
.dan.
.dan. is the New Zealand Drupal Developer working on Government Web Standards
thanx
i figured dat out.
anyways thanx dan :)