1 Sep
2015
1 Sep
'15
6:43 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #97 from Robin Sheat <robin@catalyst.net.nz> --- (In reply to Peter Zhao from comment #96)
koha@koha:~$ perl -MData::Dumper -MJSON -e 'print Dumper JSON::true;' $VAR1 = bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ); koha@koha:~$ perl -MJSON::XS::Boolean -e '' koha@koha:~$ koha@koha:~$ sudo cpanm JSON::XS
After "JSON::XS" was installed, Opac works well. Thanks a lot!
Cool. I suspect that your setup is particularly non-standard. I tried to uninstall JSON::XS to test, but I couldn't as it would have cause other critical things to uninstall also. -- You are receiving this mail because: You are watching all bug changes.