[Koha-bugs] [Bug 28811] Cant receive orders

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 9 14:26:26 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28811

--- Comment #14 from Mason James <mtj at kohaaloha.com> ---
(In reply to Mason James from comment #13)
> (In reply to Mohamad Barham from comment #9)
> > root at libkoha:~# pmvers Mojolicious::Plugin::OpenAPI
> > 4.05
> > root at libkoha:~# pmvers Mojolicious
> > 9.20
> > root at libkoha:~# pmvers JSON::Validator
> > 4.21
> > root at 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.


More information about the Koha-bugs mailing list