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

jlamons’s picture

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

gooddesignusa’s picture

Thanks for looking into it. Guess we shall wait for the author to comment. Hopefully your investigating helps speed things along.

yhahn’s picture

Assigned: Unassigned » yhahn

Thank you for debugging, I will look into this shortly.

yhahn’s picture

Status: Active » Fixed

This should be fixed as of http://drupal.org/cvs?commit=310796. Let me know if you still have trouble.

jlamons’s picture

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.