http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
--- Comment #97 from Robin Sheat <ro...@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. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/