https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27859 --- Comment #21 from David Gustafsson <glasklas@gmail.com> --- (In reply to David Nind from comment #19)
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
Ok! Forgot to include that file in the commit, have now fixed this. -- You are receiving this mail because: You are watching all bug changes.