Modify ↓
Ticket #13 (closed defect)
Inheritance of layout templates broken for 404 (and likely 500) pages
| Reported by: | Hugo Ahlenius <muratracker@…> | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Component: | v5 |
| Version: | Keywords: | 404 specialpage 500 layout inheritance | |
| Cc: | Time planned: | 1d | |
| Time remaining: | 1d | Time spent: | 1d |
Description
Accessing the 404 special page (designed with inheriting a layout template from the parent, which uses a non-default template) through the URL - index.cfm/siteid/404/ - works fine, but when displayed for an error, such as index.cfm/siteid/page-does-not-exist/ it displays using a default template, and the chain of template inheritance is broken.
Workaround: specify the template explicity in the 404 page.
I haven't tested with a 500 page (not sure how one can provoke an error...) but I assume that is the same.
Attachments
Note: See
TracTickets for help on using
tickets.
