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

ffiafaap’s picture

I found solution from http://drupal.org/node/183454 by setting output_buffering to "On".

ulf1’s picture

Status: Active » Closed (fixed)