[Koha] MARC export file conversion

2018-01-14 Thread stellatus161 .
I would like to import MARC records from http://katalog.nukat.edu.pl catalogue to Koha. In attachement you find MARC export file. Koha don't understand that. Does someone know quick way to conversion?

Re: [Koha] MARC export file conversion

2018-01-14 Thread Indranil Das Gupta
Hi, Koha does not accept it, because what you see as "MARC21" record isn't a .mrc file or a marcxml file, its just a text file that lists out the marc21 fields, indicators, sub-field and content. However, with a bit of smart scripting you *could* convert that text into valid marc records whick Ko

Re: [Koha] Manual 17.11 zh_TW is translated.

2018-01-14 Thread Anthony Mao
That is wonderful. Thank you all. 2018-01-13 16:41 GMT+08:00 Chris Cormack : > * Anthony Mao (maol...@gmail.com) wrote: >> >> Hi Jonathan, >> >> Thanks. >> Not only zh_TW (Traditional Chinese) but other 7 translating >> languages, including Arabic, Czech, Spanish, French, Italian, >> Portuguese-Br

Re: [Koha] Manual 17.11 zh_TW is translated.

2018-01-14 Thread Anthony Mao
Can I ask someone review the link at https://koha-community.org/documentation/? The link to 17.11 Manual (Chinese – Taiwan) should read as https://koha-community.org/manual/17.11/zh_TW/html/ not http://translate.koha-community.org/manual/17.11/zh_TW/html/index.html 2018-01-15 5:29 GMT+08:00 Anth

[Koha] Upgrade problem Debian Packages

2018-01-14 Thread clint.deckard
Following an upgrade form 16.05 to 17.11 using the packages (and koha-restore) on Debian Jessie I get the following error when trying to access the staff or opac interface; "DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: Access denied for user 'koha_instance'@'localhost' (usin

Re: [Koha] Upgrade problem Debian Packages

2018-01-14 Thread Liz Rea
On 15/01/18 11:55, clint.deckard wrote: > Following an upgrade form 16.05 to 17.11 using the packages (and > koha-restore) on Debian Jessie I get the following error when trying > to access the staff or opac interface; > "DBIx::Class::Storage::DBI::catch {...} (): DBI Connection failed: > Access

Re: [Koha] Upgrade problem Debian Packages

2018-01-14 Thread clint.deckard
Thanks for the reply Liz, Yes the instance did exist with koha-create --create-db, I used koha-remove then koha-restore. The instances are the same name and it is not 'instance' :) The odd thing is that I migrated a number of instances with the same process two weeks ago without issue, but th

Re: [Koha] Upgrade problem Debian Packages

2018-01-14 Thread clint.deckard
OK, a restart of memcached did the trick. Should have thought of that earlier Clint. clint.deckard wrote: Thanks for the reply Liz, Yes the instance did exist with koha-create --create-db, I used koha-remove then koha-restore. The instances are the same name and it is not 'instance' :) The