A clumsy typo was left at line 240, which should read:
i.e. remove the extraneous "h".
A space is also missing at line 518, which should read:
-f
is catenated to the directory name,
giving a non-existent directory
and leading to incorrect parsing of the rest of the arguments.
The command then always fails
and the search database is not initialised.
r--r--r--
permissions preventing any
access to it.
Fix permissions with
After any copy from templates/ directory, fix file permissions to allow write/update:
'stylesheet'
is
defined as 'templates/html/lxr.css'
instead of '/templates/lxr.css'
.
^
) in the Alias
directive (line 28) of file
templates/Apache/apache-lxrserver.conf to read:
%
character in a critical subroutine.
If you change the value of any variable (i.e. version, architecture, …) after clicking on an include link, you may get a "file does not exist" error message because the rewrite rules are not correctly recomputed.
Prior to release 2.0.0, error messages are only sent to the browser error log. This usually requires administrator privileges to retrieve the information.
Starting with release 0.11, this directory is set to "read-only" mode to discourage people from making changes. It thus becomes a reliable reference for stored files. Any LXR customisation must be done in the custom.d/ directory (lxrconf.d/ prior to release 1.0).
In particular, import branches are not handled.
Git Perl library being broken, trying to access a Git repository causes error termination.
Unavailable due to the specific format of the VCS database (read: they do not use plain files).
CVS does not manage version for directories.
If you change version for something other than HEAD
,
you get the infamous "file does not exist" error message.