[Koha-bugs] [Bug 23975] Add ability to search and install plugins from GitHub

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 13 06:24:01 CET 2020


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #8 from David Nind <david at davidnind.com> ---
The search worked fine!

Should I be able to install a plugin yet? I can install plugins the standard
way.

This is the start of the error message I got clicking the Install button from
the search results:

Can't locate object method "save_to" via package "Mojo::Message::Response" at
/kohadevbox/koha/plugins/plugins-upload.pl line 78
in (eval) at /kohadevbox/koha/plugins/plugins-upload.pl line 78
   75:         if ( $uploadlocation ) {
   76:             my $ua = Mojo::UserAgent->new(max_redirects => 5);
   77:             my $tx = $ua->get($uploadlocation);
   78:             $tx->result->save_to($tempfile);
   79:         } else {
   80:             $errors{'EMPTYUPLOAD'}    = 1 unless ( length($uploadfile) >
0 );
   81:         }
in CGI::Compile::ROOT::kohadevbox_koha_plugins_plugins_2dupload_2epl::__ANON__
at /kohadevbox/koha/plugins/plugins-upload.pl line 2

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list