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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to