Closed (works as designed)
Project:
Customerror
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2008 at 16:57 UTC
Updated:
10 Sep 2008 at 06:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
wuf31 commentedsame here with 6.x on Zen
Comment #2
kbahey commentedWhat you are seeing is the underlying Drupal core behavior. When an error is triggered, it does not display the blocks nor the sidebars at all. This is done to reduce the processing needed when a 404 is triggered.
Try it without the module, and you will see the same behavior (blocks disappear).
I am attaching two images to demonstrate how this works on a plain Drupal installation with this module, once by typing the customerror/404 path directly (no real 404 triggered), and another time with a path that is not there (a 404 is triggered, and no blocks are shown).