https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41834 --- Comment #27 from Adolfo Rodríguez Taboada <adolfo.rodriguez@xercode.es> --- (In reply to Jonathan Druart from comment #26)
(In reply to Adolfo Rodríguez Taboada from comment #25)
I just updated a local instance of Koha with main branch and it's stuck in the installer screen.
Instead of the file installer/data/mysql/db_revs/251200029.pl the update is in the file installer/data/mysql/db_revs/211200029.pl so Koha has nothing to execute and version in the database stays as 25.1200028
https://github.com/Koha-Community/Koha/commit/ 9818b3bf8d08873328b64b72f27d799b428affd7#diff- ea84bfc19fbe0dd7679e479dfacc5eb043d26582965ed3c5c867adcc78703ccb
Do you see that?
ISBN_RANGE_MESSAGE is set to [] but that file does not exist! Trying to use the default locations at /usr/share/perl5/Business/ISBN.pm line 87.
I don't see how your message is related to mine. I have managed to update the local instance doing this: cp installer/data/mysql/db_revs/211200029.pl installer/data/mysql/db_revs/251200029.pl and then running installer/data/mysql/updatedatabase.pl I think the commit should be fixed so it creates the file installer/data/mysql/db_revs/251200029.pl and restores installer/data/mysql/db_revs/211200029.pl to the original version -- You are receiving this mail because: You are watching all bug changes.