Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-1.04
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 09:39 UTC
Updated:
9 Jan 2012 at 07:25 UTC
Sometimes I get this message error
warning: Cannot modify header information - headers already sent by (output started at
..........
drupal..../includes/bootstrap.inc:690
phpbb..../includes/session.php on line 990
Comments
Comment #1
bohmann commentedIs this still relevant? Headers cannot be modified because "something" was output before Drupal tried to modify the header. I would look for print_r, echo, print etc. added by you or an installed Module or Theme. I would also try to disable modules (other than phpBBforum) and see if the error persists. You may also want to make a fresh installation of Drupal and / or the Modules and Themes in use. Hope this helps..
Comment #2
fizk commented