Re: [Koha] Error in step - Upgrade to 21.06.00.012 [10:59:41]: Bug 15067

2021-12-03 Thread Jonathan Druart
I have opened bug
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29631

Le jeu. 2 déc. 2021 à 20:11, David L. Whelchel
 a écrit :

>
> Hi all,
>
> I have received this error when upgrading from 21.06.00.012  to 21.11. I do 
> not see any information in the bug list or lists.
>
> ---
> Updating database structure
> Update errors :
>
> Upgrade to 21.06.00.012 [10:59:41]: Bug 15067 - Add missing languages
> ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry 
> 'IN-region' for key 'uniq_lang' at /usr/share/koha/lib/C4/Installer.pm line 
> 738
> 
>
> Any help would be appreciated.
>
> --Dave
> ---
> David L. Whelchel
> 725 SE Derby Street
> Pullman, WA 99163
> whelc...@pullman.com
>
> ___
>
> 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] Error in step - Upgrade to 21.06.00.012 [10:59:41]: Bug 15067

2021-12-03 Thread Jonathan Druart
Hello David, George,

Did you keep track of the problematic entries?

Regards,
Jonathan

Le ven. 3 déc. 2021 à 09:53,  a écrit :
>
> Hi Dave,
>
> I had similar problem and I found that on the table  "language_descriptions" 
> was the problem , because on bug 15607 is trying to generate unique indexes 
> and if you have a double value there you have a problem like that you 
> described. You should remove the duplicate value and re-run your upgrade 
> though web installer.
> Also I suggest you to check for double values other language_* tables.
>
> Regards,
> George Veranis
> Dataly Tech
> https://dataly.gr
>
> -Original Message-
> From: Koha  On Behalf Of David L. Whelchel
> Sent: Thursday, December 2, 2021 9:12 PM
> To: koha (koha@lists.katipo.co.nz) 
> Subject: [Koha] Error in step - Upgrade to 21.06.00.012 [10:59:41]: Bug 15067
>
> Hi all,
>
> I have received this error when upgrading from 21.06.00.012  to 21.11. I do 
> not see any information in the bug list or lists.
>
> ---
> Updating database structure
> Update errors :
>
> Upgrade to 21.06.00.012 [10:59:41]: Bug 15067 - Add missing languages
> ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry 
> 'IN-region' for key 'uniq_lang' at /usr/share/koha/lib/C4/Installer.pm line 
> 738
> 
>
> Any help would be appreciated.
>
> --Dave
> ---
> David L. Whelchel
> 725 SE Derby Street
> Pullman, WA 99163
> whelc...@pullman.com
>
> ___
>
> 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 mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Batch item modification does not works for barcode with space

2021-12-03 Thread Vimal Kumar V.
Ok, I will try.

On Fri, 3 Dec, 2021, 11:46 am Alvaro Cornejo, 
wrote:

> Hi Vimal,
>
> Just a rough guess. Can you try to replace the space with %20?  i.e.
> BVB%201021
>
> It might be a problem with urleconding the space,
>
> 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 jeu. 2 déc. 2021 à 22:52, Vimal Kumar V.  a
> écrit :
>
>> Dear Friends,
>> Batch item modification (Tools  > Batch item modification)  does not work
>> for barcodes with space, e.g. BVB 1021.
>> My Koha version 21.05.5 on Ubuntu 20.04 LTS.
>>
>> I remember that batch modification works well with this kind of barcodes
>> in
>> Koha old versions.
>> Please see the screenshot link,
>> https://ibb.co/mB4RLGM
>> https://ibb.co/4N6kDKv
>>
>> Regards,
>>
>> --
>> *Dr Vimal Kumar V.*
>> Reference Assistant
>> Mahatma Gandhi University Library
>> Kottayam, Kerala-686560
>> --
>> My Home page:www.vimalkumar.info
>> My Blogs:linuxhalwa.blogspot.com
>> kohageek.blogspot.com moovandan.blogspot.com
>> ---
>> *"The illiterate of the 21st century will not be those who cannot read and
>> write, but those who cannot learn, unlearn, and relearn." Alvin Toffler*
>> ___
>>
>> 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] Error in step - Upgrade to 21.06.00.012 [10:59:41]: Bug 15067

2021-12-03 Thread gveranis
Hi Dave, 

I had similar problem and I found that on the table  "language_descriptions" 
was the problem , because on bug 15607 is trying to generate unique indexes and 
if you have a double value there you have a problem like that you described. 
You should remove the duplicate value and re-run your upgrade though web 
installer. 
Also I suggest you to check for double values other language_* tables. 

Regards,
George Veranis
Dataly Tech
https://dataly.gr

-Original Message-
From: Koha  On Behalf Of David L. Whelchel
Sent: Thursday, December 2, 2021 9:12 PM
To: koha (koha@lists.katipo.co.nz) 
Subject: [Koha] Error in step - Upgrade to 21.06.00.012 [10:59:41]: Bug 15067

Hi all,

I have received this error when upgrading from 21.06.00.012  to 21.11. I do not 
see any information in the bug list or lists.

---
Updating database structure
Update errors :

Upgrade to 21.06.00.012 [10:59:41]: Bug 15067 - Add missing languages
ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry 
'IN-region' for key 'uniq_lang' at /usr/share/koha/lib/C4/Installer.pm line 738


Any help would be appreciated.

--Dave
---
David L. Whelchel
725 SE Derby Street
Pullman, WA 99163
whelc...@pullman.com

___

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] translating authorized values

2021-12-03 Thread Jonathan Druart
Hello Lauren,

There are several bug reports related to authorised values translatability:

Bug 24977 - Enable translations for authorised values (POC)
Bug 24975 - Refactor database translations
Bug 20307 - Language overlay for authorized values

However they are stuck for a year and developers lack interest in the topic.
You could eventually show your interest by leaving a comment.

Regards,
Jonathan

Le ven. 3 déc. 2021 à 02:11, Lauren Denny  a écrit :
>
> Hi everyone,
>
> I work for a consortium that serves several languages.  I'm trying to find
> a way to translate our authorized values for shelving locations and
> collection codes so that everyone can understand the terms.  I was
> wondering if it is possible to translate the values created for authorized
> values of it I have to create new values in each language. I know that item
> types can be translated and was wondering if there is an option to do the
> same thing for different authorized values.
>
> Thank you for your help.
>
> Lauren
> ___
>
> 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