Somehow messaging_sms.module is outputting something, i keep on getting this error:

Cannot modify header information - headers already sent by (output started at /var/www/drupal/sites/all/modules/sms/messaging/messaging_sms/messaging_sms.module:1) in /var/www/drupal/includes/common.inc on line 314.

Tried to remove all spaces between functions, I think i am having a blind spot. Anyone?

Running Drupal 5.7, php 5.2.3

Comments

jose reyero’s picture

Status: Active » Postponed (maintainer needs more info)

I've been checking the module and there seems to be nothing wrong with it.

However, the patch in your error message looks strange '...modules/sms/messaging/messaging_sms/..'

Please, check that you have the latest version of the module.

jose reyero’s picture

Status: Postponed (maintainer needs more info) » Fixed

Yes, found the issue too.

There were some strange non visible chars at the beginning of messaging_sms.module. It cause blank pages when using drupal_goto().

No idea what it was exactly but I copied the text over to a new file, seems to work now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.