Re: [Koha] Import command

2017-05-01 Thread vinod mishra
I got the solution which is available inside the *bulkmarcimport.pl file of Koha. So the command would be:* *perl bulkmarcimport.pl –framework BKS -file kohaMARC_x.mrc*(BKS is framework code) You may get lot of solutions inside that file if

Re: [Koha] https 403 Forbiden

2017-05-01 Thread Mark Tompsett
Greetings, Koha can run in https and http simultaneously. I've done it. But it requires manually configuring your apache configuration. https://ip:80 and https://ip:8080 don't work. https is generally port 443. Forbidden errors sound like an apache configuration issue as well. https://wiki.koha-

Re: [Koha] Plack unable to restart once every week

2017-05-01 Thread Andreas Roussos
Hello Jonathan, I applied the patch from bug 17814 and it seems to have fixed the problem. Thanks again! Kind regards, Andreas On 25 April 2017 at 15:09, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Hello Andreas, > > You should take a look at bug 17814, it may be relate