Hello! I've been having a strange issue with CustomError. If I type in the direct URL to the custom page (that is, http://www.thornfield.ws/drupal/customerror/404 ) then it plays nicely with Garland. However, if I just type in a nonsense path to make the 404 error appear, the content area stretches across the left sidebar and breaks the layout.
Any thoughts?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | customerror-direct-path.png | 58.88 KB | kbahey |
| #2 | customerror-404.png | 49.48 KB | kbahey |
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).