Re: [Koha] Koha upgrade from 3.20.00.000 (2015) to any latest and stable version

2019-08-27 Thread akafortes
Hello, I just migrated a 3.20 installation to the latest version (I think it is 19.05?). Here is what I did: * Backup of the Koha database, from the 3.20 installation. * New Server, where i was going to deploy the new installation. * Install Koha on the new server, with the latest version. I made

Re: [Koha] Error Installing Koha 19.05

2019-08-01 Thread akafortes
So did you try to run the web installer without having MySQL or MariaDB installed? That's why you get the error that you cannot connect to the MySQL server. -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___ Koha mailing li

[Koha] Using Authorities with UNIMARC

2015-07-29 Thread akafortes
I have setup Koha 3.20 using UNIMARC. For the ZEBRA settings I used marcflavor: UNIMARC default laguage: gr indexing: gsr1 I've imported an Authorities file using the "Stage MARC records for import" interface where of course I selected the file type to be "Authorities". When I go to the Authoritie

Re: [Koha] Using Authorities with UNIMARC

2015-07-30 Thread akafortes
Michael Kuhn wrote > Hi akafortes > > > For the ZEBRA settings I used >> marcflavor: UNIMARC >> default laguage: gr >> indexing: gsr1 >> I've imported an Authorities file using the "Stage MARC records for >> import" >> interf

[Koha] Aggregate Fields into one field

2015-08-11 Thread akafortes
I would like to know if it is possible to use values from different fields to populate another field in a biblio record. I know how to use populate the call number field of an item from the Dewey Decimal Classification field. What I would like to do is for my call number to consist of data from 3

Re: [Koha] Koha 3.20 on Ubuntu 14.04

2015-08-25 Thread akafortes
Chrispin Simasiku Sitali wrote > Greetings, > > I have been trying to install Koha 3.20 in Ubuntu 14.04 (Trusty Tahr) > 32bit. > I am following install instructions from > http://wiki.koha-community.org/wiki/Koha_on_Debian page. > > > At the end when I try to go to either IP address and port num

[Koha] Problem with Barcode Generator

2015-09-09 Thread akafortes
I have set the "autoBarcode" option in the "Cataloging preferences" to "incremental EAN-13 barcodes". In the corresponding UNIMARC subfield I'm using the "barcode.pl" Plugin. When I add an item, though, and I try to create a barcode, instead of a 13-digit number, I get a single number. So what I ge

Re: [Koha] Problem with Barcode Generator

2015-09-17 Thread akafortes
Thank you very much, it worked just as you said. I had to put the first barcode manually and now it generates the rest correctly -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-with-Barcode-Generator-tp5852966p5853807.html Sent from the Koha-general mailing list archi

Re: [Koha] Problems restoring a backup to a new server

2015-10-29 Thread akafortes
How dis you create the backup? Did you use mysqldump or did you use the koha commands? For the .gz file try using gzip -d {path_to_backup_file}/koha_library.sql.gz then you'll get a koha_library.sql file which you can use to restore the database -- View this message in context: http://koha.104

Re: [Koha] Problems restoring a backup to a new server

2015-10-29 Thread akafortes
How dis you create the backup? Did you use mysqldump or did you use the koha commands? For the .gz file try using gzip -d {path_to_backup_file}/koha_library.sql.gz then you'll get a koha_library.sql file which you can use to restore the database Boulier, Jack wrote > I am attempting to setup a ne