https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17704 Londhe A <iamalon1434@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major CC| |iamalon1434@gmail.com Priority|P5 - low |P3 --- Comment #21 from Londhe A <iamalon1434@gmail.com> --- (In reply to David Cook from comment #18)
Created attachment 107216 [details] [review] Bug 17704: Enable ->xslt method (must use HTTP::OAI >= 4.07)
Signed-off-by: David Cook <dcook@prosentient.com.au>
I am getting same error, <pre>Can't call method "processing_instruction" on an undefined value at /usr/local/share/perl/5.30.0/HTTP/OAI/Response.pm line 115. koha version 20.11.12 HTTP::OAI 4.11 to add this patch in my file there is no lines like this : $response->set_handler($w); #$response->xslt( "/opac-tmpl/xslt/OAI.xslt" ); $response->generate($driver); lines in my file (Koha/OAI/Server/Repository.pm): $response->set_handler( XML::SAX::Writer->new( Output => *STDOUT ) ); $response->xslt( "/opac-tmpl/xslt/OAI.xslt" ); $response->generate; bless $self, $class; return $self; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.