A new request with request id 17512 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :

Title : Koha-devel Digest, Vol 187, Issue 16
Category :
Description :
Send Koha-devel mailing list submissions to
    koha-devel@lists.koha-community.org

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
or, via email, send a message with subject or body 'help' to
    koha-devel-request@lists.koha-community.org

You can reach the person managing the list at
    koha-devel-owner@lists.koha-community.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha-devel digest..."


Today's Topics:

1. plugin won't enabled in 20.11.x and no error in logs
(Julien Sicot)
2. Re: plugin won't enabled in 20.11.x and no error in logs
(Jonathan Druart)
3. Re: plugin won't enabled in 20.11.x and no error in logs
(Tomas Cohen Arazi)
4. Re: plugin won't enabled in 20.11.x and no error in logs
(Nicolas Legrand)
5. docker1 needs debian upgrading (Mason James)
6. Re: docker1 needs debian upgrading (Tomas Cohen Arazi)


----------------------------------------------------------------------

Message: 1
Date: Fri, 18 Jun 2021 12:22:39 +0200
From: Julien Sicot <julien.sicot@univ-rennes2.fr>
To: koha-devel@lists.koha-community.org
Subject: [Koha-devel] plugin won't enabled in 20.11.x and no error in
    logs
Message-ID: <6C802239-F2BB-458E-86FF-91C1E5E60377@univ-rennes2.fr>
Content-Type: text/plain; charset="utf-8"

Hi all,

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).
https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request <https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request>

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.
The plugin seems to compile well and I get no errors in the logs which is a bit tricky for debugging :-(
In the database it is considered as enabled and installed which is odd... Only the plugin_methods is not supplied.
The « tool » and « configure » parts seems to work but not the contrib API routes…

I must be missing something but I can't see what…

Thanks for the help
Best,

Julien Sicot
Systems Librarian
Université Rennes 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/ee58799e/attachment-0001.htm>

------------------------------

Message: 2
Date: Fri, 18 Jun 2021 12:49:51 +0200
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
To: Julien Sicot <julien.sicot@univ-rennes2.fr>
Cc: koha-devel <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] plugin won't enabled in 20.11.x and no error
    in logs
Message-ID:
    <CAJzKNY4DC=wPVVrskR=mkNng9vTHtJAcpAjKW=bNZC0GQaVr5A@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

> 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.

Just a guess: is the is_enable code correct?

https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request/blob/master/Koha/Plugin/Fr/UnivRennes2/WRM.pm#L310

Le ven. 18 juin 2021 à 12:22, Julien Sicot
<julien.sicot@univ-rennes2.fr> a écrit :
>
> Hi all,
>
> 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).
> https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request
>
> 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.
> The plugin seems to compile well and I get no errors in the logs which is a bit tricky for debugging :-(
> In the database it is considered as enabled and installed which is odd... Only the plugin_methods is not supplied.
> The « tool » and « configure » parts seems to work but not the contrib API routes…
>
> I must be missing something but I can't see what…
>
> Thanks for the help
> Best,
>
> Julien Sicot
> Systems Librarian
> Université Rennes 2
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/


------------------------------

Message: 3
Date: Fri, 18 Jun 2021 08:08:17 -0300
From: Tomas Cohen Arazi <tomascohen@gmail.com>
To: Julien Sicot <julien.sicot@univ-rennes2.fr>
Cc: koha-devel <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] plugin won't enabled in 20.11.x and no error
    in logs
Message-ID:
    <CABZfb=VUEe+9mStgJ4cqe85rTnsJCsgYAxfYXpQNQJLBMD7ohQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Make sure you run the install_plugins.pl script if this was an upgrade. I'm
not sure what version you come from, but you need to see the API related
methods listed in plugin_methods.

Also, check the logs, because there might be problems with the API spec
that make Koha skip the routes.

Also restart all the things just in case he.

El vie., 18 jun. 2021 7:23, Julien Sicot <julien.sicot@univ-rennes2.fr>
escribió:

> Hi all,
>
> 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).
> https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request
>
> 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.
> The plugin seems to compile well and I get no errors in the logs which is
> a bit tricky for debugging :-(
> In the database it is considered as enabled and installed which is odd...
> Only the plugin_methods is not supplied.
> The « tool » and « configure » parts seems to work but not the contrib API
> routes…
>
> I must be missing something but I can't see what…
>
> Thanks for the help
> Best,
>
> Julien Sicot
> Systems Librarian
> Université Rennes 2
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/11a6cc88/attachment-0001.htm>

------------------------------

Message: 4
Date: Fri, 18 Jun 2021 13:49:01 +0200
From: Nicolas Legrand <nicolas.legrand@bulac.fr>
To: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Cc: Julien Sicot <julien.sicot@univ-rennes2.fr>, koha-devel
    <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] plugin won't enabled in 20.11.x and no error
    in logs
Message-ID:
    <CAODBKZfEtfGOi48Lh5Jupt4Ee1K7S2Ruu4UKOycM081dvGpuRA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Le ven. 18 juin 2021 à 12:50, Jonathan Druart <
jonathan.druart@bugs.koha-community.org> a écrit :

> > 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.
>
> Just a guess: is the is_enable code correct?
>
>
> https://github.com/DSI-Universite-Rennes2/koha-plugin-warehouse-request/blob/master/Koha/Plugin/Fr/UnivRennes2/WRM.pm#L310



Julien, we got this one on, though we don't use it right now. This could
explain it's working with our 20.11 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/2d4a2d13/attachment-0001.htm>

------------------------------

Message: 5
Date: Sat, 19 Jun 2021 00:02:33 +1200
From: Mason James <mtj@kohaaloha.com>
To: Koha Devel <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] docker1 needs debian upgrading
Message-ID: <cd028269-5a15-4546-e344-d019fa15c3ea@kohaaloha.com>
Content-Type: text/plain; charset=utf-8; format=flowed

hi folks
can someone (possibly bywater) upgrade debian on docker1, pleeese

some tests are failing because it's debian is too old

thanks, Mason





------------------------------

Message: 6
Date: Fri, 18 Jun 2021 09:13:13 -0300
From: Tomas Cohen Arazi <tomascohen@gmail.com>
To: Mason James <mtj@kohaaloha.com>
Cc: Koha Devel <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] docker1 needs debian upgrading
Message-ID:
    <CABZfb=VA50URKSFXDhsCFv3tzFAHU8mzAFOXfOTMxwLFNxy9TQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Isn't all being run inside containers? I can try upgrading it anyway.

El vie, 18 jun 2021 a las 9:03, Mason James (<mtj@kohaaloha.com>) escribió:

> hi folks
> can someone (possibly bywater) upgrade debian on docker1, pleeese
>
> some tests are failing because it's debian is too old
>
> thanks, Mason
>
>
>
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/
>


--
Tomás Cohen Arazi
Theke Solutions (http://theke.io)
✆ +54 9351 3513384
GPG: B2F3C15F
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210618/0fa139d9/attachment.htm>

------------------------------

Subject: Digest Footer

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


------------------------------

End of Koha-devel Digest, Vol 187, Issue 16
*******************************************


NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.