Summary: | Commenting "listen" biblioserver in KOHA_CONF crashes about.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Lari Taskula <lari.taskula> |
Component: | Searching - Zebra | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Lari Taskula
2022-01-04 18:51:16 UTC
(In reply to Lari Taskula from comment #0) > Can't use an undefined value as a HASH reference at C4/Context.pm line 536. The correct line as of 442fb97155285ff4063cdd6279328ebed62ea6d4 is 534 not 536. I'd say we move this code into the eval: my $host = _common_config($server, 'listen')->{content}; my $serverinfo = _common_config($server, 'serverinfo'); my $user = $serverinfo->{user}; my $password = $serverinfo->{password}; |