Re: [Koha-devel] Help! Plugin's API endpoint validation failing only on customer server

2021-09-09 Thread Michael Hafen (TECH)
Have you looked at opac/svc/overdrive_proxy ? It doesn't do a POST, but it does do some external api calls. On Thu, Sep 9, 2021 at 8:52 AM Isherwood, Andrew < andrew.isherw...@ptfs-europe.com> wrote: > Hi > > I've been banging my head against this one for a few hours now, so I'm > hoping

Re: [Koha-devel] Best practices for using Koha APIs server-side by Koha

2020-08-10 Thread Michael Hafen (TECH)
nstance. > > > > In any case, I’m keen to get input from others on system design. On one > hand, I’d like something that easily works for everyone, and on the other > hand I’d like something that works really well. > > > > David Cook > > Systems Librarian > >

Re: [Koha-devel] Best practices for using Koha APIs server-side by Koha

2020-08-07 Thread Michael Hafen (TECH)
Maybe I'm lacking in imagination, but I can only think of two cases where a Koha to Koha api would be useful: scheduled tasks (cron, et. all), and command line scripts. I think in both of these cases it's feasible to avoid auth entirely since it is basically jumping right into Koha at the control

Re: [Koha-devel] ModBiblio function error

2020-07-30 Thread Michael Hafen (TECH)
that shouldn't be throwing an error in your script. On Thu, Jul 30, 2020 at 1:13 PM Stephen Graham wrote: > Oh yes, sorry, forgot to say - we use Zebra not elasticsearch. > > > > Stephen > > > > *From:* Michael Hafen (TECH) > *Sent:* 30 July 2020 20:08 > *To:* S

Re: [Koha-devel] ModBiblio function error

2020-07-30 Thread Michael Hafen (TECH)
. We did have the BiblioAddsAuthorities sys > pref set to allow. I changed to don’t allow, and now my script doesn’t > generate the error. Hm…. We are not using authorities so I guess it’s > OK keep this set to “don’t allow”? > > > > Stephen > > > > *From:* Mich

Re: [Koha-devel] ModBiblio function error

2020-07-30 Thread Michael Hafen (TECH)
I did a quick look over the code. If your searchengine is set to Elasticsearch, then when ModZebra() is called it tries to index the record in the background at that time (at least that's the way it reads to me, I could be wrong). Also if you have the BiblioAddsAuthorities preference set, then

Re: [Koha-devel] Alerting users to breaking changes / backwards incompatibility

2020-05-28 Thread Michael Hafen (TECH)
What about the upgrade offering to add a news entry to the staff interface? I'm all for using existing functions :) On Wed, May 27, 2020 at 6:23 PM wrote: > Oh great. I don’t think I’ve seen that? > > > > David Cook > > Systems Librarian > > Prosentient Systems > > 72/330 Wattle St > > Ultimo,

Re: [Koha-devel] problem with sudo a2enmod mpm_itk

2020-04-21 Thread Michael Hafen (TECH)
rror continues > > ERROR: Module mpm_itk does not exist! > > thanks. > > > El mar., 21 abr. 2020 a las 18:36, Michael Hafen (TECH) (< > michael.ha...@washk12.org>) escribió: > >> Installing the itk module package should solve that problem. A command >> li

Re: [Koha-devel] problem with sudo a2enmod mpm_itk

2020-04-21 Thread Michael Hafen (TECH)
Installing the itk module package should solve that problem. A command like `apt install libapache2-mpm-itk` should do the trick. On Tue, Apr 21, 2020 at 4:25 PM Christian Calle Jahuira < christian...@gmail.com> wrote: > > Hello > > Friends, I encountered the following error while executing: >