[Koha-bugs] [Bug 13922] New: MODS Export Broken on Package

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 26 22:03:16 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13922

            Bug ID: 13922
           Summary: MODS Export Broken on Package
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: nengard at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl, oleonard at myacpl.org

When trying to export using MODS you will get this error:

Software error:

Can't locate object method "code" via package "Could not create file parser
context for file
"/usr/share/koha/intranet/cgi-bin/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl":
No such file or directory at /usr/share/koha/opac/cgi-bin/opac/unapi line 207.
" (perhaps you forgot to load "Could not create file parser context for file
"/usr/share/koha/intranet/cgi-bin/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl":
No such file or directory at /usr/share/koha/opac/cgi-bin/opac/unapi line 207.
"?) at /usr/share/koha/opac/cgi-bin/opac/unapi line 150.




It looks like a path issue.  It is looking for:

/usr/share/koha/intranet/cgi-bin/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl

But the correct path appears to be:

/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl

The incorrect path does appear to be a mix of package and git paths.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list