Closed (fixed)
Project:
RSVP
Version:
6.x-2.0-rc4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2010 at 15:09 UTC
Updated:
19 Jul 2010 at 15:46 UTC
I'm using latest RSVP, Event and Rules modules, created rule for RSVP using custom PHP code. I got error every time the rule actived when I create Event:
Cannot modify header information - headers already sent by (output started at .../sites/all/modules/rules/rules/modules/php.rules.inc(107) : eval()'d code:19) in .../includes/common.inc on line 345.
Comments
Comment #1
ffiafaap commentedI found solution from http://drupal.org/node/183454 by setting output_buffering to "On".
Comment #2
ulf1 commented