Closed (fixed)
Project:
Webform CiviCRM Integration
Version:
7.x-2.5
Component:
CiviCRM Data Handling
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 21:26 UTC
Updated:
22 May 2012 at 18:50 UTC
Same form without any website field(s) submits fine and returns confirmation as expected. In the log:
Cannot modify header information - headers already sent by (output started at /sites/all/modules/civicrm/api/v3/Website.php:2) in /includes/common.inc on line 350.
Comments
Comment #1
lobo commentedI fixed this in CiviCRM for v4.1. It was a newline at the top of the file :( Should be part of 4.1.3
Comment #2
colemanw commentedThanks Lobo
Comment #3
jaymcgraw commentedI blame the interpreter. It needn't be so fussy about a newline character. Anyway, thanks! I removed the newline and the issue has been resolved for me.