[Koha] Authorized values for category COUNTRY

2024-10-03 Thread Сычев Игорь Алексеевич
Hello! /cgi-bin/koha/admin/authorised_values.pl?searchfield=COUNTRY "Authorized values for category COUNTRY" "Used in UNIMARC 102 $a" Do the libraries keep this list themselves? How do I make countries appear in the selected language? For example, if three languages are used. Good Luck! Igor A

Re: [Koha] Missing books after migration to new server

2024-10-03 Thread Katrin Fischer
Hi Sven, Koha uses a search engine, either Zebra or Elasticsearch. If you haven't set up Elasticsearch, the default is Zebra. Have a look at the koha-rebuild-zebra command in order to do a full reindex of your data. Something like this should do the trick: sudo koha-rebuild-zebra -f -v name_of_

Re: [Koha] problems installing Koha 24.05.03 in italian (with workaround)

2024-10-03 Thread Katrin Fischer
Hi Tommaso, missing files in the translated directories can be a sign that the translation process didn't finish correctly. Could you try re-installing it-IT on your system and check for any errors in the output? Something like: sudo koha-translate --remove it-IT sudo koha-translate --install

Re: [Koha] MARC21slim2OPACResults.xsl error when including wikipage link

2024-10-03 Thread Katrin Fischer
Hi Alvaro, the error points to an error in the XML structure. You have to review your changes carefully to make sure that every element opens and closes correctly and that the elements are nested correctly. This was not correct in that regard: New: by Your second span element doesn't close.

Re: [Koha] Koha has stopped saving item entry

2024-10-03 Thread Katrin Fischer
Hi, do you see any error in the GUI? Does the page reload when you click on "Save"? Do you have server access and could check for an error in the logs? What you'd do is run: tail -f /var/log/koha/name_of_your_instance/*.log and then try to save an item and see what the output is. Hope this hel

Re: [Koha] Issues installing and running plugins

2024-10-03 Thread Katrin Fischer
Hi Alvaro, It sounds like you are facing 2 different problems: 1) Installing plugins What do you mean by installing them manually? Using server side scripts? Check your koha-conf.xml. There is a new element   that needs to be set to 1 in order to allow installing plugins from the staff interfac

Re: [Koha] In Koha 23.04 facing an issue to import the marc record

2024-10-03 Thread Katrin Fischer
Hi, what is the exact error/behavior you see? Are you importing the records with or without included items? Hope this helps, Katrin On 25.09.24 10:48, Arshad Iqbal wrote: Hi I'm using koha 23.04 on Debian which is hosted on Google cloud. I'm trying to import batch marc records which are consi