Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
forms system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2007 at 22:40 UTC
Updated:
17 Jul 2012 at 19:51 UTC
On a clean install of D6…
When I login successfully, I get an initial white screen (no returned HTML). If I reload the page, it shows the content.
The same thing occurs when I logout; I get a white screen. And again, if I reload the /logout page or go to any other page, it shows the content.
As a side note, if I enter an incorrect login/password combo, I don't get a white screen.
Comments
Comment #1
sunSame symptoms here, but in *all* forms. If any form values are invalid, the form is displayed again. All forms are submitted, but after submit a white screen of death is remaining.
Must have something to do with the underlying platform, because others are not able to reproduce this bug.
Platform here: D6 clean, Apache 2 running on Windows Server 2003.
Comment #2
sunCorrect title.
Comment #3
johnalbinPlatform here is Mac OS X, Apache 1.3, PHP 4.4.7. What PHP version are you using, Daniel?
Also, I'm not seeing any errors show up in the Apache error log.
Comment #4
sunThat's it! After switching from PHP 4.4.7 to 5.2.3 white screens are gone.
Comment #5
johnalbinNow that I’ve played around a bit, I can confirm this is affecting all forms, not just login and logout.
Comment #6
sunHowever, INSTALL.txt reads:
seems like we have to dig into it
Comment #7
johnalbinThis is caused by the new
drupal_goto(). See http://drupal.org/node/178999Comment #8
johnalbinWe should move the discussion to: http://drupal.org/node/178999
Comment #10
kalbert036666@gmail.com commentedhey i have a similar problem... when i login on my local machine it works very well , but when i load the same hosted site it gives me a white screen...
Comment #11
stevenpatz