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
Comment #1
jose reyero commentedI'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.
Comment #2
jose reyero commentedYes, 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.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.