Closed (fixed)
Project:
Admin
Version:
6.x-2.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Dec 2009 at 18:08 UTC
Updated:
21 Jan 2010 at 04:50 UTC
Using 6.x-2.0-alpha3 & 404 Blocks module. First i thought it could be my theme. After messing around it seems if your logged in and have access to the admin menu navigating to a 404 page will cause a WSOD. Error file says "forms/includes/common.inc on line 1582".
Shutting off 404 Blocks fixes the problem. Not sure if this an issue with admin or 404. I will post the issue there as well. Thanks a lot
Comments
Comment #1
jlamons commentedSpent all morning tracking this down on my own site. Commenting out line 19 of the admin.module file (and it's closing bracket) has at least allowed for my custom 404 page to be rendered without producing the common.inc error. FWIW - I'm not using the 404 blocks module.
The offending code AFAIK seems to be:
if ($trail = menu_get_active_trail()) {Although I don't know what ill effects commenting this out is causing/will cause yet.
I hope that's at least a little bit helpful.
Comment #2
gooddesignusa commentedThanks for looking into it. Guess we shall wait for the author to comment. Hopefully your investigating helps speed things along.
Comment #3
yhahn commentedThank you for debugging, I will look into this shortly.
Comment #4
yhahn commentedThis should be fixed as of http://drupal.org/cvs?commit=310796. Let me know if you still have trouble.
Comment #5
jlamons commentedWorks perfectly for me. I'll let gooddesignusa weigh in as well, but this looks great and solved the issue. Thanks for this module, it's of my favorites.