[Koha] FW: errors on opac log

Katrin Fischer katrin.fischer.83 at web.de
Tue Oct 24 08:39:40 NZDT 2023


Hi Paulo,

you could create an SQL report in the reports module. Something along
these lines should work:

select itemcallnumber, barcode, holdingbranch, homebranch from items
where holdingbranch is null or homebranch is null;

Hope this helps,

Katrin

On 23.10.23 12:14, Paulo Neto wrote:
> Hi David,
>
> Thank you for the fast answer.
>
> I dont think ISBD display is customized.
>
> Can you give me a hint on how can i identify items for records with invalid or non-existent home and current library values ?
>
> Best regards,
>
>
> Paulo Neto
> DSIGA / DPGI
> Tel. (+351) 21 844 2228
> http://www.dgadr.gov.pt/
>
>
> De: David Nind <mailto:david at davidnind.com>
> Enviada: 20 de outubro de 2023 17:55
> Para: Paulo Neto <mailto:pneto at dgadr.pt>
> Cc: koha <mailto:koha at lists.katipo.co.nz>
> Assunto: Re: [Koha] errors on opac log
>
> Hi Paulo.
>
> I can't replicate on the current master with the sample data, using the development environment (KTD or koha-testing-docker).
>
> Some ideas (these probably don't have anything to do with the issue):
> - Have you customised the default  ISBD display using the OPACISBD system preference?
> - Do you have any items for records with invalid or non-existent home and current library values? You may need to create a report to identify these.
>
> David Nind
> New Zealand
>
> On Fri, 20 Oct 2023 at 08:20, Paulo Neto <mailto:pneto at dgadr.pt> wrote:
> Hello,
>
> I am getting lots of these errors on opac log -opac-error.log-
>
> [Thu Oct 19 17:24:15.428577 2023] [cgi:error] [pid 19289] [client xxx.xxx.xxx:35920] AH01215: [Thu Oct 19 17:24:15 2023] op
> ac-ISBDdetail.pl: Use of uninitialized value $holdingbrtagf in string eq at /usr/share/koha/lib/C4/Biblio.pm line 755.: /us
> r/share/koha/opac/cgi-bin/opac/opac-ISBDdetail.pl
>
> How can i solve this ?
>
> Paulo Neto
>
> DGADR
> DSIGA / DPGI
> Tel. (+351) 21 844 2200
>
>
>
>
>
>
>
> _______________________________________________
>
> Koha mailing list  http://koha-community.org
> mailto:Koha at lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> _______________________________________________
>
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list