koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 638] New: Invalid paths for some image files


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 638] New: Invalid paths for some image files
Date: 27 Oct 2003 22:48:57 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=638

           Summary: Invalid paths for some image files
           Product: Koha
           Version: 2.0.0
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Templates
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


In auth.tmpl, line 36, the image path:  

background="/images/background-mem.gif"> 

generates an error in my koha-error_log file of:

[error] [client 192.168.0.241] File does not exist:
/usr/local/koha/intranet/htdocs/intranet-tmpl/default/background-mem.gif,
referer: http://koha.celeborn/cgi-bin/koha/mainpage.pl

It appears that the problem is that this path needs to be modified by the
'themelang' template variable.  If I change the path to:

background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"

I don't get the error.  I don't know how many other places this particular path
problem occurs, but there is a similar problem in intranet-main.tmpl for the
holder.gif file. Do a search for "/images/holder.gif" to find them, then replace
with ."<TMPL_VAR NAME='themelang'>/images/holder.gif" to fix it.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]