Re: [Koha] Koha 22.11.05 released

2023-05-26 Thread Thomas Sycko-Miller
I should have explained the steps I took:

   1. Stopped plack
   2. Disabled plack
   3. Rebooted server
  - Koha won't run at all
   4. Re-enabled plack
   5. Re-started plack
   6. Re-started koha-common
  - Able to log in, but get the 500 error on biblio details
   7. Removed all custom staff JS
   8. Restarted koha-common
   9. Tried apt install --reinstall koha-common
   10. a2dismod headers proxy_http, restart apache, then a2enmod headers
   proxy_http

I see that there is a debugger option in koha-plack, but I'm not sure how
to use it. I find it interesting that the OPAC details display correctly.

For now, I think I'll just have to roll back to the previous version. But
can anyone guide me to more information about the plack debugger, or does
anyone have any other ideas I can try?




On Fri, May 26, 2023 at 3:35 PM Hector Gonzalez Jaime 
wrote:

> Your problem looks like koha-plack is not running, you should try
> restarting it.
>
> On 5/26/23 13:02, Thomas Sycko-Miller wrote:
> > I'm getting a similar error when trying to view biblio details in staff
> > client:
> >
> > [Fri May 26 13:54:25.843357 2023] [proxy:error] [pid 2474] (2)No such
> file
> > or directory: AH02454: http: attempt to connect to Unix domain socket
> > /var/run/koha/library/plack.sock (localhost) failed
> > [Fri May 26 13:54:25.843460 2023] [proxy_http:error] [pid 2474] [client
> > 999.999.999.999:55178] AH01114: HTTP: failed to make connection to
> backend:
> > httpd-UDS
> >
> > --
> >
> >
> > On Fri, May 26, 2023 at 1:28 PM Hector Gonzalez Jaime 
> > wrote:
> >
> >> Hello, thanks for all the hard work!
> >>
> >> I just tried this version on a development server, and get a 500 error
> >> trying to check overdue fines, this is in the logs:
> >>
> >> "GET /intranet/circ/branchoverdues.pl HTTP/1.1" 500
> >>
> >> Template process failed: undef error - : filter not found at
> >> /usr/share/koha/lib/C4/Templates.pm line 127.
> >>
> >> It worked well with 22.11.05, and got broken with 22.11.06
> >>
> >>
> >> On 5/26/23 09:00, Renvoize, Martin wrote:
> >>> Hello, Bonjour, Kia ora,
> >>>
> >>> The Koha community is pleased to announce the release of version
> >> 22.11.05.
> >>> This is a security and bugfix maintenance release, including 160
> >> bugfixes!
> >>> Full release notes are available here:
> >>> https://koha-community.org/koha-22-11-06-released/
> >>>
> >>> This is our last release as the stable branch maintainers, with the
> >>> community heading into the next cycle imminently. However, 22.11.x will
> >> be
> >>> in the capable hands of Pedro and Matt for the next cycle having been
> >> voted
> >>> in as the oldstable maintainers 
> >>>
> >>> Thanks to anybody involved! 
> >>>
> >>>
> >>> Martin Renvoize, MPhys (Hons)
> >>>
> >>> Head of Development and Community Engagement
> >>>
> >>>
> >>>
> >>> E: martin.renvo...@ptfs-europe.com
> >>>
> >>> P: +44 (0) 1483 378728
> >>>
> >>> M: +44 (0) 7725 985636
> >>>
> >>> www.ptfs-europe.com
> >>> ___
> >>>
> >>> Koha mailing list  http://koha-community.org
> >>> Koha@lists.katipo.co.nz
> >>> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
> >> --
> >> Hector Gonzalez
> >> ca...@genac.org
> >>
> >> ___
> >>
> >> 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
>
> --
> Hector Gonzalez
> ca...@genac.org
>
> ___
>
> 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] Koha 22.11.05 released

2023-05-26 Thread Hector Gonzalez Jaime
Your problem looks like koha-plack is not running, you should try 
restarting it.


On 5/26/23 13:02, Thomas Sycko-Miller wrote:

I'm getting a similar error when trying to view biblio details in staff
client:

[Fri May 26 13:54:25.843357 2023] [proxy:error] [pid 2474] (2)No such file
or directory: AH02454: http: attempt to connect to Unix domain socket
/var/run/koha/library/plack.sock (localhost) failed
[Fri May 26 13:54:25.843460 2023] [proxy_http:error] [pid 2474] [client
999.999.999.999:55178] AH01114: HTTP: failed to make connection to backend:
httpd-UDS

--


On Fri, May 26, 2023 at 1:28 PM Hector Gonzalez Jaime 
wrote:


Hello, thanks for all the hard work!

I just tried this version on a development server, and get a 500 error
trying to check overdue fines, this is in the logs:

"GET /intranet/circ/branchoverdues.pl HTTP/1.1" 500

Template process failed: undef error - : filter not found at
/usr/share/koha/lib/C4/Templates.pm line 127.

It worked well with 22.11.05, and got broken with 22.11.06


On 5/26/23 09:00, Renvoize, Martin wrote:

Hello, Bonjour, Kia ora,

The Koha community is pleased to announce the release of version

22.11.05.

This is a security and bugfix maintenance release, including 160

bugfixes!

Full release notes are available here:
https://koha-community.org/koha-22-11-06-released/

This is our last release as the stable branch maintainers, with the
community heading into the next cycle imminently. However, 22.11.x will

be

in the capable hands of Pedro and Matt for the next cycle having been

voted

in as the oldstable maintainers 

Thanks to anybody involved! 


Martin Renvoize, MPhys (Hons)

Head of Development and Community Engagement



E: martin.renvo...@ptfs-europe.com

P: +44 (0) 1483 378728

M: +44 (0) 7725 985636

www.ptfs-europe.com
___

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

--
Hector Gonzalez
ca...@genac.org

___

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


--
Hector Gonzalez
ca...@genac.org

___

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


Re: [Koha] Koha 22.11.05 released

2023-05-26 Thread Thomas Sycko-Miller
I'm getting a similar error when trying to view biblio details in staff
client:

[Fri May 26 13:54:25.843357 2023] [proxy:error] [pid 2474] (2)No such file
or directory: AH02454: http: attempt to connect to Unix domain socket
/var/run/koha/library/plack.sock (localhost) failed
[Fri May 26 13:54:25.843460 2023] [proxy_http:error] [pid 2474] [client
999.999.999.999:55178] AH01114: HTTP: failed to make connection to backend:
httpd-UDS

--


On Fri, May 26, 2023 at 1:28 PM Hector Gonzalez Jaime 
wrote:

> Hello, thanks for all the hard work!
>
> I just tried this version on a development server, and get a 500 error
> trying to check overdue fines, this is in the logs:
>
> "GET /intranet/circ/branchoverdues.pl HTTP/1.1" 500
>
> Template process failed: undef error - : filter not found at
> /usr/share/koha/lib/C4/Templates.pm line 127.
>
> It worked well with 22.11.05, and got broken with 22.11.06
>
>
> On 5/26/23 09:00, Renvoize, Martin wrote:
> > Hello, Bonjour, Kia ora,
> >
> > The Koha community is pleased to announce the release of version
> 22.11.05.
> >
> > This is a security and bugfix maintenance release, including 160
> bugfixes!
> >
> > Full release notes are available here:
> > https://koha-community.org/koha-22-11-06-released/
> >
> > This is our last release as the stable branch maintainers, with the
> > community heading into the next cycle imminently. However, 22.11.x will
> be
> > in the capable hands of Pedro and Matt for the next cycle having been
> voted
> > in as the oldstable maintainers 
> >
> > Thanks to anybody involved! 
> >
> >
> > Martin Renvoize, MPhys (Hons)
> >
> > Head of Development and Community Engagement
> >
> >
> >
> > E: martin.renvo...@ptfs-europe.com
> >
> > P: +44 (0) 1483 378728
> >
> > M: +44 (0) 7725 985636
> >
> > www.ptfs-europe.com
> > ___
> >
> > Koha mailing list  http://koha-community.org
> > Koha@lists.katipo.co.nz
> > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>
> --
> Hector Gonzalez
> ca...@genac.org
>
> ___
>
> 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] One biblio record not visible in staff interface or OPAC

2023-05-26 Thread David Liddle
In full disclosure, Aida, this task is not one that I've ever needed
to do. But research is fun, and I like to learn new things. According
to a few searches through the list, my attention was brought firstly
to the use of 'koha-shell' for such things and secondly to the
following command to run this particular script:

$ sudo koha-shell -c '/usr/share/koha/bin/batchRebuildBiblioTables.pl
-c' your_koha_name

See https://lists.katipo.co.nz/public/koha/2021-July/056491.html for
the relevant thread. If someone else out there knows better, then
please give Aida the better tip!


On Fri, May 26, 2023 at 1:24 PM libr...@ssst.edu.ba  wrote:
>
> Hi David,
>
> I admit I am *sorely* tempted to just remove the Koha installation I have on 
> my work server because it's been nothing but trouble, and testing just the 
> one on my old laptop. I can't access the work server from home anyway and I 
> can take my laptop to work.
>
> So how would I access that from the terminal to be able to run it? Would I 
> need to write this
>
> -bash: /usr/share/koha/bin/batchRebuildBiblioTables.pl
>
> Instead of the command below (-bash: ./misc/batchRebuildBiblioTables.pl)
>
> Best regards
>
> Aida Đikić
>
>
> -Original Message-
> From: David Liddle 
> Sent: Friday, May 26, 2023 1:17 PM
> To: libr...@ssst.edu.ba
> Cc: koha@lists.katipo.co.nz
> Subject: Re: [Koha] One biblio record not visible in staff interface or OPAC
>
> Hello Aida, I can't help with your other questions, but I will mention that 
> on my systems, that script is located here:
>
> /usr/share/koha/bin/batchRebuildBiblioTables.pl
>
> Regards,
>
> David Liddle
>
> On Fri, May 26, 2023 at 8:15 AM libr...@ssst.edu.ba  
> wrote:
> >
> > I am slowly continuing to add the titles I had cataloged this year in our 
> > in-house system, adding most of them via Z39.50, but having to add locally 
> > published textbooks manually. I'm grateful to Caroline for sending the 
> > little "cheat sheet" of the basic fields for cataloging in MARC21, those 
> > were very helpful. And it turns out that David Nind also once sent 
> > instructions on how to run the ./misc/batchRebuildBiblioTables.pl script, 
> > which I had forgotten about, so apologies!
> >
> > Unfortunately it doesn't work for me; I tried it and got the following 
> > result:
> >
> > -bash: ./misc/batchRebuildBiblioTables.pl: No such file or
> > directory
> >
> > I'm not sure how to proceed from here. Do I need to get this file from 
> > somwehere, or create it myself?
> >
> >
> > As for cataloging, I've successfully added my latest record and the 
> > multiple items, but even after clicking on „Link authorities 
> > automatically“, when I click on the authors in the OPAC I get the „This 
> > authority is not used in any records“. This is true for both manually added 
> > records and Z39.50; I looked them up to make sure. Same with subjects.
> >
> > Is there an extra step I'm not doing that would link these authorities to 
> > the records? I'm also still unable to get the UDC classification to appear 
> > in OPAC instead of Dewey and LOC.
> >
> >
> > Best regards
> >
> > Aida Đikić
> >
> >
> > -Original Message-
> > From: libr...@ssst.edu.ba 
> > Sent: Monday, May 22, 2023 1:50 PM
> > To: Katrin Fischer ; koha@lists.katipo.co.nz
> > Subject: Re: [Koha] One biblio record not visible in staff interface
> > or OPAC
> >
> > Hi Katrin,
> >
> > I didn't mean to ignore the list; I just got back from a week-long Erasmus 
> > staff mobility stay in Sevilla. They have amazing libraries!
> >
> > Thank you for the link to the instructions, I will check it out, and will 
> > probably be back with more questions.
> >
> > Best regards
> >
> > Aida Đikić
> >
> >
> > -Original Message-
> > From: Katrin Fischer 
> > Sent: Sunday, May 14, 2023 11:34 AM
> > To: libr...@ssst.edu.ba; koha@lists.katipo.co.nz
> > Subject: Re: [Koha] One biblio record not visible in staff interface
> > or OPAC
> >
> > Hi,
> >
> > On 10.05.23 09:11, libr...@ssst.edu.ba wrote:
> > >> I'm guessing that since I went through the creation/removal of a Koha 
> > >> instance more than once, with both flavors, when I created the current 
> > >> instance the Zebra indexing setting was left at UNIMARC. I thought this 
> > >> would be an automatic change during the next installation. If I 
> > >> absolutely must I will do it, but I would really like to avoid having to 
> > >> create yet another instance and to have to remake all the html 
> > >> customizations and CSS for the OPAC.
> > > How did you make your changes? If you are using HTML customizations and 
> > > system preferences they are all stored in the database and you would be 
> > > able to load your existing database into a new instance and keep using it.
> > >
> > >   Yes, I made the changes using HTML customizations and system
> > > preferences. So how do I export the database? When I didn't see
> > > anything in the tools or the administration settings, I looked up
> > > 

Re: [Koha] Koha 22.11.05 released

2023-05-26 Thread Hector Gonzalez Jaime

Hello, thanks for all the hard work!

I just tried this version on a development server, and get a 500 error 
trying to check overdue fines, this is in the logs:


"GET /intranet/circ/branchoverdues.pl HTTP/1.1" 500

Template process failed: undef error - : filter not found at 
/usr/share/koha/lib/C4/Templates.pm line 127.


It worked well with 22.11.05, and got broken with 22.11.06


On 5/26/23 09:00, Renvoize, Martin wrote:

Hello, Bonjour, Kia ora,

The Koha community is pleased to announce the release of version 22.11.05.

This is a security and bugfix maintenance release, including 160 bugfixes!

Full release notes are available here:
https://koha-community.org/koha-22-11-06-released/

This is our last release as the stable branch maintainers, with the
community heading into the next cycle imminently. However, 22.11.x will be
in the capable hands of Pedro and Matt for the next cycle having been voted
in as the oldstable maintainers 

Thanks to anybody involved! 


Martin Renvoize, MPhys (Hons)

Head of Development and Community Engagement



E: martin.renvo...@ptfs-europe.com

P: +44 (0) 1483 378728

M: +44 (0) 7725 985636

www.ptfs-europe.com
___

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


--
Hector Gonzalez
ca...@genac.org

___

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


[Koha] Koha 22.11.05 released

2023-05-26 Thread Renvoize, Martin
Hello, Bonjour, Kia ora,

The Koha community is pleased to announce the release of version 22.11.05.

This is a security and bugfix maintenance release, including 160 bugfixes!

Full release notes are available here:
https://koha-community.org/koha-22-11-06-released/

This is our last release as the stable branch maintainers, with the
community heading into the next cycle imminently. However, 22.11.x will be
in the capable hands of Pedro and Matt for the next cycle having been voted
in as the oldstable maintainers 

Thanks to anybody involved! 


Martin Renvoize, MPhys (Hons)

Head of Development and Community Engagement



E: martin.renvo...@ptfs-europe.com

P: +44 (0) 1483 378728

M: +44 (0) 7725 985636

www.ptfs-europe.com
___

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


Re: [Koha] One biblio record not visible in staff interface or OPAC

2023-05-26 Thread libr...@ssst.edu.ba
Hi David, 

I admit I am *sorely* tempted to just remove the Koha installation I have on my 
work server because it's been nothing but trouble, and testing just the one on 
my old laptop. I can't access the work server from home anyway and I can take 
my laptop to work. 

So how would I access that from the terminal to be able to run it? Would I need 
to write this

-bash: /usr/share/koha/bin/batchRebuildBiblioTables.pl

Instead of the command below (-bash: ./misc/batchRebuildBiblioTables.pl)

Best regards

Aida Đikić


-Original Message-
From: David Liddle  
Sent: Friday, May 26, 2023 1:17 PM
To: libr...@ssst.edu.ba
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] One biblio record not visible in staff interface or OPAC

Hello Aida, I can't help with your other questions, but I will mention that on 
my systems, that script is located here:

/usr/share/koha/bin/batchRebuildBiblioTables.pl

Regards,

David Liddle

On Fri, May 26, 2023 at 8:15 AM libr...@ssst.edu.ba  wrote:
>
> I am slowly continuing to add the titles I had cataloged this year in our 
> in-house system, adding most of them via Z39.50, but having to add locally 
> published textbooks manually. I'm grateful to Caroline for sending the little 
> "cheat sheet" of the basic fields for cataloging in MARC21, those were very 
> helpful. And it turns out that David Nind also once sent instructions on how 
> to run the ./misc/batchRebuildBiblioTables.pl script, which I had forgotten 
> about, so apologies!
>
> Unfortunately it doesn't work for me; I tried it and got the following result:
>
> -bash: ./misc/batchRebuildBiblioTables.pl: No such file or 
> directory
>
> I'm not sure how to proceed from here. Do I need to get this file from 
> somwehere, or create it myself?
>
>
> As for cataloging, I've successfully added my latest record and the multiple 
> items, but even after clicking on „Link authorities automatically“, when I 
> click on the authors in the OPAC I get the „This authority is not used in any 
> records“. This is true for both manually added records and Z39.50; I looked 
> them up to make sure. Same with subjects.
>
> Is there an extra step I'm not doing that would link these authorities to the 
> records? I'm also still unable to get the UDC classification to appear in 
> OPAC instead of Dewey and LOC.
>
>
> Best regards
>
> Aida Đikić
>
>
> -Original Message-
> From: libr...@ssst.edu.ba 
> Sent: Monday, May 22, 2023 1:50 PM
> To: Katrin Fischer ; koha@lists.katipo.co.nz
> Subject: Re: [Koha] One biblio record not visible in staff interface 
> or OPAC
>
> Hi Katrin,
>
> I didn't mean to ignore the list; I just got back from a week-long Erasmus 
> staff mobility stay in Sevilla. They have amazing libraries!
>
> Thank you for the link to the instructions, I will check it out, and will 
> probably be back with more questions.
>
> Best regards
>
> Aida Đikić
>
>
> -Original Message-
> From: Katrin Fischer 
> Sent: Sunday, May 14, 2023 11:34 AM
> To: libr...@ssst.edu.ba; koha@lists.katipo.co.nz
> Subject: Re: [Koha] One biblio record not visible in staff interface 
> or OPAC
>
> Hi,
>
> On 10.05.23 09:11, libr...@ssst.edu.ba wrote:
> >> I'm guessing that since I went through the creation/removal of a Koha 
> >> instance more than once, with both flavors, when I created the current 
> >> instance the Zebra indexing setting was left at UNIMARC. I thought this 
> >> would be an automatic change during the next installation. If I absolutely 
> >> must I will do it, but I would really like to avoid having to create yet 
> >> another instance and to have to remake all the html customizations and CSS 
> >> for the OPAC.
> > How did you make your changes? If you are using HTML customizations and 
> > system preferences they are all stored in the database and you would be 
> > able to load your existing database into a new instance and keep using it.
> >
> >   Yes, I made the changes using HTML customizations and system 
> > preferences. So how do I export the database? When I didn't see 
> > anything in the tools or the administration settings, I looked up 
> > the mailing list archives and found in message 
> > https://www.mail-archive.com/koha@lists.katipo.co.nz/msg28832.html
> > that you need to enable Tools > Export by changing 0 to 1 in
> >
> > 1
> > 1
>
> For exporting your existing database, it's much easier to use a tool like 
> mysqldump. Some instructions can be found here, they are for moving from one 
> server to another, but moving from one instance to another would be similar:
>
> http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.htm
> l
>
> Hope this helps,
>
> Katrin
>
>
> ___
>
> 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

Re: [Koha] One biblio record not visible in staff interface or OPAC

2023-05-26 Thread David Liddle
Hello Aida, I can't help with your other questions, but I will mention
that on my systems, that script is located here:

/usr/share/koha/bin/batchRebuildBiblioTables.pl

Regards,

David Liddle

On Fri, May 26, 2023 at 8:15 AM libr...@ssst.edu.ba  wrote:
>
> I am slowly continuing to add the titles I had cataloged this year in our 
> in-house system, adding most of them via Z39.50, but having to add locally 
> published textbooks manually. I'm grateful to Caroline for sending the little 
> "cheat sheet" of the basic fields for cataloging in MARC21, those were very 
> helpful. And it turns out that David Nind also once sent instructions on how 
> to run the ./misc/batchRebuildBiblioTables.pl script, which I had forgotten 
> about, so apologies!
>
> Unfortunately it doesn't work for me; I tried it and got the following result:
>
> -bash: ./misc/batchRebuildBiblioTables.pl: No such file or directory
>
> I'm not sure how to proceed from here. Do I need to get this file from 
> somwehere, or create it myself?
>
>
> As for cataloging, I've successfully added my latest record and the multiple 
> items, but even after clicking on „Link authorities automatically“, when I 
> click on the authors in the OPAC I get the „This authority is not used in any 
> records“. This is true for both manually added records and Z39.50; I looked 
> them up to make sure. Same with subjects.
>
> Is there an extra step I'm not doing that would link these authorities to the 
> records? I'm also still unable to get the UDC classification to appear in 
> OPAC instead of Dewey and LOC.
>
>
> Best regards
>
> Aida Đikić
>
>
> -Original Message-
> From: libr...@ssst.edu.ba 
> Sent: Monday, May 22, 2023 1:50 PM
> To: Katrin Fischer ; koha@lists.katipo.co.nz
> Subject: Re: [Koha] One biblio record not visible in staff interface or OPAC
>
> Hi Katrin,
>
> I didn't mean to ignore the list; I just got back from a week-long Erasmus 
> staff mobility stay in Sevilla. They have amazing libraries!
>
> Thank you for the link to the instructions, I will check it out, and will 
> probably be back with more questions.
>
> Best regards
>
> Aida Đikić
>
>
> -Original Message-
> From: Katrin Fischer 
> Sent: Sunday, May 14, 2023 11:34 AM
> To: libr...@ssst.edu.ba; koha@lists.katipo.co.nz
> Subject: Re: [Koha] One biblio record not visible in staff interface or OPAC
>
> Hi,
>
> On 10.05.23 09:11, libr...@ssst.edu.ba wrote:
> >> I'm guessing that since I went through the creation/removal of a Koha 
> >> instance more than once, with both flavors, when I created the current 
> >> instance the Zebra indexing setting was left at UNIMARC. I thought this 
> >> would be an automatic change during the next installation. If I absolutely 
> >> must I will do it, but I would really like to avoid having to create yet 
> >> another instance and to have to remake all the html customizations and CSS 
> >> for the OPAC.
> > How did you make your changes? If you are using HTML customizations and 
> > system preferences they are all stored in the database and you would be 
> > able to load your existing database into a new instance and keep using it.
> >
> >   Yes, I made the changes using HTML customizations and system
> > preferences. So how do I export the database? When I didn't see
> > anything in the tools or the administration settings, I looked up the
> > mailing list archives and found in message
> > https://www.mail-archive.com/koha@lists.katipo.co.nz/msg28832.html
> > that you need to enable Tools > Export by changing 0 to 1 in
> >
> > 1
> > 1
>
> For exporting your existing database, it's much easier to use a tool like 
> mysqldump. Some instructions can be found here, they are for moving from one 
> server to another, but moving from one instance to another would be similar:
>
> http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.html
>
> Hope this helps,
>
> Katrin
>
>
> ___
>
> 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] One biblio record not visible in staff interface or OPAC

2023-05-26 Thread libr...@ssst.edu.ba
I am slowly continuing to add the titles I had cataloged this year in our 
in-house system, adding most of them via Z39.50, but having to add locally 
published textbooks manually. I'm grateful to Caroline for sending the little 
"cheat sheet" of the basic fields for cataloging in MARC21, those were very 
helpful. And it turns out that David Nind also once sent instructions on how to 
run the ./misc/batchRebuildBiblioTables.pl script, which I had forgotten about, 
so apologies! 

Unfortunately it doesn't work for me; I tried it and got the following result: 

-bash: ./misc/batchRebuildBiblioTables.pl: No such file or directory

I'm not sure how to proceed from here. Do I need to get this file from 
somwehere, or create it myself? 


As for cataloging, I've successfully added my latest record and the multiple 
items, but even after clicking on „Link authorities automatically“, when I 
click on the authors in the OPAC I get the „This authority is not used in any 
records“. This is true for both manually added records and Z39.50; I looked 
them up to make sure. Same with subjects. 

Is there an extra step I'm not doing that would link these authorities to the 
records? I'm also still unable to get the UDC classification to appear in OPAC 
instead of Dewey and LOC. 


Best regards

Aida Đikić


-Original Message-
From: libr...@ssst.edu.ba  
Sent: Monday, May 22, 2023 1:50 PM
To: Katrin Fischer ; koha@lists.katipo.co.nz
Subject: Re: [Koha] One biblio record not visible in staff interface or OPAC

Hi Katrin, 

I didn't mean to ignore the list; I just got back from a week-long Erasmus 
staff mobility stay in Sevilla. They have amazing libraries! 

Thank you for the link to the instructions, I will check it out, and will 
probably be back with more questions. 

Best regards

Aida Đikić


-Original Message-
From: Katrin Fischer 
Sent: Sunday, May 14, 2023 11:34 AM
To: libr...@ssst.edu.ba; koha@lists.katipo.co.nz
Subject: Re: [Koha] One biblio record not visible in staff interface or OPAC

Hi,

On 10.05.23 09:11, libr...@ssst.edu.ba wrote:
>> I'm guessing that since I went through the creation/removal of a Koha 
>> instance more than once, with both flavors, when I created the current 
>> instance the Zebra indexing setting was left at UNIMARC. I thought this 
>> would be an automatic change during the next installation. If I absolutely 
>> must I will do it, but I would really like to avoid having to create yet 
>> another instance and to have to remake all the html customizations and CSS 
>> for the OPAC.
> How did you make your changes? If you are using HTML customizations and 
> system preferences they are all stored in the database and you would be able 
> to load your existing database into a new instance and keep using it.
>
>   Yes, I made the changes using HTML customizations and system 
> preferences. So how do I export the database? When I didn't see 
> anything in the tools or the administration settings, I looked up the 
> mailing list archives and found in message 
> https://www.mail-archive.com/koha@lists.katipo.co.nz/msg28832.html
> that you need to enable Tools > Export by changing 0 to 1 in
>
> 1
> 1

For exporting your existing database, it's much easier to use a tool like 
mysqldump. Some instructions can be found here, they are for moving from one 
server to another, but moving from one instance to another would be similar:

http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.html

Hope this helps,

Katrin


___

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