Re: [Koha] 880 field OPAC display

2019-06-02 Thread Katrin Fischer
Hi, the display is generated using the XSLT stylesheets. For 245 the following subfields should display by default: abhfgknps. If they don't, please check the visibility settings for 880 in your frameworks. These didn't use to work for the normal view, but do now and can have the effect of data n

Re: [Koha] How to take backup of KOHA 16.04 and 18.05

2019-06-02 Thread Katrin Fischer
Hi, if you haven't made any changes to the file system (index configuration, XSLT) a database backup should allow you to restore your Koha configuration without problems. For package installations there are some commands to help with this: https://wiki.koha-community.org/wiki/Commands_provided_

Re: [Koha] Restoring OPAC - Help

2019-06-02 Thread Katrin Fischer
Hi Satish, I am sorry, I have no other idea why your notices might have been lost. We've never seen this on updates or when moving databases to another server. Notices sent should be part of your database backup - maybe check if they were already missing from your dump. Katrin On 29.05.19 13:44

Re: [Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-06-02 Thread Katrin Fischer
Hi Simon and Alvaro, I've also tried to add the new index and have failed. :( One thing to consider: Depending on how you installed Koha, the actually used configuration files live as copies in a different place. This is true for kohadevbox and git installations, not sure about packages. So you

[Koha] Installation Failure

2019-06-02 Thread Charles Kelley
Hello, all I am new to both Linux and Koha. I readily admit so. After several failed attempts to install Debian Linux on VirtualBox for Mac, I finally succeeded. Now I have trouble in installing Koha on the Debian VirtualBox. It fails at the first instruction in the Koha-Community instructions

Re: [Koha] Installation Failure

2019-06-02 Thread Katrin Fischer
Hi Charles, it appears that under some circumstances the sudo command is not available on a fresh Debian installation. I found this blog post that might be helpful in solving this: https://chewett.co.uk/blog/477/sudo-command-not-found-debian-fixed/ I've also found this, which might explain the