https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41920 --- Comment #3 from Alex Carver [Acerock7] <alex@rcls.org> --- When adding the <total_running_reports_per_instance_limit> variable into the config file and trying to run a report I get a long page of debugging info beginning with: Can't locate object method "instanceenv" via package "C4::Context" at /kohadevbox/koha/reports/guided_reports.pl line 819 in (eval) at /kohadevbox/koha/reports/guided_reports.pl line 819 816: # Determine if the Koha instance is running too many reports in total 817: my @total_running_for_instance_report_ids; 818: my $total_running_reports_per_instance_limit = C4::Context->config('total_running_reports_per_instance_limit'); 819: if ( $total_running_reports_per_instance_limit && C4::Context->instanceenv ) { 820: my $instance_id = C4::Context->instanceenv ? C4::Context->instanceenv->{number} : undef; 821: @total_running_for_instance_report_ids = Koha::Reports->running(); 822: } -- You are receiving this mail because: You are watching all bug changes.