| Summary: | Software error Can't call method "get_coins" on an undefined value at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 692. | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Dimitrios Dalagiorgos <dalagiorgos> |
| Component: | OPAC | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | 1joynelson, jonathan.druart, lucas, m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
20.05.00, 19.11.01
|
Circulation function: | |
| Attachments: |
Bug 23785: Fix call get_coins on undef value in opac-search.pl
Bug 23785: Fix call get_coins on undef value in opac-search.pl |
||
|
Description
Dimitrios Dalagiorgos
2019-10-09 13:52:37 UTC
I've seen this happening as well. Created attachment 95251 [details] [review] Bug 23785: Fix call get_coins on undef value in opac-search.pl If the search engine index returns a record that is no longer in the DB, an OPAC search will explode with: Can't call method "get_coins" on an undefined value at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 692. Created attachment 96083 [details] [review] Bug 23785: Fix call get_coins on undef value in opac-search.pl If the search engine index returns a record that is no longer in the DB, an OPAC search will explode with: Can't call method "get_coins" on an undefined value at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 692. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Straight thru QA Nice work everyone! Pushed to master for 20.05 Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.01 backported to 19.05.x for 19.05.06 |