Re: [Koha] Translators - Do not wrap strings in PO files

2023-10-11 Thread Jonathan Druart
Well, of course it has been wrapped! It should read like: http://paste.debian.net/1294738/ Le mer. 11 oct. 2023 à 10:50, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> a écrit : > Hello, > > I have a question for translators: do you like how strings are wrappe

Re: [Koha] [Koha-translate] Translators - Do not wrap strings in PO files

2023-10-11 Thread Jonathan Druart
tps://translate.koha-community.org/de/23.05/translate/#search=Summer=source,target > > > > It’s only visible if you edit the po files directly. I haven’t checked how > Weblate handles them. > > > > Hope this helps, > > > > Katrin > > > > *Von:* Koh

Re: [Koha] Error when putting book on hold

2022-04-21 Thread Jonathan Druart
I do recreate the problem with the Spanish template. A quick fix: replace line 216 of es-ES/includes/holds_table.inc from 216 to 216 I will provide a fix on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30583 Regards, Jonathan Le jeu. 21 avr. 2022 à 16:11, Katrin Fischer a

[Koha] All projects are now disabled on Pootle

2023-11-08 Thread Jonathan Druart
Hello, I have disabled the projects on Pootle as I am now migrating the strings to the new server using Weblate. More info on the dedicated wiki page https://wiki.koha-community.org/wiki/Translation_server_migration_weblate Cheers, Jonathan ___ Koha

Re: [Koha] Question about creating libraries in Koha -- possible bug

2022-06-01 Thread Jonathan Druart
Hi, Have a look at bug 28800 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28800 Short version: confirm that you are using JSON::Validator provided by our deb repo Regards, Jonathan Le mer. 1 juin 2022 à 01:19, Andy Boze a écrit : > Thanks, Caroline. There's no indication on the

Re: [Koha] Question about creating libraries in Koha -- possible bug

2022-06-01 Thread Jonathan Druart
If we need to edit the library info, we can just enter the URL for the > form < .../cgi-bin/koha/admin/branches.pl?op=add_form=CODE > > so this doesn't appear to be a big problem. > > Andy > > On 6/1/2022 3:00 AM, Jonathan Druart wrote: > > Hi, > > > >

Re: [Koha] OPACnavright in additional contents tool

2022-05-18 Thread Jonathan Druart
Hi Elaine, Sorry for the delay. What you are describing looks like bug 29828 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29828 Regards, Jonathan Le mar. 17 mai 2022 à 18:48, Elaine Bradtke a écrit : > We still don't know why it happened, but our IT guru managed to fix it by >

Re: [Koha] Moving Curbside Pickup plugin to Koha core

2022-07-07 Thread Jonathan Druart
The patches are now ready for QA :) Le ven. 29 avr. 2022 à 09:39, Jonathan Druart a écrit : > > Hello, > > I have been sponsored to move the Curbside Pickup plugin to Koha core. > > If you are using this plugin and have enhancement requests or want to > highlight some exist

Re: [Koha] What Happened to Expired News

2022-07-08 Thread Jonathan Druart
Helle Charles, There is a checkbox "Show expired" on the left, tick it :) Regards, Jonathan Le ven. 8 juil. 2022 à 00:38, Charles Kelley a écrit : > > Hello, all! > > My library is currently upgrading to v. 22.05 from v. 20.05. We can't > find the expired news. > > We keep a lot of our

Re: [Koha] After Koha update and auto_increment_fix database won't start

2022-06-28 Thread Jonathan Druart
Hi Isabel, Search for a more precise error in the mysql/mariadb log files. Maybe you have an error in the path? Double check the path you entered in /etc/mysql/my.cnf and the path of the file you created. Regards, Jonathan Le mar. 28 juin 2022 à 15:51, Isabel Pineda a écrit : > > Hi. > > I

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

2022-06-30 Thread Jonathan Druart
Hi Stephan, It works as expected for me on master, which version of Koha are you using? I noticed something similar last week: https://bugs.koha-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

Re: [Koha] Adding an encryption_key to koha-conf.xml

2022-06-30 Thread Jonathan Druart
Hello Mike, I opened bug 31059. You can use a string that is considered a strong password. Out of the box Koha does not provide a script to edit this file, but you could write a script for that (open the xml, generate a key, add the missing entry, write the xml) then use koha-foreach to run it

Re: [Koha] Arrangement of Fields on Items Form

2022-06-03 Thread Jonathan Druart
Or, better, use the built-in feature :) You can edit the 952 subfields for your framework, and reorder (drag and drop) the tabs. Then the order will be kept on the edit item form. I cannot remember since when it's available however. Regards, Jonathan Le jeu. 2 juin 2022 à 18:00, Eric Phetteplace

Re: [Koha] Koha 22.05: Where has the columns setting for the patrons list gone?

2022-07-25 Thread Jonathan Druart
I've opened bug 31229 - column visibility broken on patron search view https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31229 I am about to submit a patch Le dim. 24 juil. 2022 à 14:26, Katrin Fischer a écrit : > > Hi Anke, > > sorry for the late reply. I see the same on current

[Koha] Electronic resource management module (ERM) in Koha - quick update

2022-07-25 Thread Jonathan Druart
Hi, I have been working during the last months on implementing a first version of what could be an ERM module in Koha. To help getting feedback from end-users we have created a sandbox that has the latest version of the code: https://staff-erm.sandboxes.biblibre.eu/cgi-bin/koha/erm/erm.pl For

[Koha] Moving Curbside Pickup plugin to Koha core

2022-04-29 Thread Jonathan Druart
Hello, I have been sponsored to move the Curbside Pickup plugin to Koha core. If you are using this plugin and have enhancement requests or want to highlight some existing bugs, let us know on the bug report. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30650 I am aware of the

Re: [Koha] OPACSuggestionAutoFill - must be set to 1 or 0

2022-08-01 Thread Jonathan Druart
It's a bug. See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31274 Le lun. 1 août 2022 à 14:42, Fairlamb, Christina a écrit : > > Hello all, > > Koha 22.05 > > I've been adjusting settings for purchase suggestions and tested out the > Google Books API, after adjusting this setting

Re: [Koha] Upgrade to 21.11 Fails

2022-11-29 Thread Jonathan Druart
Yes, definitely, it must be owned by the $INSTANCE-koha user Le lun. 28 nov. 2022 à 21:38, Bruce A. Metcalf a écrit : > On 11/28/22 16:52, Jonathan Druart wrote: > > > Did you upgrade using the debian packages? > > > Yes; always. > > > > The error is saying y

Re: [Koha] Upgrade to 21.11 Fails

2022-11-28 Thread Jonathan Druart
Hello, Did you restart koha-common? Do you have an error in the Koha logs? Run the following command for watch the logs: tail -f /var/log/koha/*/*.log Regards, Jonathan Le lun. 28 nov. 2022 à 13:19, Bruce A. Metcalf a écrit : > > Greetings, > > Yes, I'm slow on the uptake, I've been running

Re: [Koha] Upgrade to 21.11 Fails

2022-11-28 Thread Jonathan Druart
Did you upgrade using the debian packages? The error is saying you don't have the log4perl config file, which needs to be at /etc/koha/sites/$INSTANCE/log4perl.conf Le lun. 28 nov. 2022 à 15:34, Bruce A. Metcalf a écrit : > > On 11/28/22 15:07, Jonathan Druart wrote: > > > Did y

Re: [Koha] how to add additional attributes in patron CSV file

2022-11-24 Thread Jonathan Druart
Hello, Read the "Notes" on the right of the import patrons screen. """ If loading patron attributes, the 'patron_attributes' field should contain a comma-separated list of attribute types and values. The attribute type code and a colon should precede each value. For example: INSTID:12345,LANG:fr

Re: [Koha] Error with installing koha with docker

2022-11-06 Thread Jonathan Druart
Hi Matthieu, List the content of $SYNC_REPO. Do you see Koha root directory content? Le dim. 6 nov. 2022 à 16:55, Mathieu Saby a écrit : > Hi > I am trying to install Koha with docker on a Ubuntu 22.04 machine > I have followed the instructions at >

Re: [Koha] Error with installing koha with docker

2022-11-07 Thread Jonathan Druart
SYNC_REPO must point to Koha src. Have a look at ktd's readme if you haven't yet Le lun. 7 nov. 2022 à 17:34, Mathieu Saby a écrit : > Hi Jonathan > > $PROJECTS_DIR/koha = /home/msaby/projets/koha > The directory exists, but is empty > > Mathieu > > > Le lun. 7

Re: [Koha] KOHA not getting install old or new version

2022-11-07 Thread Jonathan Druart
Hello, > and followed all the process What did you follow exactly? If you are trying to install Koha on debian you should follow this documentation: https://wiki.koha-community.org/wiki/Koha_on_Debian Regards, Jonathan Le mar. 8 nov. 2022 à 01:28, shailendra arora a écrit : > > I have

Re: [Koha] KOHA not getting install old or new version

2022-11-08 Thread Jonathan Druart
wrote: >> >> Look these basic cleanup steps too here >> http://cloud-computing.solutions/how-to-install-koha-a-library-software-on-ubuntu/ >> >> >> On Tue, Nov 8, 2022 at 12:37 PM Jonathan Druart < >> jonathan.dru...@bugs.koha-community.org> wrote: >>

Re: [Koha] Background job / Staging MARC import stuck at 0%

2023-03-02 Thread Jonathan Druart
Hello Michael, I have just tried on 22.11.03 and it seems to work for me. Can you try to open a console, watch the logs: tail -f /var/log/koha/$KOHA_INSTANCE/*.log Import a file. Do you see something in the logs? Otherwise look at the background_jobs.data JSON, you may see an error in it. But if

Re: [Koha] Internal server error with ISBD detail and making a hold on OPAC

2023-03-03 Thread Jonathan Druart
Hi Paul, did you run misc/maintenance/search_for_data_inconsistencies.pl to catch potential problems with your data? Le jeu. 2 mars 2023 à 18:03, Paul a écrit : > I’m recently started to get internal server errors when looking at ISBD > detail and making a hold when in the OPAC. > > We’re using

Re: [Koha] Koha Export Data Options

2023-03-01 Thread Jonathan Druart
Hi, Which version of Koha? Do you see an error in the Koha log files? Regards, Jonathan Le mer. 1 mars 2023 à 11:32, Ms. Naveen Ali a écrit : > Dear All, > > I use Koha Tools-> Export Data->Export Database Option to download dump of > Koha database. > > I have a large database with over

Re: [Koha] How to resolve bug Bug 28267? What must I do in mysql?

2023-03-01 Thread Jonathan Druart
Did you see comment 20? https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267#c20 Le jeu. 2 mars 2023 à 06:30, Δημήτρης Δαλαγιώργος < dimitrios.dalagior...@gmail.com> a écrit : > Dear all, > > I'm not a developer, and as I mentioned before, I'm stuck with an > inoperable library

Re: [Koha] Koha Export Data Options

2023-03-02 Thread Jonathan Druart
tools/tools-home.pl > > Thanks. > > *With best regards,* > > *Naveen Ali* > > ** > *ITM-JE (EAKL)* > *Inst Representative for * > *HEC Digital Library Resources.* > *NEDUET, Karachi.* > > > > -- > *From: *"Jonathan Drua

Re: [Koha] cron problem with automatic_checkin after update to 22.05

2023-03-01 Thread Jonathan Druart
Make sure you have an item type for all your items. There is a script that can help you to catch them: misc/maintenance/ search_for_data_inconsistencies.pl Le mar. 28 févr. 2023 à 22:36, Hector Gonzalez Jaime a écrit : > Hi, we recently updated our system to 22.05 and since then we receive this

Re: [Koha] Help needed with zombie background_jobs processes

2023-04-18 Thread Jonathan Druart
Hi Cindy, Which exact version of Koha 22.11.xx? It should be the latest one. Regards, Jonathan Le mar. 18 avr. 2023 à 19:13, Cindy Murdock Ames a écrit : > > Hi all, > > A couple weekends ago I upgraded our Koha instance from 22.05 to 22.11, and > I'm having trouble with the background_jobs

Re: [Koha] Help needed with zombie background_jobs processes

2023-04-19 Thread Jonathan Druart
urdock Ames >> IT Services Director >> Meadville Public Library | CCFLS >> https://meadvillelibrary.org | https://ccfls.org >> >> >> >> >> On Tue, Apr 18, 2023 at 2:59 PM Jonathan Druart >> wrote: >>> >>> Hi Cindy, >&

Re: [Koha] KOHA upgrade from V20.05 to V22.11 (Browse by last name error)

2023-04-26 Thread Jonathan Druart
This has been raised on IRC yesterday, please have a look at the log: https://irc.koha-community.org/koha/2023-04-26#i_2483964 The problem is some borrowers.date_renewed that would be -00-00 Le mer. 26 avr. 2023 à 06:09, zen zenitram a écrit : > > Hello > > I finished upgrading koha version

Re: [Koha] auto_increment problem with holds in Koha 21.11

2023-04-27 Thread Jonathan Druart
Do you have the init-file trick setup correctly? https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix#Current_Solution Le jeu. 27 avr. 2023 à 10:06, Michael Kuhn a écrit : > > Hi > > We are working on Debian GNU/Linux 10 with MariaDB 10.3.38 and Koha > 21.11.09. > > Since about

Re: [Koha] Help needed with zombie background_jobs processes

2023-04-19 Thread Jonathan Druart
Yesterday it seemed to work if there was only one zombie, > but not two. No new entries in either of the worker- files. > > Thanks for your help. > > c. > --- > Cindy Murdock Ames > IT Services Director > Meadville Public Library | CCFLS > https://meadvillelibrary.org |

Re: [Koha] Wrong CSRF token: Patron Image upload problem in Koha 22.05

2023-02-14 Thread Jonathan Druart
For your information I don't recreate the problem on master. Le lun. 13 févr. 2023 à 22:35, Tim McMahon a écrit : > We've been having this problem and I was hoping there would be a reply > to this. We usually use it in the 'Check out' tab, but found out if we > click on the 'Details' tab

Re: [Koha] record won't delete

2023-07-06 Thread Jonathan Druart
to delete. I'm not sure what is wrong or how to fix these. > Could you elaborate on what needs to be corrected. > > Thanks, > Lauren > > On Tue, Jul 4, 2023 at 5:37 AM Jonathan Druart > wrote: >> >> Apparently the about page is not displaying the warning if the

[Koha] [translate] Migrate Pootle to Weblate

2023-07-13 Thread Jonathan Druart
Hello everybody, If you are a translator of Koha you should read this. Pootle is dead and we should move to Weblate, which is an active and well maintained project. We have been setting up a test server to let translators see how it goes. THIS IS A TEST SERVER: none of the changes will be saved!

Re: [Koha] Where are the release notes for Koha 22.05.13

2023-07-04 Thread Jonathan Druart
Looks like they have not been published on the website. You can still find them in the source however: https://gitlab.com/koha-community/Koha/-/blob/22.05.x/misc/release_notes/release_notes_22_05_13.md Le sam. 1 juil. 2023 à 09:38, Michael Kuhn a écrit : > > Hi > > Under

Re: [Koha] import patrons

2023-07-06 Thread Jonathan Druart
-c is used for 2 options, it's a bug and you should not use it -c|--confirm -c|--matchpoint Use the long version, --confirm instead. Please open a new bug report. Regards, Jonathan Le jeu. 6 juil. 2023 à 06:07, Сычев Игорь Алексеевич a écrit : > > Hello! > > Koha 23.05 > Importing

Re: [Koha] record won't delete

2023-07-04 Thread Jonathan Druart
Apparently the about page is not displaying the warning if the problem is on the [deleted]biblioitems table. You can catch the incorrect entries with the following SQL query: select b.biblionumber from biblioitems b join deletedbiblioitems db on b.biblionumber=db.biblionumber; Le sam. 1 juil.

Re: [Koha] Koha won't import items when importing MARC records

2023-07-04 Thread Jonathan Druart
Or... "StoryCollection"? $bPRBHS$bStoryCollection Le mar. 4 juil. 2023 à 12:16, Jonathan Druart a écrit : > > Hi, > > The error message (from the DBMS) is cut, please provide the full message. > My guess is that the branchcode ("PRBHS") does not exist in the

Re: [Koha] Koha won't import items when importing MARC records

2023-07-04 Thread Jonathan Druart
Hi, The error message (from the DBMS) is cut, please provide the full message. My guess is that the branchcode ("PRBHS") does not exist in the DB. Regards, Jonathan Le ven. 30 juin 2023 à 19:20, Furst, Kevin a écrit : > > Hello, > > TL;DR = When importing MARC records, items don't import and

Re: [Koha] Koha upgrade 22.11.6 to 23.5.00 upgrade-schema error

2023-06-07 Thread Jonathan Druart
Hey, put a proper key there! Not "__ENCRYPTION_KEY__"! It can be generated using the following command `pwgen 32` Le mer. 7 juin 2023 à 07:41, Сычев Игорь Алексеевич a écrit : > Hi! > > I added the lines: > > __ENCRYPTION_KEY__ > > The update went through without a problem. > >

Re: [Koha] re customizing the self-registration form page

2023-06-07 Thread Jonathan Druart
Hi Thomas, This CSS rule should work: #opac-patron-registration #OpacCustomSearch { display: none; } It will hide #OpacCustomSearch when it's inside #opac-patron-registration, which is the id of the body on the self registration page. Regards, Jonathan Le mar. 6 juin 2023 à 17:58, Thomas

Re: [Koha] Install Koha 23.05

2023-06-07 Thread Jonathan Druart
Hi Le mer. 7 juin 2023 à 09:29, Сычев Игорь Алексеевич a écrit : > Hello! > > Clean installation of Koha 23.05 > > sample_libraries_holidays.yml > DBD::mysql::db do failed: Cannot add or update a child row: a foreign key > constraint fails (`koha_lib`.`repeatable_holidays`, CONSTRAINT >

Re: [Koha] koha-upgrade-schema

2023-06-06 Thread Jonathan Druart
Hi, I've reported the problem on bug 30649. You should edit the $KOHA_CONF file and add a new encryption_key entry with a key (that can be generated with `pwgen 32`). Le lun. 5 juin 2023 à 05:47, Сычев Игорь Алексеевич a écrit : > Hello! > > Koha 23.05 > After the update. > How to fix the

Re: [Koha] upgrade error running koha-upgrade-schema

2023-06-06 Thread Jonathan Druart
Hi Paulo, You have values in illrequests.illrequests_safk that are not defined in the authorised_values values. Regards, Jonathan Le mar. 6 juin 2023 à 11:20, Paulo Neto a écrit : > Hello all, > > I've been trying to upgrade my koha 18.11 to version 22.11. > > When i run the comand

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
tony Kujenga a écrit : > > Hi Jonathan, > > No, it does not return anything. > > Regards > > > AK > > > On Wed, 2 Aug 2023 at 13:56, Jonathan Druart > wrote: >> >> Does this SQL query return something? >> >> SELECT fra

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Jonathan Druart
JS manuals and see if I can do something to extend the code (JS isn't my > favourite language and I've probably not written any for about 15 years). > > Is my supposition about where it would go in the MARC record correct? > > Thanks > > Nigel > > On 21/07/2023 12:29, Jo

Re: [Koha] [Koha-devel] Where would I put the OpenLibrary ID in the MARC record

2023-07-21 Thread Jonathan Druart
Looks like it's only using the ISBN. The code is in koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js https://gitlab.com/koha-community/Koha/-/blob/master/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js#L19 and opac-results: 899 [% IF OpenLibraryCovers

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
Does this SQL query return something? SELECT frameworkcode, tagfield, tab, authorised_value FROM marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR kohafield = "items.holdingbranch" ) AND authorised_value != "branches"; Le mer. 2 août 2023 à 11:25, Antony Kujenga a écrit : > >

Re: [Koha] [translate] Migrate Pootle to Weblate

2023-07-21 Thread Jonathan Druart
Weblate? > Any estimated dates? > thanks, > Tigran > > July 13, 2023 7:12 PM, "Jonathan Druart" > wrote: > > > Hello everybody, > > > > If you are a translator of Koha you should read this. > > > > Pootle is dead and we should move to We

Re: [Koha] updating database Structure Error

2023-06-21 Thread Jonathan Druart
I hope you replaced "__ENCRYPTION_KEY__" with a proper key. Le mer. 21 juin 2023 à 09:43, Mr. Sitali C. S. a écrit : > > Thanks a lot. It has worked like a charm. After adding the lines all I > needed to do was to restart. > Thank a lot for pointing me in the right direction. Much appreciated >

Re: [Koha] Koha translation site mailing function cannot work

2024-02-15 Thread Jonathan Druart
Hello, Can you try again? It should be fixed now. Regards, Jonathan Le jeu. 15 févr. 2024 à 04:50, SYDT - Frank Chou a écrit : > Dear Sir/Madam, > > We have some people to translate English to Chinese. > But the translation site's mailing function seems not working now. > So, they cannot get

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-19 Thread Jonathan Druart
> ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Table > 'koha_library.creator_layouts' doesn't exist at > /usr/share/koha/lib/C4/Installer.pm line 741 Do you have an instance 'koha_library'? Is the DB correctly created? Try: `koha-mysql koha_library` then run "SHOW TABLES". Do you

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-19 Thread Jonathan Druart
gt; table would suddenly be missing. Anyway, thanks for any further helps here. > > Scott > > -Original Message- > From: Jonathan Druart > Sent: Tuesday, December 19, 2023 2:45 AM > To: skaman...@gmail.com > Cc: koha > Subject: Re: [Koha] De

Re: [Koha] 500 error for News, HTML customizations, Pages

2023-11-15 Thread Jonathan Druart
Try `tail -f /var/log/koha/*/*.log` then hit the page that causes the 500. You should then see the relevant error. Le mer. 15 nov. 2023 à 10:42, Aida Djikic a écrit : > Alright, restarting Plack and memcached didn't work, and neither did > upgrading the schema. I haven't yet been able to find

Re: [Koha] 500 error for News, HTML customizations, Pages

2023-11-15 Thread Jonathan Druart
;have truncated tables"? What have you done exactly? Can you restore from a backup? Le mer. 15 nov. 2023 à 12:25, Aida Djikic a écrit : > I don't know what that means, and how to correct it. > > On Wed, Nov 15, 2023 at 12:20 PM Jonathan Druart < > jonathan.dru...@bugs.

Re: [Koha] 500 error for News, HTML customizations, Pages

2023-11-15 Thread Jonathan Druart
al MySQL server through socket > '/var/run/mysqld/mysqld.sock' (2) at /usr/share/koha/lib/Koha/Database.pm > line 91. at /usr/share/koha/lib/Koha/Objects.pm line 312 > Cannot connect to the message broker, the jobs will be processed anyway > (Failed to connect: Error connecting to loc

Re: [Koha] Language instalation problem installing an adtional language

2024-02-22 Thread Jonathan Druart
Yes, it's a known bug, ignore the warning. See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22217 Le jeu. 22 févr. 2024 à 10:32, David Liddle a écrit : > > Hello Paulo! I'm glad to hear that your installation is working > normally now. In my experience, that error message is to be

Re: [Koha] Session time outs in latest stable version?

2024-02-22 Thread Jonathan Druart
Hi, What's the error? (look at the Koha log files) Is the server's disk full? See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36034 It should be released soon. Le jeu. 22 févr. 2024 à 13:26, Evan Stewart a écrit : > > Hello, > > Does the latest version of Koha have a new session

<    3   4   5   6   7   8