[Koha] Problem on Staged MARC management

2017-05-30 Thread anjoze
Hi. I've set up a new VM with Koha (16.11.08.000) and imported my old UNIMARC Frameworks. I tried to import a MARC Record (marcxml). I can upload the file, then Stage for import, but then when I *Import this batch into the catalog* on *Manage staged MARC records*, the Job progress bar will keep *0

Re: [Koha] Problem on Staged MARC management

2017-05-30 Thread anjoze
Olá Pedro, Yes I've tried other files. Trying with bulkmarcimport.pl I have this message: / bib-64150.marcxml deleting biblios DBD::mysql::db do failed: Cannot truncate a table referenced in a foreign key constraint (`koha_koha

Re: [Koha] Problem on Staged MARC management

2017-05-31 Thread anjoze
My config is like this: https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Ubuntu_16.04_and_MySQL_5.7 / sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION/ Tomas, what do you mean with: try not using the truncate sw

Re: [Koha] Problem on Staged MARC management

2017-05-31 Thread anjoze
Tried with a new VM (16.11.08.000) with mariaDB same problem. Can someone check if this is a bug? Thanks - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-on-Staged-MARC-management-tp5935206p5935311.html Sent from th

Re: [Koha] Problem on Staged MARC management

2017-06-02 Thread anjoze
Done: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18719 Thank you - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-on-Staged-MARC-management-tp5935206p5935543.html Sent from the Koha-general mailing lis

[Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-27 Thread anjoze
Hi again. From always (3.2 --> 16.11) I could not get the right encoding when searching with Z3950 on other servers. I've tried with all the available encodings (utf8, EUC-KR, ISO_5426, ISO_6937, ISO_8859-1, MARC-8 ) but always have strange characters on results. I alway thought the problem was the

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-27 Thread anjoze
Hi Barton, I've done some tests based on this page: https://wiki.koha-community.org/wiki/Troubleshooting_Zebra I will put the results here: *yaz-client -c /etc/koha/zebradb/ccl.properties koha_test:9998/biblios* /Connecting...OK. Sent initrequest. Connection accepted by v3 target. ID : 81 Name

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread anjoze
More tests *Test 1:* I've enable Z39.50 server on both servers. Server1 --> Server2: *NO problem* with characters encoding Server2 --> Server1: *Problem* with characters encoding I've compared multiple files but everything is equal: /var/lib/koha/koha/biblios /etc/koha/sites/koha/zebra-biblios-do

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread anjoze
Hi Zeno Tajoli, Server1: Save the record in MRCXML Server2: Stage MARC records for import --> Result: No problems, all characters OK - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-06-28 Thread anjoze
Here is the result: Locale is the same on both servers: LANG=pt_PT.UTF-8 LANGUAGE=pt:pt_BR:en LC_CTYPE="pt_PT.UTF-8" LC_NUMERIC=pt_PT LC_TIME=pt_PT LC_COLLATE="pt_PT.UTF-8" LC_MONETARY=pt_PT LC_MESSAGES="pt_PT.UTF-8" LC_PAPER=pt_PT LC_NAME=pt_PT LC_ADDRESS=pt_PT LC_TELEPHONE=pt_PT LC_MEASUREMENT=p

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-05 Thread anjoze
I've looked at tables with Workbench and all tables have Collation set utf8_unicode_ci Then I've added to my mysql conf: /[client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] collation-server = utf8_unicode_ci init-connect='SET NAMES utf8' character-set-server = utf8/

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Hi Zeno, The result: Purging Z39.50 records from import tables. Done with purging Z39.50 records from import tables. But still not working :( The problem still exactly the same after everything we done. Server2 can get right encoding from Server1 None of both server can get the right encoding fro

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Hi Zeno, I've tried with all the encoding on both servers without success. With ISO5426 the Results widow is OK but when I preview or import Marc record it's not ok EX: Results window: Title: A criação de caracóis MARC record : 200 1 _aÂA Âcriação de caracóis Cheers - Koha version: 1

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-06 Thread anjoze
Yes, it is strange. Later I will try to find the problem but probably it will take a long time. Than, if I have some conclusion I'll let you know. Thank you very much for your help - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabbl

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-07 Thread anjoze
I've done some more tests: Installed a new VM with mariadb. Checked mariadb configuration: *character-set-server = utf8mb4 collation-server = utf8mb4_general_ci* This is the default charset/collation and should have full compatibility with all special characters Checked Locale: *LANG=pt_PT.

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-07 Thread anjoze
Hi Zeno, Ubuntu 16.04LTS 64bits (Language installation PT_PT) Koha version: 17.05.01.000 Perl version: 5.022001 Zebra version: 2.0.59 Maybe later I will create a new VM and install it in En Thaks - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://ko

Re: [Koha] Z39.50 encoding problem (tested on 2 koha servers)

2017-07-10 Thread anjoze
Zeno, Thank you very much for your work. Cheers, José Anjos - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Z39-50-encoding-problem-tested-on-2-koha-servers-tp5938540p5939700.html Sent from the Koha-general mailing list arc

[Koha] IndependentBranches consequences

2018-08-16 Thread anjoze
Hi. My Koha is running for many years. Now I want to turn ON IndependentBranches preference. On manual (https://koha-community.org/manual/18.05/en/html/systempreferences.html?highlight=independent) says: *Important* It is important that this value be set before going live and that it NOT be

Re: [Koha] Login proplem

2018-08-16 Thread anjoze
Try this: https://wiki.koha-community.org/wiki/Commands_provided_by_the_Debian_packages#koha-reset-passwd - Koha version: 16.05.05 - - José Anjos -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___ Koha mailing l

Re: [Koha] IndependentBranches consequences

2018-08-21 Thread anjoze
Thank you very much for your feedback Elaine. That's what we plan to do but we wanted to know from other libraries with the same problem. Cheers - Koha version: 16.05.05 - - José Anjos -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___

Re: [Koha] koha stop working after enabling plack

2018-08-23 Thread anjoze
I was having the same problem because I've made: *apt upgrade* and then I forgot to make: *sudo apt install koha-common sudo koha-upgrade-schema koha* - Koha version: 16.05.05 - - José Anjos -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html

[Koha] Field 606 doesnt add multiple x subfields

2018-09-25 Thread anjoze
Hi On field 606, If I use an Authority with multiple "x" subfields, it will add just the first "x" I think is a bug from recent koha versions because it was working with our Koha until now. I've tested with BibLibre demo (http://intranet-demo.biblibre.com/) and it works fine (Ver 17.11) With 18.05

Re: [Koha] Field 606 doesnt add multiple x subfields

2018-09-28 Thread anjoze
Thanks for your feedback. I've filed a new bug: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21448 - Koha version: 16.05.05 - - José Anjos -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___ Koha mai

[Koha] Check out restriction to category / branch for School Libraries

2018-10-01 Thread anjoze
Hi again. I have the fallowing scenario: 1 Koha instance 1 Public Library 20 Public Schools I want to restrict holds between the Public Library and School Libraries but I don't want to restrict holds between School Libraries. With independentbraches doesn't work because it will restrict everythi

Re: [Koha] Check out restriction to category / branch for School Libraries

2018-10-02 Thread anjoze
Thank you for your suggestion. Didn't worked. I've changed to 999 between the public and school and 0 between school libraries. Nothing happens. On manual (https://koha-community.org/manual/18.05/en/html/administration.html#transport-cost-matrix) just says: " The transport cost matrix lets a librar

Re: [Koha] Check out restriction to category / branch for School Libraries

2018-10-02 Thread anjoze
Yes, its on. What should I expect with transport cost matrix enabled? Is it for restrictions? On manual it's not explicit the use of cost matrix. Thanks - Koha version: 16.05.05 - - José Anjos -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___

Re: [Koha] Check out restriction to category / branch for School Libraries

2018-10-03 Thread anjoze
Yes Cron is running: # Hourly holds queue updated 52 * * * * __KOHA_USER__ $KOHA_CRON_PATH/holds/build_holds_queue.pl >/dev/null 2>&1 Nothing happens :( I've enabled Cost Matrix Set 999 from Public Library to Schools and Schools to Public Library Set 0 from School to School On Patron Category

Re: [Koha] Check out restriction to category / branch for School Libraries

2018-10-03 Thread anjoze
If I disable (red background) it does nothing. With red bar on both (From/to - to/from) I'm able to make holds and I can make transfers! This is strange... UseBranchTransferLimits - I can't use this because our Public Library is the one o prepare the records/items to the schools. Than they transfe

[Koha] Limit cover image size

2016-01-27 Thread anjoze
On "Content preferences" we have the option to add covers from Amazon/Google/Babelthèque/etc... Can we set a specific size to that images? I don't want my OPAC with multiple image sizes. Thank you - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1

[Koha] Koha downgrade after update?

2016-07-11 Thread anjoze
I had Koha version 3.18. After upgrading I have version 16.05.01 Is there more than one version of koha or did I do it wrong? Thanks - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-downgrade-after-update-tp5895098.html

[Koha] Not accepting Date of birth after upgrade to 16.05.05

2016-11-02 Thread anjoze
After upgrading to version 16.05.05 I cant insert/change Patron's Date of Bird anymore. If I pick from calendar it just disappears. If I insert the date manually I get this message: Please enter a valid date (should match -mm-dd) I've deleted all cookies but the problem persists. Maybe a bug?

[Koha] Problem with cleanup_database.pl

2016-11-03 Thread anjoze
Hi. I'm trying to execute *cleanup_database.pl* because my database is to big and slow. My koha installation is a normal installation like this: https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages When I run: *sudo perl /usr/share/koha/bin/cronjobs/cleanup_database.pl* I have lots of t

[Koha] Empty list on Authorized Values after upgrade to 16.05.05

2016-11-09 Thread anjoze
After upgrading I've lost the *Authorized values* on *MARC frameworks*. The parameters on each framework are ok (ex: Auth value:Country) but, when cataloging (editing or creating new record), the list is blank. Searched for bugs but can't find it... Thanks for any help - Koha version: 16.0

Re: [Koha] Empty list on Authorized Values after upgrade to 16.05.05

2016-11-10 Thread anjoze
I've added *&debug=1* to the address line to get more debugging info In /var/log/koha/koha/intranet-error.log i've found this: DBD::mysql::st execute failed: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'koha_koha.authorised_values.authorised_value' whic

Re: [Koha] Empty list on Authorized Values after upgrade to 16.05.05

2016-11-10 Thread anjoze
After some attempts I've edited */etc/mysql/my.conf* and inserted this 2 lines at bottom: * [mysqld] sql-mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION"* It looks everything ok and the authorized vales lists are showing. - Koha version: 16.05.05 - - José Anjos -- View th

Re: [Koha] Empty list on Authorized Values after upgrade to 16.05.05

2016-11-11 Thread anjoze
SHOW VARIABLES LIKE "%version%"; | innodb_version | 5.7.16 | | protocol_version| 10 | | slave_type_conversions | | | tls_version | TLSv1,TLSv1.1 | | version | 5.7.16-0ubuntu0.16.0

Re: [Koha] Empty list on Authorized Values after upgrade to 16.05.05

2016-11-11 Thread anjoze
Until now, the only problem reported by my librarians colleges is when making a reservation for a patron. The result is: Software error: DBIx::Class::Storage::DBI::_dbh_execute(): Field 'lowestPriority' doesn't have a default value at /usr/share/koha/lib/Koha/Object.pm line 109 and no reservatio

Re: [Koha] Empty list on Authorized Values after upgrade to 16.05.05

2016-11-14 Thread anjoze
Hi Zeno, It works with: [mysqld] sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION Now I can make reservations :) I will post any feedback from librarians if something fails. Thank you - Koha version: 16.05.05

[Koha] Upgrade to latest version not working

2016-11-24 Thread anjoze
Hi all, I'm trying to upgrade from version 16.05.05 to latest. 2 days ago was released version 16.11. I'm using Ubuntu 16.04LTS with Debian repositories: /deb http://debian.koha-community.org/koha stable main'/ When try to upgrade koha I get this message: I koha-common is already the newest versio

[Koha] Migration erros from 16.05 to 16.11

2016-11-30 Thread anjoze
Just to leave some feedback. *Migration from* Koha 16.05 OS: Ubuntu 16.04 64bits Mysql 5.7 with: sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION *To:* Koha 16.11 OS Ubuntu 16.04 64bits MariaDB First I've tried to upgrade on

Re: [Koha] Migration erros from 16.05 to 16.11

2016-11-30 Thread anjoze
Ok, I've found the sql file on /usr/share/koha/intranet/cgi-bin/installer/data/mysql/kohastructure.sql I've executed: CREATE TABLE IF NOT EXISTS items_search_fields ( name VARCHAR(255) NOT NULL, label VARCHAR(255) NOT NULL, tagfield CHAR(3) NOT NULL, tagsubfield CHAR(1) NULL DEFAULT NULL, authoris

Re: [Koha] Migration erros from 16.05 to 16.11

2016-11-30 Thread anjoze
Well, my database is already upgraded. Do you mean from the old backup? I cant because I would lose too much information. How can I force upgrade it again? - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Migration-erros-fro

Re: [Koha] Migration erros from 16.05 to 16.11

2016-12-16 Thread anjoze
To solve all my problems I had to make a new machine with Ubuntu 16.04 and then import the backup. Be careful because Mysql 5.7 is not fully compatible and brings a lot of problems. I've used MariaDB and everything is OK - Koha version: 16.05.05 - - José Anjos -- View this message i

Re: [Koha] Migration erros from 16.05 to 16.11

2016-12-19 Thread anjoze
I've tested that instructions and there was a lot of problems. It would be better to wait until Mysql 5.7 have fully support by Koha or install MariaDB To install MariaDB you can follow Instructions like these: https://www.linuxbabe.com/linux-server/install-apache-mariadb-and-php7-lamp-stack-on-ubu

[Koha] Repeat this Tag not working

2016-12-20 Thread anjoze
Since upgrade to 16.11 when I click on *Repeat this Tag* (Cataloging) on some fields (UNIMARC Ex: 701, 702) nothing happens and if the cursor is down on the page it will jump to top like this bug (https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8747) Then I get this message on the browse

Re: [Koha] Repeat this Tag not working

2016-12-20 Thread anjoze
Hi Jonathan, Yes, I've restarted all the services and I've restarted the server but the problem persists. Now I made a lot of tests, again, and found that this is appending *just if 701 $4 (Function)* is not filled. I think this is a bug, but please try with your Koha. Thanks, José Anjos -

Re: [Koha] Repeat this Tag not working

2016-12-20 Thread anjoze
Same is appening for field 021. I have to fill $a to be able to duplicate. If I'm editing a record, the field 021$a is already filled, so I have to choose it again to be able to duplicate it. - Koha version: 16.05.05 - - José Anjos -- View this message in context: http://koha.10457

Re: [Koha] Repeat this Tag not working

2016-12-21 Thread anjoze
This is worst than I thought! If I edit a Record and try to duplicate *field 021* it will do nothing. Then I change the subfield *$a* (Country code) and than I can duplicate. The duplicated field don't let me change the *Country*, just *$b* Then, when I save, the changes *are not saved!!* -

Re: [Koha] Repeat this Tag not working

2016-12-22 Thread anjoze
Well... I will have to do it if the is no other way but it would be better if I had a better way to debug. I've enabled Mysql general logging and I can see the instruction doesn't include the cloned field. With google developer tools I don't have any more information. Is there a way to debug this t

Re: [Koha] Repeat this Tag not working

2016-12-22 Thread anjoze
I've tried to raise the Debug level and found this: http://koha.1045719.n5.nabble.com/Bug-14167-New-Add-Koha-Logger-based-on-Log4perl-tp5839348p5842972.html Then I edited */etc/koha/sites/koha/log4perl.conf * and changed: log4perl.logger.intranet = *WARN*, INTRANET to log4perl.logger.intranet = *T

Re: [Koha] Repeat this Tag not working

2016-12-22 Thread anjoze
Hi, My instance name is koha and the logs I'm checking are in: */var/log/koha/koha/intranet-error.log* and in the log4perl.conf I have: *log4perl.appender.INTRANET.filename=/var/log/koha/koha/intranet-error.log* This log file is correct because it's getting updated with other information, but not

Re: [Koha] Repeat this Tag not working

2016-12-27 Thread anjoze
This is for sure a bug. I've setup a completely new VM: Debian GNU/Linux 8.6 (jessie) MariaDB Ver 14.14 Distrib 5.5.53 Apache/2.4.10 (Debian) Installed the defaults in fr-FR Choose Cataloging -> New Record -> Default Framework Filed the mandatory fields. If I try to duplicate 701 it will jump to

[Koha] Unblock User

2011-10-29 Thread anjoze
Hi list, Is there a way to "unblock" a Patron? My Library works with suspensions in days. The problem is that some times for some reasons we need to forgive that suspension. If its not possible, can I do it directly on the database? What is the flag/tablename? Thank you very much, JA Koha Version

Re: [Koha] Unblock User

2011-11-02 Thread anjoze
Thank you for your help. It works. I didn't delete de record but change de date to a date before. Then the Patron was able again to checkout a book again. I really hope that future versions have a option to unblock users! Thanks again -- View this message in context: http://koha.1045719.n5.nabble

[Koha] Show suspension days left

2011-12-02 Thread anjoze
Hi again, When I try to checkout an Item to a *suspended Patron* I receive the message saying: /Patron has had overdue items and is blocked for XX day(s)./ If I try to checkout again on the next day, it will show* the same number of days.* Until the end of the suspended period it shows the same nu

Re: [Koha] Zebra indexing problem of unimarc file

2011-12-04 Thread anjoze
Hi, I had the same problem. My Framework had Koha field *biblionumber* mapped to *999$9* so ha had to add: /melm 999$9Local-number,Local-number:n/ to /etc/koha/zebradb/marc_defs/unimarc/biblios/record.abs One very good help is here: http://www.len.ro/2010/06/koha-search-2/ Thanks, JA --

[Koha] Upgrade from 3.2 to 3.6 problem with remove_items_from_biblioitems.pl --run

2012-02-26 Thread anjoze
Hi. I'm trying to upgrade from version 3.02.10 to 3.6.3. Everything is ok, no perl dependencies. When I start *misc/maintenance/remove_items_from_biblioitems.pl --run* I get this error: *Use of uninitialized value $cn_item in concatenation (.) or string at /etc/perl/C4/ClassSortRoutine.pm line 119*

Re: [Koha] [koha] make test failed 3.06.03

2012-03-03 Thread anjoze
It can be a lot of things but I had a similar problem and it was the Date/hour from my server. -- View this message in context: http://koha.1045719.n5.nabble.com/koha-make-test-failed-3-06-03-tp5519883p5525088.html Sent from the Koha-general mailing list archive at Nabble.com. ___

Re: [Koha] insallation problem

2012-03-28 Thread anjoze
Try: sudo apt-get install libyaz4 libyaz4-dev If it just work with libyaz3 you will have to download it an install it Maybe: http://www.ubuntuupdates.org/package/core/maverick/universe/base/libyaz3-dev -- View this message in context: http://koha.1045719.n5.nabble.com/insallation-problem-tp5599

Re: [Koha] insallation problem

2012-03-30 Thread anjoze
Hi again, Another suggestion... I always use the LTS (Long term support) Ubuntu version... now its Version 10.04. https://wiki.ubuntu.com/LTS I use the Server version, but if you prefer the desktop version, after you install it and update it you can install "tasksel" *sudo apt-get install tasksel*

Re: [Koha] seeking help with installing Koha

2012-03-30 Thread anjoze
Well, first you have the official documentation and wiki http://koha-community.org/documentation/ http://wiki.koha-community.org/wiki/Category:Installation Then you have the forum where you can search: http://koha.1045719.n5.nabble.com As an example, the first part of this reply: http://koha.10457

[Koha] Apache benchmark - Site down

2012-05-14 Thread anjoze
Hi. I'm doing some tests / benchmark to my koha. I've test it whit this command: *ab -c 50 -n 50 http://myKohaSite* The 50 request are processed slowly. If I change to: *ab -c 500 -n 500 http://myKohaSite* I get this message: apr_socket_recv: Connection reset by peer (104) The CPU goes to 100% and

[Koha] Search results not correct

2012-05-14 Thread anjoze
Hi, I'm trying to improve search results using zebra. I'm using UNIMARC. I've tested it with version 3.2 and 3.8 My search is working but not 100%, the results are not displayed in the correct order. I've changed "Relevance" to other options but the problem still. For example, when I search for "H

Re: [Koha] Search results not correct

2012-05-17 Thread anjoze
I have made more tests and the problem is the order of the displayed results. When I search for something I want the TITLE in the first results but, Zebra is showing the SERIES, NOTES and SUBJECTS. On /unimarc/biblios/record.abs, when I comment the SERIES, NOTES and SUBJECTS fields the results are

Re: [Koha] Koha - Software error while adding or editing item records

2012-05-19 Thread anjoze
I had exactly the same problem when I add/modify a Record, a Item or a Borrower. I never solved the problem :( I had to start from zero and then it was ok. Try with Debian or Ubuntu, maybe it works. -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Software-error-while-addin

[Koha] Suggestion: ADD bilionumber to deleted Item on log

2012-06-18 Thread anjoze
Hi. This is a suggestion. In our Library we want to know the corresponding biblionumber of the deleted item. *The log shows:* Date Librarian Module Action Object Info 2012-06-18 11:52:14 10429 CATALOGUING DELETE 1337item * It should be:

Re: [Koha] Koha 3.8.1 'zebra searching' failure

2012-06-18 Thread anjoze
Here is some links and info that maybe give some help. Don’t forget to: export KOHA_CONF=/etc/koha/koha-conf.xml export PERL5LIB=/usr/share/koha/lib If zebra is corrupted or if zebra is not installed, try: http://lists.koha-community.org/pipermail/koha-zebra/2010-February/000643.html *make update

Re: [Koha] Suggestion: ADD biblionumber to deleted Item on log

2012-06-19 Thread anjoze
Submited to bugzilla: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8273 -- View this message in context: http://koha.1045719.n5.nabble.com/Suggestion-ADD-biblionumber-to-deleted-Item-on-log-tp5716896p5716965.html Sent from the Koha-general mailing list archive at Nabble.com.

[Koha] New Authoritie - Problem when find possible dublicate

2012-07-31 Thread anjoze
I with version *3.08.03.000* I have a error when I'm creating a new Authoritie and koha finds a possible duplicate: Software error: Can't use string ("Lopes, Francisco Luiz duplicateauthvalue => $duplicateauthvalue,/ Ver: 3.08.03.000 /duplicateauthvalue => $duplicateauthvalue*->{authorized}->[0

[Koha] 3.8 - Circulation and fine rules in days not working - Debarred / Restricted

2012-08-03 Thread anjoze
Hi Our Library works with days suspension. I had koha running on 3.2 with no problem. I've upgraded to version 3.8 and koha started to debar all borrwoers. When I check-in the item, it says: /"PatronName" is now debarred until "Date/Of/Debarrement"/ In Patron file is: /Restricted: Patron's account

Re: [Koha] 3.8 - Circulation and fine rules in days not working - Debarred / Restricted

2012-08-06 Thread anjoze
Nobody with this problem? Does anyone have day rules working on version 3.8? Is this a bug?? Thanks. -- View this message in context: http://koha.1045719.n5.nabble.com/3-8-Circulation-and-fine-rules-in-days-not-working-Debarred-Restricted-tp5722256p5722472.html Sent from the Koha-general mailin

Re: [Koha] 3.8 - Circulation and fine rules in days not working - Debarred / Restricted

2012-08-06 Thread anjoze
Thanks for your reply. Yes I have the All - All rule: *AllAll 3 3 daysNone defined0.000 0 0 0 0 0.00* In this rule I don't even have days penalties. Then I have a little bit more specific rule applied just to the library *Leitor

Re: [Koha] 3.8 - Circulation and fine rules in days not working - Debarred / Restricted

2012-08-07 Thread anjoze
The machines I've tested before were Ubuntu 10.04 Now I have installed Koha on Debian Squeeze and imported the full database from our Library. The problem is the same, penalties for everyone! I've tried all types of rules without success. Is this a BUG?? Does anyone have koha 3.8 working with day r

Re: [Koha] 3.8 - Circulation and fine rules in days not working - Debarred / Restricted

2012-08-08 Thread anjoze
Thak you all. I'm happy this is a bug :) , not my fault. I will wait for the patch. -- View this message in context: http://koha.1045719.n5.nabble.com/3-8-Circulation-and-fine-rules-in-days-not-working-Debarred-Restricted-tp5722256p5722647.html Sent from the Koha-general mailing list archive at

Re: [Koha] No search results and zebra warning

2012-08-10 Thread anjoze
You need to edit some files and do some changes: /etc/koha/zebradb/ccl.properties #Comment/Uncoment the lines you need /etc/koha/zebradb/marc_defs/unimarc/biblios/record.abs #Comment/Uncoment the lines you need and change this line: melm 090$9 Local-number,Local-number:n to the number you

Re: [Koha] OpacNav html

2012-08-16 Thread anjoze
Hi. For storing images you have a lot of services. One free and simple example is Dropbox. Put images in Public folder and generate a public link. To play with html code you can go to this site: http://www.w3schools.com/html/html_images.asp There you have many examples. Hope it helps. JA -- V

[Koha] Browse by hierarchy - Links not working

2012-08-29 Thread anjoze
Hi. I'm trying to set up the *Browse by hierarchy* on OPAC I have 2 problems: 1 - Links don't work For example, it shows: */classification 3/* (10 biblios) Than, when I click on /classification 3/ link, it says: No results found! 2 - The *Classification* names doesn’t show I've read http://wi

Re: [Koha] opaccloud syspref

2012-09-05 Thread anjoze
It would be nice if in *"Search System Preferences"* we could find the option: *OpacCloud If ON, enables subject cloud on OPAC* located in *Local Use* Thanks, José Anjos - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/

Re: [Koha] "Suspension in Days" is confusing

2012-09-05 Thread anjoze
I don’t understand 100% what is your question but I will try to answer. You define the circulation rules: http://manual.koha-community.org/3.4/en/patscirc.html#circfinerules In that rules you can define *Suspension in days* if you want. Example: BOOKS -- Loan period=3 -- Fine charging interval=1 --

Re: [Koha] Browse by hierarchy - Links not working

2012-09-16 Thread anjoze
Hi Manos Petridis. Now I can browse by hierarchy :) In my case, because we are Portuguese and work with UDC-Classification instead of Dewey-Classification it was a bit more difficult but it is solved. We use Unimarc. Because I don’t know if you work with UDC or Dewey I will give my example. 1: MAK

[Koha] No link to Authors on Refine your search

2012-10-01 Thread anjoze
Hi. When I make a search than I click on the "Author" in the "Refine your Search" I have this result: /"No results found No results match your search for 'kw,wrdl: saramago' with limit(s): 'au:Jose Saramago au:Saramago,, Jose'."/ If I change in the address bar *From:* "htp://mykoha/cgi-bin/koha/ca

Re: [Koha] No link to Authors on Refine your search

2012-10-02 Thread anjoze
Hi Petridis. Now I've deleted the comma from Authority Author, rebuild zebra but no success. It's strange because the results looks OK (Ex: Rowling, J. K.(*3*) ) Than, when I click it, nothing if found :( - Koha version: 3.08.04 - - José Anjos -- View this message in context: http:

Re: [Koha] No link to Authors on Refine your search

2012-10-03 Thread anjoze
My Personal Name Authorities have these fields from UNIMARC: Last Name 200$a First Name 200$b I've tried with 2 configurations: First (with the comma): 200$a: Rowling*,* 200$b: J. K. Second (without the comma): 200$a: Rowling 200$b: J. K. With the first option, the Author it will be displayed on

Re: [Koha] is it possible item batch modification?

2012-10-19 Thread anjoze
Hi. I have the same problem. The status option is not shown. Have you found the problem / solution? And answering to Owen Leonard-4, I have full privileges Dagne Woldie wrote > Hello all i tried to edit the lost, missing and lost and paid status bulk > item by batch modification. > > this opt

Re: [Koha] Restriction on renewal of items on expiration of patrons account

2012-10-20 Thread anjoze
I've never tried but maybe the option ReturnBeforeExpiry in System Preferences. - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Restriction-on-renewal-of-items-on-expiration-of-patrons-account-tp5730132p5730391.html Sent fro

[Koha] Labels with images

2013-09-16 Thread anjoze
We are using labels with different colours to represent the different classifications. We want to change the labels and use images to represent the classifications, not colours. Is it possible to do this? Does anyone use images? Thanks - Koha version: 3.08.04 - - José Anjos -- View

Re: [Koha] Foolproof backup suggestions

2013-09-17 Thread anjoze
I use a script with this name "automysqlbackup.sh.2.5" It will make backup of koha database. It will do the backup by day, by week and by month In the example above it will do it to the /backup folder but you can change it to any folder (Ex: a Dropbox folder to be uploaded automatically ;) ) *1-

Re: [Koha] Foolproof backup suggestions

2013-09-18 Thread anjoze
I'm sorry but the script was not complete so I'm sending a link to download: https://dl.dropboxusercontent.com/u/726404/automysqlbackup.sh.2.5 - Koha version: 3.08.04 - - José Anjos -- View this message in context

Re: [Koha] Koha use multiple language( English , France, Japanese, Hindi, etc.).

2013-09-23 Thread anjoze
http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-use-multiple-language-English-France-Japanese-Hindi-etc-tp57704

[Koha] How to see who lift restriction

2013-10-18 Thread anjoze
Is there a way to check logs to find who is lifting the restricted accounts? Thanks ins advance - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/How-to-see-who-lift-restriction-tp5774750.html Sent from the Koha-general mailin

Re: [Koha] errors, migrating from 3.10.04 to 3.14.04

2014-04-10 Thread anjoze
Like you, I have some problems migrating from 3.10.04 to 3.14.04 I'm upgrading from a manually installed 3.10 Koha on Ubuntu to a latest stable Koha Debian packages on a new server. I create a new server, installed Koha and imported the db. *1st ERROR:* [Wed Apr 9 15:35:17 2014] updatedatabase.pl:

Re: [Koha] errors, migrating from 3.10.04 to 3.14.04

2014-04-11 Thread anjoze
I've made a a fresh install, dumped *"koha_koha.authorised_values_branches"* Than, imported *"koha_koha.authorised_values_branches"* to my koha and everything was ok. Authorised Values started to work :) - Koha version: 3.08.04 - - José Anjos -- View this message in context: http:/

[Koha] Restrict Patron just to the library the Item is from

2014-10-24 Thread anjoze
Suppose I have libraries A, B and C. Patron X borrow a book on library A and then was restricted. Is there a way to restrict just to Library A and let him borrow on libraries A and C? Thanks - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719

Re: [Koha] Restrict Patron just to the library the Item is from

2014-10-24 Thread anjoze
Sorry I mean: Restrict just to Library A and let him borrow on libraries B and C? - Koha version: 3.08.04 - - José Anjos -- View this message in context: http://koha.1045719.n5.nabble.com/Restrict-Patron-just-to-the-library-the-Item-is-from-tp5815515p5815518.html Sent from the Koh

Re: [Koha] Restrict Patron just to the library the Item is from

2014-11-12 Thread anjoze
vikram zadgaonkar-2 wrote > That's what . If a patron is has damaged or lost a book from library A how > can you allow him to borrow from other branch. > On 24-Oct-2014 9:30 PM, "anjoze" < > joseanjos@ > > wrote: > >> Sorry I mean: >> Restrict