Re: [Koha] Question about creating libraries in Koha -- possible bug

2022-06-01 Thread Jonathan Druart
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  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=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  > > 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-r...@inlibro.com
> >  > >
> >  >
> >  > INLiBRO | Document Technologies Specialists | 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
> >
>
> --
> 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
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Question about creating libraries in Koha -- possible bug

2022-06-01 Thread Andy Boze

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=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 > 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-r...@inlibro.com
>
 >
 > INLiBRO | Document Technologies Specialists | 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



--
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


Re: [Koha] Question about creating libraries in Koha -- possible bug

2022-06-01 Thread Jonathan Druart
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  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-r...@inlibro.com  caroline.cyr-la-r...@inlibro.com>
> >
> > INLiBRO | Document Technologies Specialists | 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
>
___

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha