I was unable to get securepages to work (was getting a lot of "unable to modify header" errors) until i disabled devel.module, which I believe does some header modification.

I suggest this conflict should be documented in a readme.txt or install.txt file
thanks

Comments

dado’s picture

Status: Active » Closed (fixed)

i think i was wrong. problem instead i believe is when this setting is turned on:
"Switch back to http pages when there are no matches"

dado’s picture

Status: Closed (fixed) » Active

about face: i do think there is a conflict with devel module.

Cannot modify header information - headers already sent by (output started at C:\workspace\mysite\modules\devel\devel.module:314) in C:\workspace\mysite\modules\securepages\securepages.module on line 101.
hyperlogos’s picture

I found a conflict with devel module, but it's not this one. If you turn on devel's "display page timer" and have securepages enabled then the pages for which it is enabled will display only their execution time.

gordon’s picture

Status: Active » Fixed

I have stopped securepages from executing devel_exit() which is causing the problems.

Anonymous’s picture

Status: Fixed » Closed (fixed)