Regards.
This is the problem.
Login and activate Theme developer (order is irrelevant)
Logout.
You got a white screen of death. Disable theme developer, repeat process, everything works fine.
This is the error message generated by this blank scren, as shown by the Registry:
Cannot modify header information - headers already sent by (output started at /home/pensami/public_html/sepex2010/sites/default/modules/devel/devel_themer.module:490) in /home/pensami/public_html/sepex2010/includes/common.inc on line 319.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | devel_themer.module.patch | 978 bytes | matt v. |
Comments
Comment #1
torgospizzaFor me the fix was really simple. In devel_themer.module, go to line 490. Change this:
to this:
Now it's checking to make sure we're a logged-in user. If the user is anonymous (i.e., they just logged out) then it doesn't try to output the JS.
Comment #2
matt v. commentedTorgosPizza, I applied your fix in version 6.x-1.17, which did fix the issue for me. In case it might help get it applied to the module, I generated a patch file, which I'm attaching.
Comment #3
torgospizzaCool, thanks for the update. Glad I could help :)
Comment #4
henry97 commentedI had the same problem with UID1 (the only one using devel, 6.16). That fix worked for me too.
Thanks torgosPizza!
Comment #5
sethhavens commentedno idea how you found that but, just to confirm.... YAY! works for me to, cheers torgosPizza
Comment #6
moshe weitzman commentedComment #7
effulgentsia commentedThis is a special case of a more general bug (#493098: theme developer causes WSOD on drupal_goto) that has been fixed.
Comment #8
effulgentsia commentedA shame that the issue queue only allows a single status. I guess 'fixed' makes more sense than 'duplicate' if I have to choose one.