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

2023-06-06 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 Veale

Re: [Koha] Not Allowed On Shelf Holds

2023-06-06 Thread Katrin Fischer
Hi, which version of Koha are you using? It sounds like you might be on an older version. The AllowOnShelfHolds system preference has been removed and was replaced by settings in the circulation rules. The settings allow you to determine if one or all items must be unavailable in order to allow

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

2023-06-06 Thread Сычев Игорь Алексеевич
Hi! I added the lines: __ENCRYPTION_KEY__ The update went through without a problem. https://github.com/Koha-Community/Koha/blob/master/etc/koha-conf.xml Good Luck! Igor A. Sychev Tomsk Polytechnic University https://lib.tpu.ru ___ Koha mailing

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

2023-06-06 Thread MASTeR Library
Hi All Just upgraded tonight from Koha 212.11.06.000 to 23.05.00 That all went fine. The About Koha page now says: "Warning: - Upgrade to 22.12.00.041 [09:43:21]: Bug 30649 - Increase the vendor EDI account password field to 256 characters ERROR: Exception 'Koha::Exceptions::MissingPar

[Koha] koha-US Board Meeting Reminder: Wednesday, June 7, 2023

2023-06-06 Thread Jennifer Marlatt
Hello! The next koha-US Board Meeting is Wednesday, June 7, 2023. When: 8:30a PT / 11:30a ET (time converter ) Where: https://us02web.zoom.us/j/293750042?pwd=SGQzS2pmU3prNFhYRHNaeTFhOHN4

[Koha] re customizing the self-registration form page

2023-06-06 Thread Thomas Vealehse
Hi Does anyone know if we can have a custom header just for one page ( the self registration page) on koha ? Or how to hide the opacheader and OpacCustomSearch on that page ( via css?) Thanks Thomas Veale Librarian HSE libraries Ireland ___ Koha mailing

[Koha] Voluntary Product Accessibility Template (VPAT)

2023-06-06 Thread PYF HTMLCSS
Hi There, I am looking to get KOHA installed in our organization but our IT department requires a VPAT. I was wondering if KOHA has one? Thanks, - Phil ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists

[Koha] Z39.50/Arabic Union Catalog

2023-06-06 Thread Thomas Daly
Does anyone have experience of interfacing Koha with the Arabic Union Catalog ( https://www.aruc.org/en ) using Z39.50 (see https://koha-community.org/manual/16.11/html/ch02s06.html )? I'd be interested to know if that works smoothly. All best wishes, Thomas Daly ___

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

2023-06-06 Thread Paulo Neto
Hello Jonathan, Thank you for the quick reply. The problem was the table engine used, that was diferent on the two tables. For the table authorised_values i had myisam and for illrequests i had InnoDB In a situation like that you cant create foreign keys between columns of one table, referenci

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 koha-upgrade-

[Koha] upgrade error running koha-upgrade-schema

2023-06-06 Thread Paulo Neto
Hello all, I've been trying to upgrade my koha 18.11 to version 22.11. When i run the comand koha-upgrade-schema to upgrade the database schema i am getting this error: " UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Can't create table `koha_dgadr`.`illrequests` (errno: 150 "Foreign key c

[Koha] Not Allowed On Shelf Holds

2023-06-06 Thread Ruqaiya Said Alfarsi
Dear All The error occurs in OPAC even though the following parameters are set: AllowOnShelfHolds is OFF OpacItemHolds is OFF RequestOnOPAC is ON When a title has two items, one is checked out, the other is available, then Koha allows the borrower to place a hold, which is then stored in Koha.

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 error?