Question about creating libraries in Koha -- possible bug
I have three separate instances of Koha 20.11.04. In one of them I want to create a new library. When I go to Home › Administration › Libraries I see no existing libraries listed in any of the three instances. If I click the "+New library" button, I get the form to fill out, and when I submit the form, I get an alert that the library has been created. The Libraries page still doesn't list any libraries. I can see that the new library has been added, since it is now an option when I create or edit a patron or if I set circulation and fines rules. I've tried a couple of the demo Koha systems at < https://koha-community.org/demo/ > and they show multiple libraries. Is there a setting that would prevent libraries from displaying or does this seem to be a bug? TIA, Andy -- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
Hi Andy, I had this problem recently with my development installation and it turned out I was missing some perl modules or mine were an older version. Unfortunately, I can't remember exactly which one was the problem. You can see the list of necessary modules in the Perl modules tab of the About page and it will also tell you which ones are missing. I hope this helps... Caroline On 2022-05-31 15:12, Andy Boze wrote:
I have three separate instances of Koha 20.11.04. In one of them I want to create a new library. When I go to
Home › Administration › Libraries
I see no existing libraries listed in any of the three instances. If I click the "+New library" button, I get the form to fill out, and when I submit the form, I get an alert that the library has been created. The Libraries page still doesn't list any libraries. I can see that the new library has been added, since it is now an option when I create or edit a patron or if I set circulation and fines rules.
I've tried a couple of the demo Koha systems at < https://koha-community.org/demo/ > and they show multiple libraries. Is there a setting that would prevent libraries from displaying or does this seem to be a bug?
TIA,
Andy
Caroline Cyr La Rose, M.L.I.S. Librarian | Product Manager Phone: 1-833-465-4276, ext. 221 Caroline.Cyr-La-Rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com> INLiBRO | Document Technologies Specialists | www.inLibro.com <http://www.inLibro.com>
Thanks, Caroline. There's no indication on the Perl modules tab that any of them need to be updated, and it only shows that two are missing, PDF::FromHTML and Time::Fake, which don't seem likely to be causing the problem. I'm baffled at this point. Andy On 5/31/2022 3:56 PM, Caroline Cyr La Rose wrote:
Hi Andy,
I had this problem recently with my development installation and it turned out I was missing some perl modules or mine were an older version.
Unfortunately, I can't remember exactly which one was the problem. You can see the list of necessary modules in the Perl modules tab of the About page and it will also tell you which ones are missing.
I hope this helps...
Caroline
On 2022-05-31 15:12, Andy Boze wrote:
I have three separate instances of Koha 20.11.04. In one of them I want to create a new library. When I go to
Home › Administration › Libraries
I see no existing libraries listed in any of the three instances. If I click the "+New library" button, I get the form to fill out, and when I submit the form, I get an alert that the library has been created. The Libraries page still doesn't list any libraries. I can see that the new library has been added, since it is now an option when I create or edit a patron or if I set circulation and fines rules.
I've tried a couple of the demo Koha systems at < https://koha-community.org/demo/ > and they show multiple libraries. Is there a setting that would prevent libraries from displaying or does this seem to be a bug?
TIA,
Andy
Caroline Cyr La Rose, M.L.I.S. Librarian | Product Manager
Phone: 1-833-465-4276, ext. 221 Caroline.Cyr-La-Rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com>
INLiBRO | Document Technologies Specialists | www.inLibro.com <http://www.inLibro.com> _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
Hi, Have a look at bug 28800 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28800 Short version: confirm that you are using JSON::Validator provided by our deb repo Regards, Jonathan Le mer. 1 juin 2022 à 01:19, Andy Boze <Boze.1@nd.edu> a écrit :
Thanks, Caroline. There's no indication on the Perl modules tab that any of them need to be updated, and it only shows that two are missing, PDF::FromHTML and Time::Fake, which don't seem likely to be causing the problem. I'm baffled at this point.
Andy
On 5/31/2022 3:56 PM, Caroline Cyr La Rose wrote:
Hi Andy,
I had this problem recently with my development installation and it turned out I was missing some perl modules or mine were an older version.
Unfortunately, I can't remember exactly which one was the problem. You can see the list of necessary modules in the Perl modules tab of the About page and it will also tell you which ones are missing.
I hope this helps...
Caroline
On 2022-05-31 15:12, Andy Boze wrote:
I have three separate instances of Koha 20.11.04. In one of them I want to create a new library. When I go to
Home › Administration › Libraries
I see no existing libraries listed in any of the three instances. If I click the "+New library" button, I get the form to fill out, and when I submit the form, I get an alert that the library has been created. The Libraries page still doesn't list any libraries. I can see that the new library has been added, since it is now an option when I create or edit a patron or if I set circulation and fines rules.
I've tried a couple of the demo Koha systems at < https://koha-community.org/demo/ > and they show multiple libraries. Is there a setting that would prevent libraries from displaying or does this seem to be a bug?
TIA,
Andy
Caroline Cyr La Rose, M.L.I.S. Librarian | Product Manager
Phone: 1-833-465-4276, ext. 221 Caroline.Cyr-La-Rose@inLibro.com <mailto: caroline.cyr-la-rose@inLibro.com>
INLiBRO | Document Technologies Specialists | www.inLibro.com <http://www.inLibro.com> _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks, Jonathan and Fridolin. We're not using a standard Debian environment. We use Amazon Linux and install Koha from the download page. The JSON::Validator module we have installed is 4.13. I think we can work around the problem. We can still create new branch libraries, even if we can't see the list, and they do show up elsewhere. If we need to edit the library info, we can just enter the URL for the form < .../cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=CODE > so this doesn't appear to be a big problem. Andy On 6/1/2022 3:00 AM, Jonathan Druart wrote:
Hi,
Have a look at bug 28800 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28800 Short version: confirm that you are using JSON::Validator provided by our deb repo
Regards, Jonathan
Le mer. 1 juin 2022 à 01:19, Andy Boze <Boze.1@nd.edu <mailto:Boze.1@nd.edu>> a écrit :
Thanks, Caroline. There's no indication on the Perl modules tab that any of them need to be updated, and it only shows that two are missing, PDF::FromHTML and Time::Fake, which don't seem likely to be causing the problem. I'm baffled at this point.
Andy
On 5/31/2022 3:56 PM, Caroline Cyr La Rose wrote: > Hi Andy, > > I had this problem recently with my development installation and it > turned out I was missing some perl modules or mine were an older version. > > Unfortunately, I can't remember exactly which one was the problem. You > can see the list of necessary modules in the Perl modules tab of the > About page and it will also tell you which ones are missing. > > I hope this helps... > > Caroline > > On 2022-05-31 15:12, Andy Boze wrote: >> I have three separate instances of Koha 20.11.04. In one of them I >> want to create a new library. When I go to >> >> Home › Administration › Libraries >> >> I see no existing libraries listed in any of the three instances. If I >> click the "+New library" button, I get the form to fill out, and when >> I submit the form, I get an alert that the library has been created. >> The Libraries page still doesn't list any libraries. I can see that >> the new library has been added, since it is now an option when I >> create or edit a patron or if I set circulation and fines rules. >> >> I've tried a couple of the demo Koha systems at < >> https://koha-community.org/demo/ > and they show multiple libraries. >> Is there a setting that would prevent libraries from displaying or >> does this seem to be a bug? >> >> TIA, >> >> Andy >> > Caroline Cyr La Rose, M.L.I.S. > Librarian | Product Manager > > Phone: 1-833-465-4276, ext. 221 > Caroline.Cyr-La-Rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com>> > > INLiBRO | Document Technologies Specialists | www.inLibro.com <http://www.inLibro.com> > <http://www.inLibro.com> > _______________________________________________ > > Koha mailing list http://koha-community.org > Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
You should not ignore this problem. It's not specific to the library admin page. The Koha REST API endpoints don't work, and you will face other problems. Le mer. 1 juin 2022 à 17:59, Andy Boze <Boze.1@nd.edu> a écrit :
Thanks, Jonathan and Fridolin.
We're not using a standard Debian environment. We use Amazon Linux and install Koha from the download page.
The JSON::Validator module we have installed is 4.13.
I think we can work around the problem. We can still create new branch libraries, even if we can't see the list, and they do show up elsewhere. If we need to edit the library info, we can just enter the URL for the form < .../cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=CODE > so this doesn't appear to be a big problem.
Andy
Hi,
Have a look at bug 28800 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28800 Short version: confirm that you are using JSON::Validator provided by our deb repo
Regards, Jonathan
Le mer. 1 juin 2022 à 01:19, Andy Boze <Boze.1@nd.edu <mailto:Boze.1@nd.edu>> a écrit :
Thanks, Caroline. There's no indication on the Perl modules tab that any of them need to be updated, and it only shows that two are missing, PDF::FromHTML and Time::Fake, which don't seem likely to be causing
On 6/1/2022 3:00 AM, Jonathan Druart wrote: the
problem. I'm baffled at this point.
Andy
On 5/31/2022 3:56 PM, Caroline Cyr La Rose wrote: > Hi Andy, > > I had this problem recently with my development installation and
it
> turned out I was missing some perl modules or mine were an older version. > > Unfortunately, I can't remember exactly which one was the problem. You > can see the list of necessary modules in the Perl modules tab of
the
> About page and it will also tell you which ones are missing. > > I hope this helps... > > Caroline > > On 2022-05-31 15:12, Andy Boze wrote: >> I have three separate instances of Koha 20.11.04. In one of them
I
>> want to create a new library. When I go to >> >> Home › Administration › Libraries >> >> I see no existing libraries listed in any of the three instances. If I >> click the "+New library" button, I get the form to fill out, and when >> I submit the form, I get an alert that the library has been created. >> The Libraries page still doesn't list any libraries. I can see
that
>> the new library has been added, since it is now an option when I >> create or edit a patron or if I set circulation and fines rules. >> >> I've tried a couple of the demo Koha systems at < >> https://koha-community.org/demo/ > and they show multiple libraries. >> Is there a setting that would prevent libraries from displaying
or
>> does this seem to be a bug? >> >> TIA, >> >> Andy >> > Caroline Cyr La Rose, M.L.I.S. > Librarian | Product Manager > > Phone: 1-833-465-4276, ext. 221 > Caroline.Cyr-La-Rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com>> > > INLiBRO | Document Technologies Specialists | www.inLibro.com <http://www.inLibro.com> > <http://www.inLibro.com> > _______________________________________________ > > Koha mailing list http://koha-community.org > Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi, You may think of creating a Docker container with Debian/Ubuntu and use packages. Le 01/06/2022 à 05:59, Andy Boze a écrit :
Thanks, Jonathan and Fridolin.
We're not using a standard Debian environment. We use Amazon Linux and install Koha from the download page.
The JSON::Validator module we have installed is 4.13.
I think we can work around the problem. We can still create new branch libraries, even if we can't see the list, and they do show up elsewhere. If we need to edit the library info, we can just enter the URL for the form < .../cgi-bin/koha/admin/branches.pl?op=add_form&branchcode=CODE > so this doesn't appear to be a big problem.
Andy
On 6/1/2022 3:00 AM, Jonathan Druart wrote:
Hi,
Have a look at bug 28800 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28800 Short version: confirm that you are using JSON::Validator provided by our deb repo
Regards, Jonathan
Le mer. 1 juin 2022 à 01:19, Andy Boze <Boze.1@nd.edu <mailto:Boze.1@nd.edu>> a écrit :
Thanks, Caroline. There's no indication on the Perl modules tab that any of them need to be updated, and it only shows that two are missing, PDF::FromHTML and Time::Fake, which don't seem likely to be causing the problem. I'm baffled at this point.
Andy
On 5/31/2022 3:56 PM, Caroline Cyr La Rose wrote: > Hi Andy, > > I had this problem recently with my development installation and it > turned out I was missing some perl modules or mine were an older version. > > Unfortunately, I can't remember exactly which one was the problem. You > can see the list of necessary modules in the Perl modules tab of the > About page and it will also tell you which ones are missing. > > I hope this helps... > > Caroline > > On 2022-05-31 15:12, Andy Boze wrote: >> I have three separate instances of Koha 20.11.04. In one of them I >> want to create a new library. When I go to >> >> Home › Administration › Libraries >> >> I see no existing libraries listed in any of the three instances. If I >> click the "+New library" button, I get the form to fill out, and when >> I submit the form, I get an alert that the library has been created. >> The Libraries page still doesn't list any libraries. I can see that >> the new library has been added, since it is now an option when I >> create or edit a patron or if I set circulation and fines rules. >> >> I've tried a couple of the demo Koha systems at < >> https://koha-community.org/demo/ > and they show multiple libraries. >> Is there a setting that would prevent libraries from displaying or >> does this seem to be a bug? >> >> TIA, >> >> Andy >> > Caroline Cyr La Rose, M.L.I.S. > Librarian | Product Manager > > Phone: 1-833-465-4276, ext. 221 > Caroline.Cyr-La-Rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com <mailto:caroline.cyr-la-rose@inLibro.com>> > > INLiBRO | Document Technologies Specialists | www.inLibro.com <http://www.inLibro.com> > <http://www.inLibro.com> > _______________________________________________ > > Koha mailing list http://koha-community.org > Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 271H Hesburgh Library (574) 631-8708
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
Hi, What is your operating system and how did you install Koha please ? Le 31/05/2022 à 09:12, Andy Boze a écrit :
I have three separate instances of Koha 20.11.04. In one of them I want to create a new library. When I go to
Home › Administration › Libraries
I see no existing libraries listed in any of the three instances. If I click the "+New library" button, I get the form to fill out, and when I submit the form, I get an alert that the library has been created. The Libraries page still doesn't list any libraries. I can see that the new library has been added, since it is now an option when I create or edit a patron or if I set circulation and fines rules.
I've tried a couple of the demo Koha systems at < https://koha-community.org/demo/ > and they show multiple libraries. Is there a setting that would prevent libraries from displaying or does this seem to be a bug?
TIA,
Andy
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
participants (4)
-
Andy Boze -
Caroline Cyr La Rose -
Fridolin SOMERS -
Jonathan Druart