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

dpangier’s picture

Fixed in 4.6, 4.7 and cvs. Thank you for your report.

dpangier’s picture

Assigned: Unassigned » dpangier
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)