Re: [Koha] Patron search not working in 24.05 (Month out of range)

2024-06-20 Thread zefanja
update borrowers set lastseen = NULL where lastseen = '-00-00 00:00:00'; fixed it for me. Am 20.06.24 um 09:59 schrieb zefanja: Hi, yesterday I did the upgrade to 24.05 (from 22.11 → 23.05 → 23.11 → 24.05) and I have the "500 - Month out of range" error again in

[Koha] Patron search not working in 24.05 (Month out of range)

2024-06-19 Thread zefanja
Hi, yesterday I did the upgrade to 24.05 (from 22.11 → 23.05 → 23.11 → 24.05) and I have the "500 - Month out of range" error again in patron search. I already checked the borrowers.date_renewed and set it to NULL, but the search is still not working (https://bugs.koha-community.org/bugzil

Re: [Koha] Delete patron via REST API - Missing property - Status 500

2022-06-30 Thread zefanja
-community.org/bugzilla3/show_bug.cgi?id=31022 Regards, Jonathan Le jeu. 30 juin 2022 à 04:25, zefanja a écrit : Hello, I want to delete patrons with the REST API. If the patron has no checkouts, everything works fine. But when the patron has checkouts, I get this as response from my HTTP DELETE

[Koha] Delete patron via REST API - Missing property - Status 500

2022-06-29 Thread zefanja
Hello, I want to delete patrons with the REST API. If the patron has no checkouts, everything works fine. But when the patron has checkouts, I get this as response from my HTTP DELETE request: {"errors":[{"message":"Missing property.","path":"\/errors"}],"status":500} The API docs say that i

[Koha] Onboarding not working for language de-DE

2020-09-03 Thread zefanja
Hello, when I try to proceed with the onboarding process after the installation I get this error: Template process failed: file error - /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/de-DE/modules/onboarding/onboardingstep1.tt: not found at /usr/share/koha/lib/C4/Templates.pm line 122.

Re: [Koha] Z39.50/SRU search not working (only when language set to English)

2020-08-06 Thread zefanja
I have opened a new bug report https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26158 Thank you! A workaround is to edit your de-DE template file de-DE/modules/catalogue/results.tt and replace line 681 var SEARCH_RESULTS = [% IF (SEARCH_RESULTS) %]1[% ELSE %][% END %]; with var

Re: [Koha] Z39.50/SRU search not working (only when language set to English)

2020-08-06 Thread zefanja
f not you can try `sudo apt install libcpan-meta-perl`. Better would be to upgrade the system of course. Le jeu. 6 août 2020 à 02:23, zefanja a écrit : Hi, Hi Stephan, which exact version of Koha are you using? Sry, forgot to include it: 20.05.02 (running on Ubuntu 16.04 → maybe that's par

Re: [Koha] Z39.50/SRU search not working (only when language set to English)

2020-08-05 Thread zefanja
Hi, Hi Stephan, which exact version of Koha are you using? Sry, forgot to include it: 20.05.02 (running on Ubuntu 16.04 → maybe that's part of the problem?) The about page in my Koha installations also has an error: Can't locate object method "structured_requirements_for_module" via packa

[Koha] Z39.50/SRU search not working (only when language set to English)

2020-08-05 Thread zefanja
Hi, if I enter an ISBN in "Search the catalog", on the next page, the "Z39.50/SRU search" button is not working (it does not open the popup for the Z39.50/SRU search). In the web console I get this error: Uncaught SyntaxError: expected expression, got ';' search.pl:636:29 This happens, when

Re: [Koha] Incomplete import of framework

2019-10-19 Thread zefanja
Hello, I've noticed something similar today. I couldn't import a edited framework neither in CSV or ODS format. If I export (e.g. default framework) a framework and import it right away - no problem. But when I open it in LibreOffce (6.3), safe it, I'm no longer able to import it. Koha just impor

Re: [Koha] No titles in search result in staff interface (intranet)

2019-10-16 Thread zefanja
Hello, > Do you have the XSLTResultsDisplay system preference set to "default?" > An XSLT stylesheet with an error will often result in a blank results > list. This could happen if you were customizing your XSLT stylesheet. Thanks for the hint. We indeed use custom xslt stylesheets and it looks

[Koha] No titles in search result in staff interface (intranet)

2019-10-14 Thread zefanja
Hello, when I search in the backend / intranet the titles of a book are not displayed in the result list. It does work in the OPAC. biblio.title is mapped to 245a. Any ideas how to debug that problem? Best Regards, Stephan ___ Koha mailing list http:/

[Koha] items.fine is zero although fines are calculated

2019-08-21 Thread zefanja
Hello, I have a strange problem: Fines are calculated and shown in the fines tab of a user, but in our overdue notice (email) fines are 0.00. We use <> in our template and it worked till our upgrade to 19.05. Is items.fine deprecated or did I miss something? Our Koha version: 19.05.02.000 Best R

Re: [Koha] Do not set notices when library is closed

2018-10-06 Thread zefanja
Hi Katrin, > overdue notices can be send out on opening days only using the > |OverdueNoticeCalendar system preference. It works similar to the > finescalendar system preference and allows to time overdue notices and > adding of fines to happen on the same days, which was a demand for a lot > of o

[Koha] Do not set notices when library is closed

2018-10-05 Thread zefanja
Hello, is there an option to tell koha not to send notices when the library is closed? Example: Our library is closed on Saturdays and Sundays (and public and school holidays). We send overdue notices one day after the due date. So, if we have a book, that is due on a Friday, the overdue notice

Re: [Koha] Exclude users from search (check out)

2018-09-25 Thread zefanja
> What circulation data are you trying to retain? It may not be the case > that deleting patrons will be a problem. e.g. Checkout history. Regards ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailma

[Koha] Exclude users from search (check out)

2018-09-25 Thread zefanja
Hello, we use Koha in our school and therefor many students get enrolled each year, but also many students leave the school every year. Every year we have more and more users, that are not at school anymore, but they still exist in Koha. If we want to checkout books and search for the right user w

Re: [Koha] Merge Bib Records - Where is the Merge Button?

2018-09-19 Thread zefanja
Ho Michael, > You need to search in Koha menu "Cataloging" using the "Cataloging > search" (NOT "Search the catalogue"!). In the search result you need to > select the boxes at the left of the records you want to merge. Finally > you click the button "Merge selected" at the top of the results page

[Koha] Merge Bib Records - Where is the Merge Button?

2018-09-19 Thread zefanja
Hello, maybe I'm blind, but I can't find the button to merge records. The manual says to search for a record, select the ones you want to merge and click the Button "Merge selected" at the top. But I don't see that button. I'm using version 18.05 Thanks for your help. Regards, Stephan __

Re: [Koha] Send all notices to all available eMail addresses

2018-08-24 Thread zefanja
Hi, > If the comma doesn´t do the trick, you might have a chat with your sysadmin, > and make mail aliases in a local mail server, say "thiskid@parents.yourdomain > " would resend its messages to > "parentofthiskid@theirmailserver, otherparentofthiskid@theiro

[Koha] Send all notices to all available eMail addresses

2018-08-24 Thread zefanja
Hi all, we are using Koha in our school library and we have the following "problem". We checkout books to all of our students starting from preschool. Especially the younger once don't have a personal eMail address. So we like to send notices (checkouts, checkins, overdues...) to both parents. As

[Koha] Zebra indexing error: error retrieving biblio #

2017-07-19 Thread zefanja
Hello, I have a strange problem and could need some help to debug/solve it. I'm running Koha (installed from packages, Version 17.05.01.000) on Ubuntu 16.04 in a LXC/LXD container. I've created the container on my computer and setup everything. I could import my records and they got indexed fine.