[Koha] Koha and nginx

2020-11-21 Thread Beda Szukics
Good evening Has anybody running koha with nginx instead of apapche? I found some mentions in the koha-community wiki but these seem to be special cases. Three years ago biblibre published https://git.biblibre.com/biblibre/koha-nginx?lang=de-DE Has anyone used this? Greetings Beda

Re: [Koha] Internal Server Errors

2023-03-13 Thread Beda Szukics
I think that you have to reindex after the corrections (at least thas's what I did) Am 13.03.2023 um 16:52 schrieb Paul: I recently reported that we'd started to get internal server errors when looking at ISBD detail and making a hold when in the OPAC. Jonathan Druart asked if I'd run misc/mai

[Koha] Service unavailable

2023-11-07 Thread Beda Szukics
Hello I'm running 4 instances of Koha on 1 server. 3 work fine, the 4th gives me: Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Apache/2.4.38 (Debian) Server at bibliotheksverwaltung.abtei-

Re: [Koha] Service unavailable

2023-11-08 Thread Beda Szukics
Plack was enabled but not started. koha-restore restarts the apache webserver but not plack. koha-plack --start mg solved the problem Am 08.11.2023 um 07:42 schrieb Beda Szukics: Hello I'm running 4 instances of Koha on 1 server. 3 work fine, the 4th gives me: Service Unavailable The s

[Koha] 404 Error after upgrading to 25.04

2024-05-30 Thread Beda Szukics
Hi After Upgrading to 25.04 I get a strange error: Selecting an entry in a list of results the record is displayed but a small window pops up on top oft he record displayed: Something went wrong when loading the table. 404: Not Found. But I can work on the record and there is no other

Re: [Koha] 404 Error after upgrading to 25.04

2024-05-30 Thread Beda Szukics
* Does the table of libraries on Administration > libraries load correctly for you? No * Does patron search work? No * If you can check: is there an error in the logs when you load a record detail page? plack.log has an entry: 195.39.250.59 - - [30/May/2024:15:08:12 +0200] "GET /intranet/cata

Re: [Koha] 404 Error after upgrading to 25.04

2024-05-30 Thread Beda Szukics
Hi Beda, it means that the REST API in general is not working for you. Maybe this is a good starting point for you: https://wiki.koha-community.org/wiki/REST_API_Debug Hope it helps, Unfortunally no. curl -s http://musikbibliotheksverwaltung.muri-gries.it | jq .info.title,.swagger tells:

[Koha] Staff client not showing holdings

2024-05-30 Thread Beda Szukics
Hi If I display a record in the staff client the data oft he holdings are not displayed (the number of holdings are shown). Koha version 25.04 Greetings Beda ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https

[Koha] Error restoring Koha-Instance

2019-02-22 Thread Beda Szukics
Hi all I try to restore a koha-instance wiht koha-restore and I get the following messages: error retrieving biblio 1669 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 680. DBD::mysql::st execute failed: Unknown column 'me.damaged_on' in 'field list' [for Statement "SELECT `me`.`ite

Re: [Koha] Problem with upgrading Koha from 17.11 to 18.11

2019-03-22 Thread Beda Szukics
Did you clear the browser history? That usually helps. Beda Am 22.03.2019 um 16:28 schrieb Daniel Owens: > I just upgraded from 17.11 to 18.11. Afterward, both the staff client > and OPAC display very basic HTML, with no styling. The staff client > login looks like this: > > >  Koha

[Koha] Inventory changed?

2019-03-28 Thread Beda Szukics
Hi all Has the inventory changed radically? It works very differently as it used to. I have my call numbers in the form of: "1/ 1, 1" (the first digit beeing the group, the second the shelf, the third a serial number). When I used "4/43, 1" and "4/43,99" as limits of the search I got a list like

[Koha] Search in intranet with non-ASCII-characters

2015-06-20 Thread Beda Szukics
Hi all Since I upgraded to 3.20 I have a very strange search problem. In the intranet interface searches with a non-ASCII-character show no results. In the opac interface the results are there. For example: "Schärer" results in an error: No results match your search for 'kw,wrdl: Sch�rer' in

Re: [Koha] Search in intranet with non-ASCII-characters

2015-06-22 Thread Beda Szukics
Hello Jonathan Thank you for the confirmation. I didn't open a bug report, I have seen you did that. Thank you Beda Am 22.06.2015 um 12:22 schrieb Jonathan Druart: > Hello Beda, > > I confirm that it's a bug, on master and 3.20. > Certainly caused by bug 11944. > Did you open a bug report? >

[Koha] Updating the languages

2015-06-24 Thread Beda Szukics
Hi all Updating Koha I get the following: /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory. (Symbolic links are not supported at the moment) when my languages are updated. I'm using 3.20.01 installed / updated using packages for debian. Beda __

Re: [Koha] Updating the languages

2015-06-24 Thread Beda Szukics
Am 24.06.2015 um 10:40 schrieb Frédéric Demians: >> Updating Koha I get the following: >> >> /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a directory. >> (Symbolic links are not supported at the moment) >> >> when my languages are updated. >> >> I'm using 3.20.01 installed / update

Re: [Koha] Updating the languages

2015-06-24 Thread Beda Szukics
Am 24.06.2015 um 14:17 schrieb Bob Birchall: > On 24/06/15 22:07, Beda Szukics wrote: >> Am 24.06.2015 um 10:40 schrieb Frédéric Demians: >>>> Updating Koha I get the following: >>>> >>>> /usr/share/koha/opac/htdocs/opac-tmpl/prog/en/: Input must be a

Re: [Koha] Attempting to setup new server.

2015-11-03 Thread Beda Szukics
How did you install your old server? If you have done it with the packages you probably have 2 set of backup-files in /var/spool/koha// for the last 2 days. You can use those to get the records to the new server using the koha-restore command. Hope that helps Beda BTW: You should start a new thre

Re: [Koha] Koha 3.22 packages

2015-12-03 Thread Beda Szukics
Hi Am 02.12.2015 um 21:35 schrieb Galen Charlton: > I will be producing packages this week. I'm aiming to have this > complete by tomorrow (Thursday), but it may slip until Friday. That's wonderful. Take your time... Beda, an other one impatiently waiting for the packages :-) __

Re: [Koha] Update from 3.20

2015-12-07 Thread Beda Szukics
I've done it without any problems. Am 07.12.2015 um 13:22 schrieb Nombre: > Hello all. > > I saw 3.22 packages for Debian are available. Unfortunately I have no > test environment so I would appreciate any kind of feedback on update > from 3.20 version. > > Regards and thanks in advanced. > __

[Koha] Reporting biblios with no items

2016-02-10 Thread Beda Szukics
Hello The following report: SELECT biblio.biblionumber, biblio.title FROM biblio LEFT JOIN items ON biblio.biblionumber = items.biblionumber WHERE items.itemnumber IS NULL shows all the biblios with no item. Is there a possibility to expand it so it doesn't show all the _analytic_ records

[Koha] Z39.50 server finds the records but delivers no fields

2016-04-19 Thread Beda Szukics
Hi all I'm trying to use my koha instance as a Z39.50 server. I uncommented the statements in /etc/koha/sites/_mysite_/koha-conf.xml. The sever is up. I can search the records. They are displayed but without any field-data. Only the LDR is displayed. Where is my mistake? Beda __

Re: [Koha] Troubleshooting Z39.50 access

2016-05-09 Thread Beda Szukics
Hello I don't know if it solves your problem but I had to replace the actual settings in /etc/koha/sites/my_site/koha_conf.xml in the section starting with: < server id="publicserver" listenref="publicserver"> using the values from to make it work. I don't know why but

[Koha] Apache configuration warning

2017-01-10 Thread Beda Szukics
Hi all I just updated to Koha 16.11.01 apache2ctl configtest gives me: [Tue Jan 10 09:42:37.044816 2017] [core:warn] [pid 1986] AH00111: Config variable ${instance} is not defined [Tue Jan 10 09:42:37.044877 2017] [core:warn] [pid 1986] AH00111: Config variable ${instance} is not defined Syntax

Re: [Koha] Apache configuration warning

2017-01-12 Thread Beda Szukics
Am 11.01.2017 um 20:50 schrieb Chris Cormack: > * Beda Szukics (b...@kollegium-sarnen.ch) wrote: >> Hi all >> >> I just updated to Koha 16.11.01 >> >> apache2ctl configtest gives me: >> >> [Tue Jan 10 09:42:37.044816 2017] [core:warn] [pid 1986] A

Re: [Koha] Problem with koha Authority

2011-05-04 Thread Beda Szukics
Hi Am 04.05.2011 07:16, schrieb sunitha kk: > Hi, I have a problem with koha authority. > > I have added a new authority record (using Home › Authorities › > Adding authority Personal Name). But when I am searching for that > record it returns 'No Result Found'. > Could someone tell me what is t

[Koha] Upgrade to koha 3.4 breaks display

2011-06-07 Thread Beda Szukics
Hi I have upgraded Koha 3.2.3 to 3.4.1 Unfortunatly the display is broken The browser image starts with: " xml:lang="" dir="" xmlns="http://www.w3.org/1999/xhtml";> and all the graphic elements are missing. The browser is loading and loading ... The log has a lot of lines like: [Tue Jun 07

Re: [Koha] Upgrade to koha 3.4 breaks display

2011-06-07 Thread Beda Szukics
Am 07.06.2011 22:05, schrieb Chris Cormack: > > Sounds to me like its using your not updated templates. > Were you running an another language, you will need to reinstall the > translation. > My koha used to be in german. So I did: perl translate install de-DE. Now at some point I allway get (fo

Re: [Koha] Upgrade to koha 3.4 breaks display

2011-06-07 Thread Beda Szukics
Am 08.06.2011 06:22, schrieb Chris Cormack: > On 8 June 2011 16:17, Beda Szukics wrote: >> Am 07.06.2011 22:05, schrieb Chris Cormack: >> >> Sounds to me like its using your not updated templates. >> Were you running an another language, you will need to reinstall t

Re: [Koha] Upgrade to koha 3.4 breaks display

2011-06-08 Thread Beda Szukics
Am 08.06.2011 06:22, schrieb Chris Cormack: > On 8 June 2011 16:17, Beda Szukics wrote: >> So I did: perl translate install de-DE. >> >> Now at some point I allway get (for example: while I try to alter >> system-preferences): >> >> Software error: &g

Re: [Koha] Cannot search Authority

2011-06-09 Thread Beda Szukics
Hi Piotr Am 09.06.2011 10:22, schrieb Piotr Kowalski: > I have just installed Koha 3.2.9 from Debian package Koha-common and now > trying it. > Authorities searching doesn't work in any context, the result is always: no > results found. > Explanation: > - authorities records (Person Name) were add

Re: [Koha] Upgrade to koha 3.4 breaks display

2011-06-09 Thread Beda Szukics
Am 08.06.2011 18:38, schrieb Beda Szukics: > Am 08.06.2011 06:22, schrieb Chris Cormack: >> On 8 June 2011 16:17, Beda Szukics wrote: >>> So I did: perl translate install de-DE. >>> >>> Now at some point I allway get (for example: while I try to alter >&

Re: [Koha] languages lost after upgrading from 3.0 to 3.6

2012-07-04 Thread Beda Szukics
Am 04.07.2012 15:16, schrieb Gerard Henry: > on this page: > http://translate.koha-community.org/fr/36/ That's the right one. > i don't understand how i can retrieve the files Go to the tab "Translate". There you have the files. Right-click "Download" and select "Save as" (or save the displayed

[Koha] rebuild_zebra: Biblios aren't displayed anymore

2012-10-22 Thread Beda Szukics
Hi all Since I have done a rebuild of the zebra index with /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -a -r the biblios and items aren't displayed anymore with the search results. You can try it at http://bibliothek.ksobwalden.ch/ using for instancs the author Thomas Mann. The result

Re: [Koha] rebuild_zebra: Biblios aren't displayed anymore

2012-10-22 Thread Beda Szukics
Am 22.10.2012 16:43, schrieb Paul: > At 03:13 PM 10/22/2012 +0200, Beda Szukics wrote: >> Hi all >> Since I have done a rebuild of the zebra index with >> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -a -r >> the biblios and items aren't displayed anymore w

Re: [Koha] rebuild_zebra: Biblios aren't displayed anymore

2012-10-22 Thread Beda Szukics
Greetings Am 22.10.2012 16:55, schrieb Mark Tompsett: > Greetings, > >> Since I have done a rebuild of the zebra index with >> /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -a -r >> the biblios and items aren't displayed anymore with the search results. > > Did you install with packages o

Re: [Koha] changing from tarball installation to packages installation.

2012-10-22 Thread Beda Szukics
Greetings Am 22.10.2012 17:37, schrieb Mark Tompsett: >> I installed with a tarball. I would like to use the packages. Is there a >> simple way to change from tarball installation to packages installation? > > Yes, there is. :) > I haven't done this before, but there is a wiki page: > http://wiki

Re: [Koha] Add new language for koha3.8.1

2012-12-11 Thread Beda Szukics
Hi I'm not sure what you mean. For installing additional tranlations on the server look at: http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client If you ask about selecting the language for opac and intranet you should look at the manual: h

Re: [Koha] New interface for Koha- OPAC

2013-02-07 Thread Beda Szukics
Am 07.02.2013 18:41, schrieb Elaine Bradtke: > On Thu, Feb 7, 2013 at 11:52 AM, Martin Renvoize < > martin.renvo...@ptfs-europe.com> wrote: > >> It's the new ccsr theme Quoc, >> >> Under 'Home › Administration › System preferences > OPAC' you'll want to >> switch 'prog' to 'ccsr' for the 'opacthem

[Koha] Restoring the default Marc Framework

2013-04-12 Thread Beda Szukics
Hi all I altered the default marc Framework. I understand that it's not a good idea. How can I restore the original Default MARC Framework (in my case the one at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/de-DE/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql Does simply runn

Re: [Koha] Restoring the default Marc Framework

2013-04-13 Thread Beda Szukics
Hi Thank you for your help. It worked with one little exeption: The new default-framework hasn't the correct encoding. For example the word "für" is displayed "für", "Länge" is "Länge" Why? file marc21_framework_DEFAULT.sql shows: UTF-8 Unicode Pascal program text, with very long lines so t

Re: [Koha] Restoring the default Marc Framework

2013-04-13 Thread Beda Szukics
Hi Am 13.04.2013 14:07, schrieb Beda Szukics: > It worked with one little exeption: The new default-framework hasn't the > correct encoding. > > For example the word "für" is displayed "für", "Länge" is "Länge" > >> mysql -u

[Koha] Koha and old books

2013-04-30 Thread Beda Szukics
Hi all I would like to use Koha to manage old and rare books according to the rules what habe been established by the Informationsverbund Deutschschweiz (http://kids.informationsverbund.ch/kids_deutsch/a0kidsinh.pdf). In part these rules are a translation of the AACR with some additions. As much

Re: [Koha] Koha and old books

2013-05-01 Thread Beda Szukics
Am 30.04.2013 21:08, schrieb Elaine Bradtke: > I'm not the technical half of our team, but I think you may have fields > that are not indexed. This would cause your searches to fail. Not all > possible MARC fields are indexed in the default version of Koha. The > Wiki might help. > http://wiki.koh

Re: [Koha] Koha and old books

2013-05-01 Thread Beda Szukics
Hi Karam Thank you. I will try to follow your instructions and I'll tell the results. Beda Am 01.05.2013 15:55, schrieb Karam Qubsi: > Hi Beda , > see this : > https://docs.google.com/document/d/1rHuoX_AeLkWK_0FEkWhCvpoTCWO7AcNG5355DIZ_7QA/edit > > Regards __

Re: [Koha] Koha and old books

2013-05-01 Thread Beda Szukics
Hi Karam Am 01.05.2013 15:55, schrieb Karam Qubsi: > Hi Beda , > see this : > https://docs.google.com/document/d/1rHuoX_AeLkWK_0FEkWhCvpoTCWO7AcNG5355DIZ_7QA/edit > > Regards At the beginning of your document you tell me to make sure that I am using zebra DOM indexing. Do both, authority and

Re: [Koha] Which port does Z39.50 Search listen to

2013-05-24 Thread Beda Szukics
Am 24.05.2013 08:32, schrieb Steve Kiarie: > Which port does Z39.50 Search listen to ? 7090 Beda ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] MARC tag number

2013-10-17 Thread Beda Szukics
Hi 100$a is for the main author and it's not repeatable 600$a you should not use this for your author statements. The 600-fields are for subject terms (a person as a subject of the work) 700$a is the field for secondary authors. It is repeatable so you can add as many as you want (even more than

Re: [Koha] Request

2013-11-15 Thread Beda Szukics
Hi I suggest you start at: http://wiki.koha-community.org/wiki/Installation_Documentation Installation depends on your system. The easiest way I know is to install it on a debian server: http://wiki.koha-community.org/wiki/Debian GreetingsBeda Am 15.11.2013 04:19, schrieb k upende

Re: [Koha] mapping for marc

2013-11-19 Thread Beda Szukics
Hi If you plan to work with MARC21 You find most of them at: http://www.loc.gov/marc/bibliographic/ecbdhome.html Or you set up a standard KOHA and have a look in Start->Administration->Bibliographic MARC Framework Beda Am 19.11.2013 04:33, schrieb arafat u rahman: > Dear all > > i am rying t

Re: [Koha] Regarding Cataloging

2013-11-19 Thread Beda Szukics
Hi Going back to excel seems to me a bit dangerous. The MARC-structure is much more adept to your bibliographic needs than excel. One possible way I see is to export all the MARC records and to work on them using MarcEdit. Beda Am 19.11.2013 10:33, schrieb rocky bang: > Hi koha, > > I have koh

Re: [Koha] Regarding Cataloging

2013-11-19 Thread Beda Szukics
anks in advance. > > > On Tue, Nov 19, 2013 at 3:42 PM, Beda Szukics <mailto:b...@kollegium-sarnen.ch>> wrote: > > Hi > > Going back to excel seems to me a bit dangerous. The MARC-structure is > much more adept to your bibliographic needs tha

Re: [Koha] Opac through Internet

2014-06-13 Thread Beda Szukics
Am 12.06.2014 10:10, schrieb Bhaskar Ghosh: > Dear all, > How to publish/ connect to my opac through internet? (Please guide > Step-by-step) This depends very much on the faculties you are working with. - Do you have a koha instance up and running? - Are you able to connect to your koha server

[Koha] Search: Biblios not found after reindexing

2014-12-10 Thread Beda Szukics
Hallo I upgraded today to koha 3.18.1 using the debian packages. I noticed that the links between authority records and bibligraphic records weren't updated using koha-rebuild-zebra So I tried a full reindex: koha-rebuild-zebra -f kb I get: 16:41:54-10/12 zebraidx(4827) [warn] Couldn't open c

Re: [Koha] Search: Biblios not found after reindexing

2014-12-10 Thread Beda Szukics
Hi Chris Am 10.12.2014 18:57, schrieb Chris Cormack: > Hi Beda > > What version did you upgrade from. 3.18.x uses DOM not GRS1 for > indexing, I suspect that is your problem Mirko suggested to add: grs1 grs1 /var/lock/koha/__KOHASITE__ 1 at the end of koha-conf.xml. After a new reindexing koha

Re: [Koha] Search: Biblios not found after reindexing

2014-12-11 Thread Beda Szukics
Hi Katrin Am 11.12.2014 07:11, schrieb Katrin Fischer: > Hi Beda, > > a similar problem was reported on Bugzilla: > http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13396 That is the one. I added the four lines and now searching works again. Beda ___

Re: [Koha] Search: Biblios not found after reindexing

2014-12-11 Thread Beda Szukics
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi: > As a general rule I'd say you should look at the about page for > possible configuration issues. This page tells me I should change to DOM. How? Simply replacing to dom? (and the same for authority)

Re: [Koha] Search: Biblios not found after reindexing

2014-12-11 Thread Beda Szukics
Am 11.12.2014 12:00, schrieb Mirko Tietgen: > Beda Szukics schrieb am 11.12.2014 um > >> Am 11.12.2014 10:15, schrieb Tomas Cohen Arazi: >>> As a general rule I'd say you should look at the about page for >>> possible configuration issues. >> >

Re: [Koha] Search: Biblios not found after reindexing

2014-12-11 Thread Beda Szukics
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 11.12.2014 11:42, schrieb Beda Szukics: > BTW: There seems to be a little typo in the first message > > Der Eintrag hat den Wert grs1. > GRS-1-Unterstützung ist veraltet und wird in zukünftigen Versionen > entfernt. Bit