Re: [Koha] Parsing public reports

2020-07-08 Thread Alvaro Cornejo
Hi Alexander, That works !! Thanks Alvaro || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre /

[Koha] Adding Patron Error

2020-07-08 Thread Lamb Joseph
Hello, When adding a patron I get the following error: Something went wrong when creating the patron. Check the logs What logs should I check? Thank you Joseph Lamb Joseph Lamb ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz

Re: [Koha] delete content of a biblio instance

2020-07-08 Thread Alvaro Cornejo
Hi, Sorry, yes, that was it. It has been a long time since I did that import. I think it was a two step process... Regards Alvaro || Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo

Re: [Koha] Error in Tools

2020-07-08 Thread Tomas Cohen Arazi
Hi there. Have you tried with the untranslated interface? (i.e. english) El mié., 8 jul. 2020 a las 14:29, Victor Barroso Oliveira (< vbovic...@gmail.com>) escribió: > I noticed that when I change the language to Portuguese Brazil (pt-BR) the > tools module has an error. > > Em qua., 8 de jul.

Re: [Koha] Error in Tools

2020-07-08 Thread Victor Barroso Oliveira
I noticed that when I change the language to Portuguese Brazil (pt-BR) the tools module has an error. Em qua., 8 de jul. de 2020 às 13:57, Victor Barroso Oliveira < vbovic...@gmail.com> escreveu: > Good afternoon, > When I try to access the "Tools" module, the error is "Internal Server > Error"

[Koha] Error in Tools

2020-07-08 Thread Victor Barroso Oliveira
Good afternoon, When I try to access the "Tools" module, the error is "Internal Server Error" This is only happening with the "Tools" module. How can I solve this? Thank you, Victor ___ Koha mailing list http://koha-community.org

[Koha] Webinar on Digital Library Technology July 15-16, 2020

2020-07-08 Thread mohan pradhan
VuFind software is going to conduct a two-day webinar on Digital Library Technology. This webinar aims to share the recent trends of worldwide used technologies regarding digital library. The presentation will focus on the software: Koha, DSpace, VuFind, WordPress and SubjectsPlus. The seats

[Koha] Wrong order wehen sorting public list by copyright year

2020-07-08 Thread Michael Kuhn
Hi We are working with Koha 18.11.05 on Debian GNU/Linux 8. In our library we found in the OPAC it is not possible to sort public lists correctly by copyright date. As far as I know sorting by copyright date would follow the content of MARC 008 position 7-10. But looking at an actual

[Koha] Unable to create patron

2020-07-08 Thread Michael Kuhn
Hi We are working with Koha 18.11.05 on Debian GNU/Linux 8. In our library we try to add a new patron in Koha menu "Patrons" by clicking the button "+ New patron" - but absolutely nothing happens: No error message on the screen, no log entry anywhere in "/var/log/koha/INSTANCE" or

Re: [Koha] Parsing public reports

2020-07-08 Thread Alexander Borkowski
Hi Alvaro, The JSON data you are seeing in the browser is an array (of arrays) not a JSON object. Accordingly, $json_obj is a reference to an Perl array not a Perl hash. Hence the output JSON OBJ: ARRAY(0x564ec76dd7f8) and Perl's complaint about $json_obj being treated as hash reference:

[Koha] Parsing public reports

2020-07-08 Thread Alvaro Cornejo
Hi I´m trying to parse the results of a report setup as public but are unable to get the data. This is the script I'm working on #!/usr/bin/perl use strict; use warnings; use LWP::UserAgent; use HTTP::Request; my $ua = new LWP::UserAgent; $ua->agent("Perl API Client/1.0"); my $url =