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@gmail.com Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl, oleonard@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.