Closed (cannot reproduce)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2010 at 15:14 UTC
Updated:
1 Jul 2013 at 19:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
eule commentedits seems thats the error comes only on 404 pages
Comment #2
pillarsdotnet commentedDunno if you're having the same problem that I was having, but this is what fixed it for me:
Comment #4
pillarsdotnet commented#2: common.inc-disable-ob_flush-call-in-drupal_page_footer.patch queued for re-testing.
Comment #6
damien tournoud commentedWe will need more information to understand what the bug is here.
One thing that could happen is that something start output before we reached _drupal_bootstrap_page_header(). That can happen for example if your settings.php file starts the output (for example because it has an hidden BOM character), or because a notice is generated before we reach _drupal_bootstrap_configuration() and set the error handler.
Comment #7
pillarsdotnet commented@Damien -- thanks once again. Will try to reproduce error with strategically placed debug_backtrace() calls.
Comment #8
robbycandra commentedHello, i got this error at the bottom of every page
Warning: Cannot modify header information - headers already sent by (output started at /home/myname/public_html/includes/common.inc:2561) in /home/robbycan/public_html/includes/bootstrap.inc on line 1040
Warning: Cannot modify header information - headers already sent by (output started at /home/myname/public_html/includes/common.inc:2561) in /home/robbycan/public_html/includes/bootstrap.inc on line 1044
the error appear when i login as authenticated user or as admin. It doesn't show up when i'm not log in. I not sure when it start to happen, but it happen after i make the following changes:
1. I put user menu /user login block at header region
2. Stop disqus
but when i cancel all my changes, the error still show up.
thanks
Comment #9
pillarsdotnet commentedWhat does "2. Stop disqus" mean and what possible effect could it have on Drupal?
Comment #10
robbycandra commented@pillarsdotnet: no 2.Stop disqus means i uninstall disquz module.
Comment #11
robbycandra commentedHey.... After uninstall and reinstall all module, the error disappear... :D
Comment #12
pillarsdotnet commentedI haven't seen this one lately, either.
Comment #13
vacho commentedI had this problem after updating some modules. I solved this by going back to my backup and re-update the modules. The problem is in the code of some update?
Comment #14
bib_boy commentedI had a similar error message together with a PDO error. I found it was an odd character in a person's name in one of my nodes. Once I found this it fixed the error.
Comment #15
summit commentedHi,
Is this save to do: https://drupal.org/files/issues/common.inc-disable-ob_flush-call-in-drup...?
greetings, Martijn
Comment #16
jmurphy23 commentedWhile I'm having a similar issue, I don't think that this might be the best way of going about solving it. It would probably serve better to figure out what is calling ob_flush() and why.