Closed (fixed)
Project:
Theme developer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2009 at 08:48 UTC
Updated:
10 Jan 2010 at 23:30 UTC
Jump to comment: Most recent file
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.