[Lxr-dev] [ lxr-Bugs-3594514 ] Template 'htmlfatal' not found
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2012-12-10 15:38:25
|
Bugs item #3594514, was opened at 2012-12-10 07:38 Message generated for change (Tracker Item Submitted) made by ajlittoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3594514&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: current cvs Status: Open Resolution: None Priority: 3 Private: No Submitted By: Andre-Littoz (ajlittoz) Assigned to: Nobody/Anonymous (nobody) Summary: Template 'htmlfatal' not found Initial Comment: LXR: all versions When an incorrect URL is submitted to LXR, it tries to display some meaningful message with template 'htmlfatal'. In this context, no matching 'virtroot' has been found and Config::new returned undef. This means $config references nothing, not even the global parameter group where 'htmlfatal' is defined. This ends up with 1) an error about 'htmlfatal' not found, 2) using the default built-in minimal template. By the way, this buil-in template uses substitution marker $tree instead of $target (not upgraded when name changed!) To fix this malfunction, find a way to get global parameter group into $config in any circumstance. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3594514&group_id=2735 |