Blank page appears when I am connected as admin.
Admin theme is set to Garland.
Examining source code show that in this blank page there are no doctype neither html or body tags. The only code, huge one, is contained on a div element with id="drupalforfirebug_general" for CSS attribute.
Drupal Tweaks module has loggued the message above :
Cannot modify header information - headers already sent by (output started at SITE_PATH/sites/all/modules/drupalforfirebug/drupalforfirebug.module:256) in SITE_URL/html/includes/common.inc atline 345.
Refresh page on browser leads to the correct display.
I am running Drupal 6.16.
Comments
Comment #1
zandit commented+1
Having the same issue on a similar setup. Particularly problematic when submitting forms. Additionally, ajax-autocomplete form fields are returning lengthy error messages via JS alert().
Installed stable (6.x-1.3) release... this issue went away.
Comment #2
comat0se commentedI'm getting this problem too, went back to stable and it's fine.
Comment #3
populist commentedThe difference here is between using hook_footer() and hook_exit() to spit out the final output. Not entirely sure on best practices. hook_exit() is used in -dev and gets more status information but hook_footer() is more compatibile.
Comment #4
Melissamcewen commentedHaving same problem as well, I went back to stable and hoping it's fixed.
Comment #5
Leddo commentedSame here. On Admin pages only. Stable Release OK.
Comment #6
jibize commentedHi there,
Same problem here on anything that is submited, and Ajax-autocomplete form fields return the following error:
Comment #7
murias commentedSeems as this problem still persists.
Comment #8
xamox commented+1 for me as well in both the stable and dev version
Firefox: 3.6.12
Chromium: 6.0.472
Ubuntu 10.10
Apache: 2.2.16
PHP: 5.3.x
Comment #9
populist commentedI went ahead and added logic to prevent this from happening in cases of auto complete forms, when on the command line, or when the page header isn't formal HTML. Most of the code came from devel.module which is great, but there may be additional cases. Let me know about those and they can be rolled in.
Comment #10
populist commented