Re: [Koha] Record display turns completely blank

2022-08-30 Thread Father Vlasie
Hello, Have you checked that all of the Perl modules are installed? And that caching is working? FV > On Aug 30, 2022, at 5:00 PM, koha-requ...@lists.katipo.co.nz wrote: > > Date: Tue, 30 Aug 2022 02:29:22 + > From: 吳宣億 mailto:hsuan...@ntu.edu.tw>> > To: Himanshu Aggarwal

[Koha] Rebuild database / clean install

2022-08-10 Thread Father Vlasie
to export the data to a different format and rebuild the SQL from that? (Maybe the export command under admin>tools?) I have not seen any documentation regarding my concept of a clean install hence my decision to write to the list. Thank you in advance for any feedback or suggestions! Fat

Re: [Koha] OPAC 404 errors after upgrading to 20.05

2020-11-06 Thread Father Vlasie
> >>> On 6 Nov 2020, at 12:18 am, Jonathan Druart >>> wrote: >>> >>> Hello Father, >>> >>> Make sure the MARC subfield linked with the biblionumber DB field is >>> visible at the OPAC. >>> >>> Should be at >

Re: [Koha] OPAC 404 errors after upgrading to 20.05

2020-11-06 Thread Father Vlasie
de=#subcfield > > Regards, > Jonathan > > Le ven. 6 nov. 2020 à 05:09, Father Vlasie a écrit : >> >> Hello again! >> >> It seems the problem is with the URL generated by the search results: >> >> /cgi-bin/koha/opac-detail.pl?biblionumber=&q

Re: [Koha] OPAC 404 errors after upgrading to 20.05

2020-11-05 Thread Father Vlasie
Hello again! It seems the problem is with the URL generated by the search results: /cgi-bin/koha/opac-detail.pl?biblionumber=&query_desc=kw%2Cwrdl%3A%20Kang You can see there is no biblionumber specified! I am not sure how to troubleshoot this... FV > On 4 Nov 2020, at 9:09 am, Father

[Koha] Downgrade to 19 from 20

2020-11-05 Thread Father Vlasie
Hello all, Is there an official guide for downgrading Koha to the previous version? I am having some serious trouble with my 20.05.05.000 install and I would like to go back to 19. Are there any database changes between these two versions? Thank you! FV __

[Koha] OPAC 404 errors after upgrading to 20.05

2020-11-03 Thread Father Vlasie
Hello everyone, After upgrading to version 20.05.05 from 19 I am getting 404 errors ("Sorry, the requested page is not available Error 404 This message can have the following reason(s):...") when clicking on titles in search results in the OPAC. The OPAC error log is showing a lot of uninitiali

[Koha] SQL for mass auto-generating barcodes for items

2019-11-19 Thread Father Vlasie
so on. I am not sure it is necessary but I also did a zebra reindex afterwards. (Again "library" is your Koha instance name.) sudo koha-rebuild-zebra -f -v library Thank you, Father Vlasie IT Director St. Photios Orthodox Theological Seminary 510 Collier Way, Etna, CA 96

Re: [Koha] Card number login for Patrons

2019-09-10 Thread Father Vlasie
check out? > > Katrin > > On 09.09.19 20:46, Father Vlasie wrote: >> Hello everyone! >> >> Is there a way to allow a patron to login using his card number rather than >> an username and password. >> >> I would like to implement a sys

[Koha] Card number login for Patrons

2019-09-09 Thread Father Vlasie
Hello everyone! Is there a way to allow a patron to login using his card number rather than an username and password. I would like to implement a system where a user simply scans his card to login when on site. Thank you! FV ___ Koha mailing list h

[Koha] [Debian][Buster] Can Buster be used in production?

2019-09-02 Thread Father Vlasie
Hello Fellow Kohaers, Is anyone using Debian 10 (Buster) as a platform for Koha? My main attraction to it is native support for MariaDB 10.3 which fixes the AUTO_INCREMENT bug. I have a test install (Koha 19) that seems fine but I thought I would try for feedback before deploying it in product

Re: [Koha] [MariaDB] installing version 10.3

2019-03-07 Thread Father Vlasie
(x86_64) using readline 5.2 >> >> I am running Koha 18.11.03.000 on Debian 9 Stretch. > > You may need to restart memcached and koha-common. The mariadb > upgrade would not do that. > >> Any ideas? >> >> Thank you, >> >> Father Vlasie >> &

[Koha] [MariaDB] installing version 10.3

2019-03-06 Thread Father Vlasie
, for debian-linux-gnu (x86_64) using readline 5.2 I am running Koha 18.11.03.000 on Debian 9 Stretch. Any ideas? Thank you, Father Vlasie IT Director St. Photios Orthodox Theological Seminary 510 Collier Way, Etna, CA 96027, U.S.A. ___ Koha mailing list

Re: [Koha] SMTP settings

2019-02-13 Thread Father Vlasie
Thank you! Father Vlasie > On 11 Feb 2019, at 18:25, Karam Qubsi wrote: > > Hello, > You need to install postfix and set it up to send emails using your external > SMTP configuration > > Here is an example on how to set it up for google mail : > https://www.linod

[Koha] SMTP settings

2019-02-07 Thread Father Vlasie
Dear Koha list, Is there a way to set an external SMTP server for Koha to send emails? Thank you! Father Vlasie IT Director St. Photios Orthodox Theological Seminary 510 Collier Way, Etna, CA 96027, U.S.A. Website: www.spots.school ___ Koha mailing

Re: [Koha] Listing all biblio records

2018-05-28 Thread Father Vlasie
pl) 1) Copy the SQL from the sample 2) On the Reports page choose + Create from SQL 3) Enter a name for the report 4) Paste in the sample in the SQL box and click Save. 5) Click Saved Reports in the left hand column 6) Click Run on the report you would like. Let us know if it works. Father

Re: [Koha] Koha upgrade from 17.11 to 18.05

2018-05-28 Thread Father Vlasie
I used apt-get rather than apt: apt-get update apt-get upgrade apt-get install koha-common That is what worked for me on Debian 9. It may be superstition but I do not trust apt without the get! Hoping this helps, Father Vlasie St. Photios Orthodox Theological Seminary 510 Collier Way, Etna

[Koha] Listing all biblio records

2018-05-26 Thread Father Vlasie
Hello everyone, Is there an easy way to export a list of all items in a Koha database? TIA FV ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Koha upgrade from 17.11 to 18.05

2018-05-26 Thread Father Vlasie
I found out how to do it. The method was listed in the Ubuntu install instructions: https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Upgrade_Instructions I like answering my own questions, it gives me a sense of progress. :) FV ___ Koha

[Koha] squeeze vs. main

2018-05-26 Thread Father Vlasie
Hello everyone, I have found a discrepancy in the documentation, this page (http://download.koha-community.org) says to use: deb http://debian.koha-community.org/koha squeeze main And the wiki page (https://wiki.koha-community.org/wiki/Debian) says: deb http://debian.koha-commu

[Koha] Koha upgrade from 17.11 to 18.05

2018-05-25 Thread Father Vlasie
, 0 newly installed, 0 to remove and 2 not upgraded. Any help would be much appreciated! Sincerely, Father Vlasie St. Photios Orthodox Theological Seminary 510 Collier Way, Etna, CA 96027, U.S.A. www.spots.school ___ Koha mailing list http