30 Oct
2021
30 Oct
'21
4:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29378 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Ok, the problem is that the version in Koha.pm doesn't match the one in the database because of a forgotten database update. When they both match again, you will get out of the installer loop. Koha.pm has: $VERSION = "21.05.05.000"; So this should do the trick: UPDATE systempreferences SET value = "21.0505000" where variable = "Version"; You might need to restart Plack/Memcached for Koha to take notice. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.