[Koha-bugs] [Bug 27859] MARC export for search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 04:09:44 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27859

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #19 from David Nind <david at davidnind.com> ---
Just one item from testing. 

When I click on the "View detail of the enqueued job" (link is
http://127.0.0.1:8081/cgi-bin/koha/admin/background_jobs.pl?op=view&id=1) I get
an error trace page:

Template process failed: file error -
background_jobs/search_result_marc_export.inc: not found at
/kohadevbox/koha/C4/Templates.pm line 127

    in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 127

      124: 
      125:     my $data;
      126:     binmode( STDOUT, ":encoding(UTF-8)" );
      127:     $template->process( $self->filename, $vars, \$data )
      128:       || die "Template process failed: ", $template->error();
      129:     return $data;
      130: }

....

I get the same error if I try to view the job details from Administration >
Jobs > Manage jobs

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


More information about the Koha-bugs mailing list