https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750 --- Comment #17 from Magnus Enger <magnus@libriotech.no> --- Hm, the previous version of the patch was working as expected, but with the most recent version, when I go to "Manage request" i get an "Internal Server Error". The Plack error log says: Template process failed: undef error - The method logs is not covered by tests! at /home/vagrant/kohaclone/C4/Templates.pm line 122 The code around line 122 looks like this: 120 my $data; 121 binmode( STDOUT, ":utf8" ); 122 $template->process( $self->filename, $vars, \$data ) 123 || die "Template process failed: ", $template->error(); 124 return $data; Not quite sure if there is a problem with the patch or if i screwed up my testing environment? -- You are receiving this mail because: You are watching all bug changes.