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

2023-12-19 Thread skaman.tx
Renaming the *_tmp tables appears to have done the trick. The upgrade to 23.11.00-1 completed successfully once I ran "apt -f install" to get past the original error message I posted about. Thank you, Jonathan and all who chimed in. Scott -Original Message- From: Jonathan Druart Sent

Re: [Koha] Generating fine in every renewal

2023-12-19 Thread Daphne Hoolahan
Hello, Do you have *When to charge* set to Start of Interval? If so, I would suggest changing it to End of Interval, then test to see if this helps Regards, Daphne *Daphne Hoolahan* Support Manager d...@interleaf.ie +353-1-286-5855 ext 104 +353-86-243-6426

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

2023-12-19 Thread Jonathan Druart
Those _tmp tables should not exist, no idea where they are coming from. If their structures are the same as the ones in kohastructure.sql I guess you could simply rename them. Le mar. 19 déc. 2023 à 14:32, a écrit : > > So, my database is "library." Thus, my command line and results for all > "c

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

2023-12-19 Thread skaman.tx
So, my database is "library." Thus, my command line and results for all "creator_*" tables are: Screen snip koha-mysql library .. MariaDB [koha_library]> show tables; | creator_batches_tmp| | creator_images | | creator_layouts_

[Koha] 23.11.x String Freeze

2023-12-19 Thread Fridolin SOMERS
Hi, string freeze for 23.11.01 starts today 🥶 Release is planned for 22 décembre. -- Fridolin SOMERS Software and system maintainer 🦄 BibLibre, France ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists

Re: [Koha] Generating fine in every renewal

2023-12-19 Thread JITHIN N
Hai Katrin There is no rental fee on items. On account detail it shows fine accruing on fee created by last renewal (10 rs/) and just Fee on previous renewal (30,20) With Regards Jithin N On Thu, Dec 14, 2023 at 4:09 PM JITHIN N wrote: > Dear community > We are using Koha 22.11.07. In our Koh

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