[Koha] Making a field into a drop down menu

2020-10-04 Thread John Fawcett
Hi first of all let me say I'm completely new to Koha and am taking a look at it potentially to use in a school library. So thanks to all the people that have contributed to making the software what it is today. It's been a bit of a learning curve. First off, I tried and abandoned the idea of ins

[Koha] Internal server error

2020-10-04 Thread vinod mishra
Hello My koha opac and staff client gives Internal server error while opening it. I found server consumes all hardisk space very frequently . My server maintenance team looking this issue but I am worried if there is any Koha related issue, however size of our database is only 1.5GB Koha version

Re: [Koha] Internal server error

2020-10-04 Thread Amit Gupta
Hi Vinod, Can you check your Koha log? On Sun, 4 Oct 2020, 5:42 pm vinod mishra, wrote: > Hello > > My koha opac and staff client gives Internal server error while opening it. > I found server consumes all hardisk space very frequently . > > My server maintenance team looking this issue but I a

Re: [Koha] Internal server error

2020-10-04 Thread vinod mishra
Hi Can you tell me exact location and exact log files as I know there are many log files there . On Sun, 4 Oct 2020 18:39 Amit Gupta, wrote: > Hi Vinod, > > Can you check your Koha log? > > On Sun, 4 Oct 2020, 5:42 pm vinod mishra, wrote: > >> Hello >> >> My koha opac and staff client gives In

Re: [Koha] Internal server error

2020-10-04 Thread Luis Moises Rojas
Hello vinod. Your DB it is not quite big. What is the exact error? El dom., 4 de octubre de 2020 8:12 a. m., vinod mishra escribió: > Hello > > My koha opac and staff client gives Internal server error while opening it. > I found server consumes all hardisk space very frequently . > > My server

Re: [Koha] Internal server error

2020-10-04 Thread vinod mishra
Hi As discussed while opening opac and staff of koha "Internal server error " message I got and it happened due to space only. Koha logs did not checked and but my server team is checking if any issue with Ubuntu. I am just worried if there is any Koha issue ? However it happening since two days e

[Koha] Request guidance regarding serial control

2020-10-04 Thread Suresh Kumar Tejomurtula
Dear all, Need guidance / best practice to the below issue:- I'm using serial control module in Koha. In our organization we have subscriptions to multilingual periodicals with the same title eg: India Today which is being published in Hindi and English. I have created entries for the title with

Re: [Koha] Internal server error

2020-10-04 Thread ZINET Software Solutions
Dear sir,Greetings of the day.Since the system shows " Internal server error", the problem may be with your configuration file.Your configuration file may have corrupted.Kindly check the configuration file for any errors.Thanks n RegardsJovin DeglusZINET SOFTWARE SOLUTIONSAddress :2nd Floor, MAM

Re: [Koha] Internal server error

2020-10-04 Thread vinod mishra
Hello I guess it's not like that, once space we increase system works fine and again gives error if space is not available. Hope my Koha database is fine and it can be restored in new system without any issue ? If problem does not resolved ? What you say? On Sun, 4 Oct 2020 20:49 ZINET Software

Re: [Koha] Internal server error

2020-10-04 Thread pandian
I think by default, auto backup of the database is taken including index files. You can manually tweek the cron files. Regards pandian Quoting vinod mishra : Hello I guess it's not like that, once space we increase system works fine and again gives error if space is not available. Hope m

Re: [Koha] Internal server error

2020-10-04 Thread Alvaro Cornejo
Hi Vinod You can start by looking for the largest files in your system with something like sudo du -a /var/ | sort -n -r | head -n 20 This will scan the /var/ directory and will gives you the 20 bigger files. You can then look at those files and see who generated them and its content for a clue

[Koha] Mapping Authority & Bibliographic Records

2020-10-04 Thread Ma. Victoria H. Silva-Manuel
Hi. We are using Cutter-Sanborn and place it in authority 082$b. I wanted to map it to biblio 082$b. Is this possible and how? Thank you. -- Ma. Victoria H. Silva-Manuel Registered Librarian, 3892 ___ Koha mailing list http://koha-community.org Koha

Re: [Koha] Internal server error

2020-10-04 Thread vinod mishra
Hello Thanks for your helps,Now we traced that folder var/lib/koha/library/biblios has taken much space biblios is main culprit Please suggest On Mon, 5 Oct 2020 00:09 Alvaro Cornejo, wrote: > Hi Vinod > > You can start by looking for the largest files in your system with > something like > >