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

sun’s picture

Component: user system » forms system
Priority: Normal » Critical

Same 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.

sun’s picture

Title: White screen upon login or logout » White screen after form submit

Correct title.

johnalbin’s picture

Platform 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.

sun’s picture

That's it! After switching from PHP 4.4.7 to 5.2.3 white screens are gone.

johnalbin’s picture

Now that I’ve played around a bit, I can confirm this is affecting all forms, not just login and logout.

sun’s picture

However, INSTALL.txt reads:

Drupal requires a web server, PHP 4 (4.3.3 or greater) or PHP 5 ...

seems like we have to dig into it

johnalbin’s picture

This is caused by the new drupal_goto(). See http://drupal.org/node/178999

johnalbin’s picture

Status: Active » Closed (duplicate)

We should move the discussion to: http://drupal.org/node/178999

kalbert036666@gmail.com’s picture

Title: White screen after form submit » Same problem
Version: 6.x-dev » 7.0
Component: forms system » other
Assigned: Unassigned » kalbert036666@gmail.com
Category: bug » task
Status: Closed (duplicate) » Active

hey 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...

stevenpatz’s picture

Title: Same problem » White screen after form submit
Version: 7.0 » 6.x-dev
Component: other » forms system
Assigned: kalbert036666@gmail.com » Unassigned
Category: task » bug
Status: Active » Closed (duplicate)