https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40787 --- Comment #7 from David Nind <david@davidnind.com> --- (In reply to David Nind from comment #5)
2. Not related to this bug, but if I actually search, for example for 'patrons', I get this error:
malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/JSON.pm line 190 in JSON::from_json at /usr/share/perl5/JSON.pm line 190 187: } 188: } 189: 190: return $json->decode( $_[0] ); 191: }
To avoid this error in current main: 1. Remove this repo from /etc/koha/sites/kohadev/koha-conf.xml: <repo> <name>PTFS Europe</name> <org_name>PTFS-Europe</org_name> <service>github</service> </repo> 2. Change the setting for plugins_restricted to (that is, from 1 to 0): <plugins_restricted>0</plugins_restricted> -- You are receiving this mail because: You are watching all bug changes.