[Koha] Koha 22.11

2023-07-27 Thread Ahmad Nasser
I have upgrade koha 20.11 to version 22.11 so i already customization and add header footer text and photo, so when i upgrade to the new version i can't find opac-header or footer data in the HTML customizations

[Koha] Koha 22.11 Upgrade - Bug 31162 - Add primary key to erm_eholdings_packages_agreements

2023-02-26 Thread Craig Butosi
Hi there, Just updated to Koha 22.11 (ubuntu 18.04.06) and received an error after database schema upgrade: Bug 31162 - Add primary key to erm_eholdings_packages_agreements Upgrade to 22.06.00.084 [10:30:33]: Bug 31162 - Add primary key to erm_eholdings_packages_agreements ERROR - {UNKNOWN}: D

Re: [Koha] koha 22.11 upgrading Error

2022-12-04 Thread DHIM IT
Dear all, I had the same error. Here is the solution: SET FOREIGN_KEY_CHECKS = 0; ALTER TABLE issues MODIFY COLUMN borrowernumber int(11) NOT NULL COMMENT 'foreign key, linking this to the borrowers table for the patron this item was checked out to', MODIFY COLUMN itemnumber int(11) NOT NULL

Re: [Koha] koha 22.11 upgrading Error

2022-12-03 Thread Katrin Fischer
Hi all, it looks like this is the same issue that Pablo Bianchi. I have filed a new bug report now linking it to bug 30483: *BugĀ 32399* - Database update for bug 30483

Re: [Koha] koha 22.11 upgrading Error

2022-12-02 Thread Giuseppe Angilella
Hi, same problem here. Googling around, I've found a related issue here: https://lists.katipo.co.nz/public/koha/2022-October/058542.html It seems to have to do with a constraint on a column, to be removed before the update can be applied, and then to be enforced again. But I wouldn't dare a

[Koha] koha 22.11 upgrading Error

2022-12-02 Thread Sami M. Rasheed
Hi, I have an upgrade error after upgrading Koha version: 22.05.06.000 to koha 22.11Then I run these commands: root:/# systemctl restart memcached.serviceroot:/# systemctl restart apache2root:/# systemctl restart mysqlroot:/# systemctl restart koha-common.serviceroot:/# koha-upgrade-schema jucĀ