<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 17512 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 187, Issue 16<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. plugin won't enabled in 20.11.x and no error in logs<br>      (Julien Sicot)<br>   2. Re: plugin won't enabled in 20.11.x and no error in logs<br>      (Jonathan Druart)<br>   3. Re: plugin won't enabled in 20.11.x and no error in logs<br>      (Tomas Cohen Arazi)<br>   4. Re: plugin won't enabled in 20.11.x and no error in logs<br>      (Nicolas Legrand)<br>   5. docker1 needs debian upgrading (Mason James)<br>   6. Re: docker1 needs debian upgrading (Tomas Cohen Arazi)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Fri, 18 Jun 2021 12:22:39 +0200<br>From: Julien Sicot <julien.sicot@univ-rennes2.fr><br>To: koha-devel@lists.koha-community.org<br>Subject: [Koha-devel] plugin won't enabled in 20.11.x and no error in<br>    logs<br>Message-ID: <6C802239-F2BB-458E-86FF-91C1E5E60377@univ-rennes2.fr><br>Content-Type: text/plain; charset="utf-8"<br><br>Hi all,<br><br>I'm facing an installation problem on a plugin we developed to manage requests for documents from stacks (which is inspired by the article request module).<br>https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request <https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request><br><br>Until now it worked fine, but after a koha upgrade in 20.11.x, it is stuck with the status disabled and it won't activate.<br>The plugin seems to compile well and I get no errors in the logs which is a bit tricky for debugging :-( <br>In the database it is considered as enabled and installed which is odd... Only the plugin_methods is not supplied.<br>The « tool » and « configure » parts seems to work but not the contrib API routes…<br><br>I must be missing something but I can't see what…<br><br>Thanks for the help<br>Best,<br><br>Julien Sicot<br>Systems Librarian<br>Université Rennes 2<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/ee58799e/attachment-0001.htm><br><br>------------------------------<br><br>Message: 2<br>Date: Fri, 18 Jun 2021 12:49:51 +0200<br>From: Jonathan Druart <jonathan.druart@bugs.koha-community.org><br>To: Julien Sicot <julien.sicot@univ-rennes2.fr><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] plugin won't enabled in 20.11.x and no error<br>    in logs<br>Message-ID:<br>    <CAJzKNY4DC=wPVVrskR=mkNng9vTHtJAcpAjKW=bNZC0GQaVr5A@mail.gmail.com><br>Content-Type: text/plain; charset="UTF-8"<br><br>> Until now it worked fine, but after a koha upgrade in 20.11.x, it is stuck with the status disabled and it won't activate.<br><br>Just a guess: is the is_enable code correct?<br><br>https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request/blob/master/Koha/Plugin/Fr/UnivRennes2/WRM.pm#L310<br><br>Le ven. 18 juin 2021 à 12:22, Julien Sicot<br><julien.sicot@univ-rennes2.fr> a écrit :<br>><br>> Hi all,<br>><br>> I'm facing an installation problem on a plugin we developed to manage requests for documents from stacks (which is inspired by the article request module).<br>> https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request<br>><br>> Until now it worked fine, but after a koha upgrade in 20.11.x, it is stuck with the status disabled and it won't activate.<br>> The plugin seems to compile well and I get no errors in the logs which is a bit tricky for debugging :-(<br>> In the database it is considered as enabled and installed which is odd... Only the plugin_methods is not supplied.<br>> The « tool » and « configure » parts seems to work but not the contrib API routes…<br>><br>> I must be missing something but I can't see what…<br>><br>> Thanks for the help<br>> Best,<br>><br>> Julien Sicot<br>> Systems Librarian<br>> Université Rennes 2<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>Message: 3<br>Date: Fri, 18 Jun 2021 08:08:17 -0300<br>From: Tomas Cohen Arazi <tomascohen@gmail.com><br>To: Julien Sicot <julien.sicot@univ-rennes2.fr><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] plugin won't enabled in 20.11.x and no error<br>    in logs<br>Message-ID:<br>    <CABZfb=VUEe+9mStgJ4cqe85rTnsJCsgYAxfYXpQNQJLBMD7ohQ@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Make sure you run the install_plugins.pl script if this was an upgrade. I'm<br>not sure what version you come from, but you need to see the API related<br>methods listed in plugin_methods.<br><br>Also, check the logs, because there might be problems with the API spec<br>that make Koha skip the routes.<br><br>Also restart all the things just in case he.<br><br>El vie., 18 jun. 2021 7:23, Julien Sicot <julien.sicot@univ-rennes2.fr><br>escribió:<br><br>> Hi all,<br>><br>> I'm facing an installation problem on a plugin we developed to manage<br>> requests for documents from stacks (which is inspired by the article<br>> request module).<br>> https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request<br>><br>> Until now it worked fine, but after a koha upgrade in 20.11.x, it is stuck<br>> with the status disabled and it won't activate.<br>> The plugin seems to compile well and I get no errors in the logs which is<br>> a bit tricky for debugging :-(<br>> In the database it is considered as enabled and installed which is odd...<br>> Only the plugin_methods is not supplied.<br>> The « tool » and « configure » parts seems to work but not the contrib API<br>> routes…<br>><br>> I must be missing something but I can't see what…<br>><br>> Thanks for the help<br>> Best,<br>><br>> Julien Sicot<br>> Systems Librarian<br>> Université Rennes 2<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/11a6cc88/attachment-0001.htm><br><br>------------------------------<br><br>Message: 4<br>Date: Fri, 18 Jun 2021 13:49:01 +0200<br>From: Nicolas Legrand <nicolas.legrand@bulac.fr><br>To: Jonathan Druart <jonathan.druart@bugs.koha-community.org><br>Cc: Julien Sicot <julien.sicot@univ-rennes2.fr>,  koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] plugin won't enabled in 20.11.x and no error<br>    in logs<br>Message-ID:<br>    <CAODBKZfEtfGOi48Lh5Jupt4Ee1K7S2Ruu4UKOycM081dvGpuRA@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Le ven. 18 juin 2021 à 12:50, Jonathan Druart <<br>jonathan.druart@bugs.koha-community.org> a écrit :<br><br>> > Until now it worked fine, but after a koha upgrade in 20.11.x, it is<br>> stuck with the status disabled and it won't activate.<br>><br>> Just a guess: is the is_enable code correct?<br>><br>><br>> https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request/blob/master/Koha/Plugin/Fr/UnivRennes2/WRM.pm#L310<br><br><br><br>Julien, we got this one on, though we don't use it right now. This could<br>explain it's working with our 20.11 ?<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/2d4a2d13/attachment-0001.htm><br><br>------------------------------<br><br>Message: 5<br>Date: Sat, 19 Jun 2021 00:02:33 +1200<br>From: Mason James <mtj@kohaaloha.com><br>To: Koha Devel <koha-devel@lists.koha-community.org><br>Subject: [Koha-devel] docker1 needs debian upgrading<br>Message-ID: <cd028269-5a15-4546-e344-d019fa15c3ea@kohaaloha.com><br>Content-Type: text/plain; charset=utf-8; format=flowed<br><br>hi folks<br>can someone (possibly bywater) upgrade debian on docker1, pleeese<br><br>some tests are failing because it's debian is too old<br><br>thanks, Mason<br><br><br><br><br><br>------------------------------<br><br>Message: 6<br>Date: Fri, 18 Jun 2021 09:13:13 -0300<br>From: Tomas Cohen Arazi <tomascohen@gmail.com><br>To: Mason James <mtj@kohaaloha.com><br>Cc: Koha Devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] docker1 needs debian upgrading<br>Message-ID:<br>    <CABZfb=VA50URKSFXDhsCFv3tzFAHU8mzAFOXfOTMxwLFNxy9TQ@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Isn't all being run inside containers? I can try upgrading it anyway.<br><br>El vie, 18 jun 2021 a las 9:03, Mason James (<mtj@kohaaloha.com>) escribió:<br><br>> hi folks<br>> can someone (possibly bywater) upgrade debian on docker1, pleeese<br>><br>> some tests are failing because it's debian is too old<br>><br>> thanks, Mason<br>><br>><br>><br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br>><br><br><br>-- <br>Tomás Cohen Arazi<br>Theke Solutions (http://theke.io)<br>✆ +54 9351 3513384<br>GPG: B2F3C15F<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/0fa139d9/attachment.htm><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 187, Issue 16<br>*******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>