Closed (fixed)
Project:
Bad Behavior
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 Apr 2006 at 05:31 UTC
Updated:
22 Apr 2006 at 08:01 UTC
With the CVS version of Bad Behaviour, against Drupal HEAD, when I attempt to save module configuration at admin/modules I'm presented with a "white screen of death" (even when the module is just there, and not actually enabled).
When I navigate manually to another screen, I receive the error:
warning: Cannot modify header information - headers already sent by (output started at \modules\bad-behavior\badbehavior.module:446) in \includes\common.inc on line 233.
This error is caused by whitespace after the ?> in the file. The ?> should be removed, per the coding standards. I tried to roll a patch but it wanted to replace the entire contents of the file for some reason (I suspect CRLF drama).
Comments
Comment #1
dpangier commentedFixed in 4.6, 4.7 and cvs. Thank you for your report.
Comment #2
dpangier commentedComment #3
(not verified) commented