https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28811 --- Comment #14 from Mason James <mtj@kohaaloha.com> --- (In reply to Mason James from comment #13)
(In reply to Mohamad Barham from comment #9)
root@libkoha:~# pmvers Mojolicious::Plugin::OpenAPI 4.05 root@libkoha:~# pmvers Mojolicious 9.20 root@libkoha:~# pmvers JSON::Validator 4.21 root@libkoha:~# pmvers YAML::XS 0.83
hi Mohamad it seems that these perl modules have been installed from CPAN
this will cause problems with your Koha install, and you need to remove these modules to fix the problem
you should not have to install any perl modules from CPAN, for a working Koha package install
hi Mohamad after a backup, try these commands to remove the problem modules sudo cpan -v --uninstall Mojolicious::Plugin::OpenAPI sudo cpan -v --uninstall Mojolicious sudo cpan -v --uninstall JSON::Validator sudo cpan -v --uninstall YAML::XS then... sudo koha-plack --restart libkoha -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.