[Koha-bugs] [Bug 2651] New: showmarc tries (and fails) to use a non-existant OPAC css file from the STAFF side

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Sat Sep 27 00:24:33 CEST 2008


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

           Summary: showmarc tries (and fails) to use a non-existant OPAC
                    css file from the STAFF side
           Product: Koha
           Version: HEAD
          Platform: PC
               URL: cgi-
                    bin/koha/catalogue/showmarc.pl?viewas=card&importid=9
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: Cataloging
        AssignedTo: galen.charlton at liblime.com
        ReportedBy: joe.atzberger at liblime.com
         QAContact: koha-bugs at lists.koha.org


The STAFF logs are filled with errors like:

[Fri Sep 26 12:33:04 2008] [error] [client 192.168.2.203] File does not exist:
/home/liblime/kohaclone/koha-tmpl/koha-tmpl, referer:
http://example.com/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=3495
[Fri Sep 26 12:33:24 2008] [error] [client 192.168.2.203] File does not exist:
/home/liblime/kohaclone/koha-tmpl/koha-tmpl, referer:
http://example.com/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=3496
[Fri Sep 26 12:33:46 2008] [error] [client 192.168.2.203] File does not exist:
/home/liblime/kohaclone/koha-tmpl/koha-tmpl, referer:
http://example.com/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=3495

The cause is in the XSL file:
koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl

Line 13:
<link href="/koha-tmpl/opac-tmpl/prog/en/css/xsl.css" rel="stylesheet"
type="text/css" />


That address will never make any sense to the browser client, since it is on
the INTRANET side.  Trying to get an opac-tmpl via <link> will not work.  In
any case there is no xsl.css on either side!  Perhaps it is sitting in a
repository somewhere waiting to be committed?




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



More information about the Koha-bugs mailing list