https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29110 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to David Nind from comment #5)
I singed this off, but then thought I should check that the article requests system is still working.
When adding a request or going to "Your account" (all the other user account ages seem fine) I get:
Template process failed: undef error - DBIC result _type isn't of the _type Item at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt line 751. at /kohadevbox/koha/C4/Templates.pm line 121
in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 121
118: 119: my $data; 120: binmode( STDOUT, ":encoding(UTF-8)" ); 121: $template->process( $self->filename, $vars, \$data ) 122: || die "Template process failed: ", $template->error(); 123: return $data; 124: }
Show function arguments in (eval) at /kohadevbox/koha/opac/opac-user.pl line 421
418: ); 419: } 420: 421: output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 };
Are you sure you restarted all the things? I have just applied the whole tree and reset_all, and things keep working as they used to. -- You are receiving this mail because: You are watching all bug changes.