For many actions in drupal, but specifically when creating nodes, on submit the page goes blank. If I hit enter again, the function does complete successfully. But now submit takes two steps instead of 1. Upon checking error logs I see the following:
Cannot modify header information - headers already sent by (output started at /domains/example.com/html/sites/all/themes/admire_gray/template.php:24) in /domains/example.com/html/includes/common.inc on line 319.
I have read that deleting blank spaces before or after the php tags (in the common.inc file) may resolve this but have not been able to fix this issue. Does anyone have any thoughts? It's causing alot of confusion for the users. Any help would be greatly greatly appreciated. Thanks!
Comments
Comment #1
superflyman commentedComment #3
webchickReverting vandalism.
Comment #6
keith.smith commentedComment #7
ainigma32 commented@superflyman: judging from the track you got this cleared up. Can you confirm this issue was resolved?
- Arie
Comment #8
superflyman commentedResolved... Thanks for the help!
Comment #9
Brydave commentedSo, I'm having the exact same problem.
I was just wondering how you managed to resolve this issue?
thanks!
Comment #10
ainigma32 commentedCan you post the exact error message you get? And please select the version of Drupal you are using.
- Arie
Comment #11
Brydave commentedYes, sorry...
I am using 6x on MAMP and am getting the wsod on just the story page. The error log is this:
include() [function.include]: Failed opening 'page-story.tpl.php' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/drupal/themes/_bryfolio2/page.tpl.php on line 9.
Thanks for responding!
Comment #12
Brydave commentedI think I may have figured it out. My page.tpl.php is redirecting to use different templates on different tpl.php names. I just had to take the redirect out of for page-story.tpl.php.
Thanks for your time tho Arie! I think this will work...
--Bry
Comment #13
ainigma32 commentedThanks for posting your solution.
- Arie
Comment #17
webchickClosing comments on this since for some reason this 3-year old issue seems to be a spammer magnet.