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

rituka’s picture

user_statistics is the name of the module

dman’s picture

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.

rituka’s picture

i figured dat out.

anyways thanx dan :)