Re: [Lxr-dev] another problems
Brought to you by:
ajlittoz
From: Malcolm B. <ma...@br...> - 2004-06-07 09:32:43
|
George Ciobanu wrote: > /** Fatal: Ident refs template not configured at /usr/local/lxr/ident > line 125./ > > Does anybody know how to fix this ? > Yes, you need to make sure that your lxr.conf has a entry such as: 'htmlident_refs' => 'html-ident-refs.html', and that the filename referenced exists in the lxr directory (the same directory as the lxr.conf file). > Browsing a directory called "g++fec" gives this message > > /** Fatal: Can't open /src/orc-2.1/osprey1.0/g fe/ at > /usr/local/lib/site_perl/LXR/Files/Plain.pm line 104. / The httpwash function in Common.pm is being a bit overzealous. Comment out the line " $t =~ s/\+/ /g;" to fix this - but be aware that this could result in a security hole being opened (I have not verified that there is no attack potential in the "+" character.) > Also, can u tell me where I can get the pictures for the folders and > files and where to put them. > The pictures for files/folders I use are from the Apache distribution. The URL used to load them is http://yourhost/icons/folder.gif, so put the icon files wherever this refers to on your server (usually Apache has an alias for /icons/ to some directory). Alternatively you can change the paths in the "source" program to point to wherever you like. > P.S. Malcolm, I'm sorry for sending this to you twice. > No problem. Cheers, Malcolm |