https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30844
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Marcel de Rooy <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #5) > Pushed to master for 22.11. > > Nice work everyone, thanks! Hmm 13:22] <marcelr> hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this) at /usr/share/koha/opac/opac-search.pl line 564 [13:26] <marcelr> Commit 71f54a75713c5d5a6acfbdd3fefe1166ea0efafd [13:26] <marcelr> - $pasarParams .= '&query=' . uri_escape_utf8($query); + $pasarParams .= '&query=' . uri_escape_utf8(encode_json($query)); [13:26] <marcelr> a simple opac search already crashes on master -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
