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
>
> 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 on the cause.
>
> Regards,
>
> Alvaro
>
>
> ||
>  Stay safe / Cuídate/  Reste sécurisé
> *7* Switch off as you go / Apaga lo que no usas /  Débranchez au fur et à
> mesure.
>  *q *Recycle always / Recicla siempre / Recyclez toujours
>  P Print only if absolutely necessary / Imprime solo si es necesario /
> Imprimez seulement si nécessaire
>
>
> Le dim. 4 oct. 2020 à 10:31,  a écrit :
>
>> 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 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 Solutions, 
>> wrote:
>> >
>> >> 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 Regards
>> >>
>> >> Jovin Deglus
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> *ZINET SOFTWARE SOLUTIONS*
>> >> Address :2nd Floor, MAMS Commercial Complex
>> >> ESI Jn, Kottiyam
>> >> Kollam, Kerala, INDIA - 691571
>> >>
>> >> Ph  : +91 474  253 4911
>> >> +91 7736 980 930
>> >>
>> >> Web   : www.zinet.in
>> >> Email : i...@zinet.in
>> >>
>> >>
>> >>
>> >>  On Sun, 04 Oct 2020 20:08:06 +0530 * mishrav...@gmail.com
>> >>  * wrote 
>> >>
>> >> 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 earlier it was fine.
>> >>
>> >> On Sun, 4 Oct 2020 19:59 Luis Moises Rojas, 
>> >> wrote:
>> >>
>> >> > 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 <
>> >> > mishrav...@gmail.com> 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 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 20.05.04, Ubuntu 18.04 and mariadb 10.4
>> >> >>
>> >> >> Please suggest
>> >> >> ___
>> >> >>
>> >> >> 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
>> >>
>> >>
>> >>
>> >>
>> >>
>> DISCLAIMER---
>> >> The information in this e-mail is confidential and may be legally
>> >> privileged. This message and any attachments may contain information
>> that
>> >> is privileged and / or confidential and is the property of ZINET
>> Software
>> >> Solutions. It is intended solely for the person to whom it is
>> addressed.
>> >> If you are not the intended recipient, you are hereby notified that
>> you are
>> >> not authorized to read, print, retain copy, disseminate, distribute,
>> or use
>> >> this message and any attachments or any part thereof. If you have
>> received
>> >> this message in error, please notify the sender immediately and delete
>> the
>> >> message and any attachments from your system. ZINET Software Solutions
>> >> allows reasonable personal use of the e-mail system. Views and opinions
>> >> expressed in these communications do not 

[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@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


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 on the cause.

Regards,

Alvaro

||
 Stay safe / Cuídate/  Reste sécurisé
*7* Switch off as you go / Apaga lo que no usas /  Débranchez au fur et à
mesure.
 *q *Recycle always / Recicla siempre / Recyclez toujours
 P Print only if absolutely necessary / Imprime solo si es necesario /
Imprimez seulement si nécessaire


Le dim. 4 oct. 2020 à 10:31,  a écrit :

> 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 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 Solutions, 
> wrote:
> >
> >> 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 Regards
> >>
> >> Jovin Deglus
> >>
> >>
> >>
> >>
> >>
> >>
> >> *ZINET SOFTWARE SOLUTIONS*
> >> Address :2nd Floor, MAMS Commercial Complex
> >> ESI Jn, Kottiyam
> >> Kollam, Kerala, INDIA - 691571
> >>
> >> Ph  : +91 474  253 4911
> >> +91 7736 980 930
> >>
> >> Web   : www.zinet.in
> >> Email : i...@zinet.in
> >>
> >>
> >>
> >>  On Sun, 04 Oct 2020 20:08:06 +0530 * mishrav...@gmail.com
> >>  * wrote 
> >>
> >> 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 earlier it was fine.
> >>
> >> On Sun, 4 Oct 2020 19:59 Luis Moises Rojas, 
> >> wrote:
> >>
> >> > 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 <
> >> > mishrav...@gmail.com> 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 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 20.05.04, Ubuntu 18.04 and mariadb 10.4
> >> >>
> >> >> Please suggest
> >> >> ___
> >> >>
> >> >> 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
> >>
> >>
> >>
> >>
> >>
> DISCLAIMER---
> >> The information in this e-mail is confidential and may be legally
> >> privileged. This message and any attachments may contain information
> that
> >> is privileged and / or confidential and is the property of ZINET
> Software
> >> Solutions. It is intended solely for the person to whom it is addressed.
> >> If you are not the intended recipient, you are hereby notified that you
> are
> >> not authorized to read, print, retain copy, disseminate, distribute, or
> use
> >> this message and any attachments or any part thereof. If you have
> received
> >> this message in error, please notify the sender immediately and delete
> the
> >> message and any attachments from your system. ZINET Software Solutions
> >> allows reasonable personal use of the e-mail system. Views and opinions
> >> expressed in these communications do not necessarily represent
> >> those of ZINET
> >> Software Solutions.
> >>
> > ___
> >
> > 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
> 

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 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 Solutions,  wrote:


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 Regards

Jovin Deglus






*ZINET SOFTWARE SOLUTIONS*
Address :2nd Floor, MAMS Commercial Complex
ESI Jn, Kottiyam
Kollam, Kerala, INDIA - 691571

Ph  : +91 474  253 4911
+91 7736 980 930

Web   : www.zinet.in
Email : i...@zinet.in



 On Sun, 04 Oct 2020 20:08:06 +0530 * mishrav...@gmail.com
 * wrote 

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 earlier it was fine.

On Sun, 4 Oct 2020 19:59 Luis Moises Rojas, 
wrote:

> 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 <
> mishrav...@gmail.com> 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 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 20.05.04, Ubuntu 18.04 and mariadb 10.4
>>
>> Please suggest
>> ___
>>
>> 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




DISCLAIMER---
The information in this e-mail is confidential and may be legally
privileged. This message and any attachments may contain information that
is privileged and / or confidential and is the property of ZINET Software
Solutions. It is intended solely for the person to whom it is addressed.
If you are not the intended recipient, you are hereby notified that you are
not authorized to read, print, retain copy, disseminate, distribute, or use
this message and any attachments or any part thereof. If you have received
this message in error, please notify the sender immediately and delete the
message and any attachments from your system. ZINET Software Solutions
allows reasonable personal use of the e-mail system. Views and opinions
expressed in these communications do not necessarily represent  
those of ZINET

Software Solutions.


___

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] 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 Solutions,  wrote:

> 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 Regards
>
> Jovin Deglus
>
>
>
>
>
>
> *ZINET SOFTWARE SOLUTIONS*
> Address :2nd Floor, MAMS Commercial Complex
> ESI Jn, Kottiyam
> Kollam, Kerala, INDIA - 691571
>
> Ph  : +91 474  253 4911
> +91 7736 980 930
>
> Web   : www.zinet.in
> Email : i...@zinet.in
>
>
>
>  On Sun, 04 Oct 2020 20:08:06 +0530 * mishrav...@gmail.com
>  * wrote 
>
> 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 earlier it was fine.
>
> On Sun, 4 Oct 2020 19:59 Luis Moises Rojas, 
> wrote:
>
> > 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 <
> > mishrav...@gmail.com> 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 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 20.05.04, Ubuntu 18.04 and mariadb 10.4
> >>
> >> Please suggest
> >> ___
> >>
> >> 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
>
>
>
>
> DISCLAIMER---
> The information in this e-mail is confidential and may be legally
> privileged. This message and any attachments may contain information that
> is privileged and / or confidential and is the property of ZINET Software
> Solutions. It is intended solely for the person to whom it is addressed.
> If you are not the intended recipient, you are hereby notified that you are
> not authorized to read, print, retain copy, disseminate, distribute, or use
> this message and any attachments or any part thereof. If you have received
> this message in error, please notify the sender immediately and delete the
> message and any attachments from your system. ZINET Software Solutions
> allows reasonable personal use of the e-mail system. Views and opinions
> expressed in these communications do not necessarily represent those of ZINET
> Software Solutions.
>
___

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


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, MAMS Commercial 
Complex                ESI Jn, Kottiyam                Kollam, Kerala, INDIA - 
691571Ph          : +91 474  253 4911                +91 7736 980 930Web   
: www.zinet.inEmail     : i...@zinet.in  On Sun, 04 Oct 2020 20:08:06 +0530 
 mishrav...@gmail.com  wrote HiAs 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 checkedand but my server team is checking if any issue with 
Ubuntu.I am just worried if there is any Koha issue ? However it happening 
sincetwo days earlier it was fine.On Sun, 4 Oct 2020 19:59 Luis Moises Rojas, 
 wrote:> 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 <> mishrav...@gmail.com> 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 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 20.05.04, Ubuntu 
18.04 and mariadb 10.4 Please suggest>> 
___ 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.orgk...@lists.katipo.co.nzUnsubscribe: 
https://lists.katipo.co.nz/mailman/listinfo/koha
DISCLAIMER---

The information in this e-mail is confidential and may be legally privileged. 
This message and any attachments may contain information that is privileged and 
/ or confidential and is the property of ZINET Software Solutions. It is 
intended solely for the person to whom it is addressed. If you are not the 
intended recipient, you are hereby notified that you are not authorized to 
read, print, retain copy, disseminate, distribute, or use this message and any 
attachments or any part thereof. If you have received this message in error, 
please notify the sender immediately and delete the message and any attachments 
from your system. ZINET Software Solutions allows reasonable personal use of 
the e-mail system. Views and opinions expressed in these communications do not 
necessarily represent those of ZINET Software Solutions.

___

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


[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 all the respective fields with
language in the record entry. But I do not find a way to differentiate the
hindi / english titles while receiving them in koha serial module. It would
be nice to know how others are overcoming this issue apart from identifying
the title using ISSN. There may be some titles where some local
publications may not have ISSN number, but the same title gets published in
different languages.
What i'm doing to overcome this issue is adding language to the title field
like - India Today (Hindi).

Could you please suggest any other way to overcome it apart from adding
language in the title field.

Regards
Suresh Kumar
___

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


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 earlier it was fine.

On Sun, 4 Oct 2020 19:59 Luis Moises Rojas,  wrote:

> 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 <
> mishrav...@gmail.com> 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 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 20.05.04, Ubuntu 18.04 and mariadb 10.4
>>
>> Please suggest
>> ___
>>
>> 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] 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 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 20.05.04, Ubuntu 18.04 and mariadb 10.4
>
> Please suggest
> ___
>
> 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] 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 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 20.05.04, Ubuntu 18.04 and mariadb 10.4
>>
>> Please suggest
>> ___
>>
>> 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] 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 am worried if there is
> any Koha related issue, however size of our database is only 1.5GB
>
> Koha version 20.05.04, Ubuntu 18.04 and mariadb 10.4
>
> Please suggest
> ___
>
> 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


[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 20.05.04, Ubuntu 18.04 and mariadb 10.4

Please suggest
___

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


[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 installing on my existing Centos 8 server and took the
easier path of using the packaged install on latest Ubuntu release on a
new dedicated server, following this link:

https://wiki.koha-community.org/wiki/Debian

I did find an issue that stopped me installing mariadb due to
incompatible versions, but mysql installed without problems.

Needing to use Italian, I did run into some issues in the provided sql
which I had to tweak in order to get the install to correctly finish
without violating not null constraints (on the 307 record in the
marc_subfield_structure).

So now I've got an up and running installation which I'm trying out, but
one thing which I cannot work out.

After adding a Unimarc record, I'm on the editor for adding items.
There's a field 995 r "Type of item and material" (or in my version
"Tipo della copia e materiale". This is a free input text field, not a
drop down menu limited to a list of predefined values.

In the Italian translation this field did not have any
"authorised_value" in the table marc_subfield_structure. I've modified
with the value itemtypes. However for some reason this does not seem to
make the field into a drop down menu in the staff GUI. So my  question
to more experienced users are: after changing the "authorised_value" do
I need to run a script or restart something in order to get the free
text field to change into a drop down menu?

Or is there a different way of doing that?

thanks for any help.

John


___

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