Re: [Koha] Help debugging Internal Server Error

2021-02-18 Thread Jonathan Druart
Yes, you should rerun the upgrade-schema script on the backup. Le ven. 19 févr. 2021 à 00:45, Doug Dearden a écrit : > Hey Alvaro, > > > > Forgot to hit reply all to my last message so am including the list and > Jonathan on this one. > > > > I looked at the database in the new test instance

Re: [Koha] Barcode's continued

2021-02-18 Thread library
Thanks for seeing my typos. Now it is giving me this message: String found where operator expected at barcode.pl line 22, near “”” (Might be a runaaway multi-line “” string starting on line 1) (Missing semicolon on previous line?) syntax error at barcode.pl line 22, near

Re: [Koha] Help debugging Internal Server Error

2021-02-18 Thread Doug Dearden
Hey Jonathan, Thanks for responding. I did check the wiki to make sure buster was supported before upgrading to that release. When I did tail -f on the other logs I saw a lot of stuff going by on the screen and updating in real time, so I decided to just do tail on all the non-zero sized

Re: [Koha] Barcode's continued

2021-02-18 Thread Mark Alexander
Excerpts from library's message of 2021-02-18 10:22:59 -0600: > I tried the perl that Jonathan sent but the Internet did not give good > advise on how to run the perl. Here is what I typed: When I compare Jonathon's script with yours, I see some typos in yours: holingbranch

[Koha] Barcode's continued

2021-02-18 Thread library
I tried the perl that Jonathan sent but the Internet did not give good advise on how to run the perl. Here is what I typed: """ use Modern::Perl; use Koha::Biblios; use Koha::Items; my $biblios = Koha::Biblios->search; my $branchcode='ppa'; while ( my $biblio=$biblios->next) {

Re: [Koha] Help debugging Internal Server Error

2021-02-18 Thread Jonathan Druart
Hey, Buster is Debian 10, not 11! So we are supporting it and it's known to work correctly! Le jeu. 18 févr. 2021 à 10:11, Jonathan Druart a écrit : > > Hello Doug, > > What do you see in the other error log files? (tail -f > /var/log/koha//*.log) > > Our support for "buster" is buggy at the

[Koha] Time to translate: string freeze to prepare February release

2021-02-18 Thread Fridolin SOMERS
Hi, String freeze is into effect today for the 20.11.x maintenance branch for 20.11.03 release. The release is scheduled for around the 23rd. This means it's the right time to head over to the translation platform: https://translate.koha-community.org/projects/ Happy translating  --

Re: [Koha] Help debugging Internal Server Error

2021-02-18 Thread Jonathan Druart
Hello Doug, What do you see in the other error log files? (tail -f /var/log/koha//*.log) Our support for "buster" is buggy at the moment. Have a look at bug 26893 (New version of JSON::Validator (D11) breaks our REST API routes) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26893