Re: [Koha] Koha January release with security fixes

2025-01-14 Thread Paul Derscheid
Hi there, sorry for the wrong links (was hidden by my mail client), here are the correct ones: • https://koha-community.org/koha-24-11-01-released/ • https://koha-community.org/koha-24-05-06-released/ • https://koha-community.org/koha-23-11-11-released/ • https://koha-community.or

Re: [Koha] Upgrade to 24.11.01 blocked in maintenance mode

2025-01-14 Thread René Seindal
Hi again, A short follow-up. The update was from 24.05.03 to 24.11.01. I hadn't upgraded to 24.11.00 first - but that is no longer available in the repository. For now, I have rolled back everything. Next time I'll upgrade on a copy of the VM :-) René On 14/01/2025 11.55, René Seindal wr

Re: [Koha] Upgrade to 24.11.01 blocked in maintenance mode

2025-01-14 Thread Paulo Neto
Hi René, Same has hapened to me while upgrading from 23.x to 24.11.01 , opac enters maintenece mode and intranet asks view asks for na administrative password and when i enter it, says the database needs upgrading. Seems like a database structure mismatch to me, the koha tries to get a diferen

[Koha] Upgrade to 24.11.01 blocked in maintenance mode

2025-01-14 Thread René Seindal
Hi, I have a small private instance of Koha, on a Debian server, installed with the Debian packages. After the upgrade to 24.22.01 the web front sends me to the installer, and the OPAC says the site is in maintenance mode. If I log in to the web installer, which says "Web installer › Updat

Re: [Koha] Koha January release with security fixes

2025-01-14 Thread Paulo Neto
Thank you Paul, applied the fix described and worked well. Everything up and Running on version 24.11.01. Best regards, Paulo Neto       -Mensagem original- De: Koha Em Nome De Paul Derscheid Enviada: 14 de janeiro de 2025 14:18 Para: koha@lists.katipo.co.nz Assunto: Re: [Koha

Re: [Koha] Koha January release with security fixes

2025-01-14 Thread Paul Derscheid
Hi again, We were made aware of an issue in v24.11.01. Please hold off upgrading to this specific version for a day. This issue causes Koha to get stuck in the web installer after the upgrade. It's due to a misplaced db_rev that was also missing the execute bit. We will be providing corrected pa

Re: [Koha] Upgrade errors

2025-01-14 Thread Tim Young
Well, it appears that the issue is with this file:   /usr/share/koha/intranet/cgi-bin/installer/data/mysql/atomicupdate/local_cover_images.pl When I manually try to run the sql "create table", I am getting: ERROR 1826 (HY000): Duplicate foreign key constraint name 'bibliocoverimage_fk1' The

Re: [Koha] Upgrade errors

2025-01-14 Thread Tim Young
I forgot to add the results of searching for that key: ++---+--+--+--+-+--+ | CONSTRAINT_CATALOG | CONSTRAINT_SCHEMA | CONSTRAINT_NAME  | TABLE_SCHEMA | TABLE_NAME   | CONSTRAINT_TYPE | EN

Re: [Koha] Koha January release with security fixes

2025-01-14 Thread Paul Derscheid
Hi again, the latest debian packages (24.11.01-2) should now have resolved the issue with v24.11.01. Kind regards Paul Derscheid Written at 20:55 UTC -- LMSCloud GmbH Paul Derscheid - Software Engineer Bismarckstr. 3 - D-72764 Reutlingen m +49 174 2436308 e paul.dersch...@lmscloud.de w www.

Re: [Koha] [Koha-devel] Activating preference "ILLModule" leads to error 500 in Koha 24.05

2025-01-14 Thread Michael Kuhn
Hi Pedro You wrote: > Yes: > Bug 37872 - ILL module has issues when plugins are disabled > (enable_plugins = 0) show_bug.cgi?id=37872> > > This is pushed to 24.05.06. Upgrading to this release should fix the > issue. > Otherwise, a quick temporary wo