I made an update (6.1->6.2) as described and got a white screen.
Finally I found the "user.module"-file as cause for the crash. With the user.module from 6.1 Drupal runs, but if I replace the file with user.module from 6.2: "white screen of death".
Something must be wrong with the new file, could anybody check it?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | common.inc_.diff | 569 bytes | borzoj |
Comments
Comment #1
borzoj commentedI have the same issue with sumbmitting the user permissions form.
I have found that flushing the ouptut before exit in drupal_goto() helps.
Cheers,
Michal
Comment #2
gábor hojtsyWhy would an exit() not flush the headers? What PHP version are you on?
Comment #3
dpearcefl commentedClosing due to lack of response.