Re: [Koha] zebra - item-level_itypes errors

2017-04-19 Thread Pedro Amorim
bugzilla3/show_bug.cgi?id=18163 What I advise to do is to keep the syspref according to your data, if you have the information at the record level, set it back. Good luck, Pedro Amorim 2017-04-19 16:13 GMT+00:00 Tom Hanstra : > I'm installing Koha 16.11 and picked up the 06 re

Re: [Koha] zebra - item-level_itypes errors

2017-04-19 Thread Pedro Amorim
rrectly (it's no use having the information in a MARC field if it isn't actually mapped), and set the sys pref accordingly. GL, Pedro Amorim 2017-04-19 19:50 GMT+00:00 Tom Hanstra : > Since I'm not a cataloger at all, can you (or others) give me a bit of > information abou

Re: [Koha] Rebuild Authoroties

2017-04-26 Thread Pedro Amorim
Hello Luis, What's the output of that command? Does the following show? exporting authority Try running: # koha-rebuild-zebra -a -f -v library 2017-04-26 19:34 GMT+00:00 Luis Moises Rojas : > Hi everybody > > When i run this command: sudo koha-rebui

Re: [Koha] Deleting all records in Koha

2017-05-15 Thread Pedro Amorim
again. GL, Pedro Amorim 2017-05-15 15:43 GMT+00:00 Davian Cooper : > I want to get rid of all the records in koha, not all the records had > accession numbers when they were imported so the batch delete is not > effective. Tried truncating the tables in MySql but when I search the OPAC,

Re: [Koha] Deleting all records in Koha

2017-05-16 Thread Pedro Amorim
e command again? Pedro Amorim 2017-05-15 19:32 GMT+00:00 Davian Cooper : > Hello Pedro, > > > > If I select the record from the search I get an error 404 stating that the > requested page is not available. > > I also reindex zebra with the command #: sudo koha-rebuild-zeb

Re: [Koha] How can i count the total catalog entry by user wise

2017-05-25 Thread Pedro Amorim
#Count_of_bibs_modified_by_cataloger GL, Pedro Amorim 2017-05-25 11:48 GMT+00:00 Anastes Mp : > We've 4 staff in our library for catalog entry and each of them have koha > librarian accounts. We would like analyze their work by counting the total > number of books they entered

Re: [Koha] Problem on Staged MARC management

2017-05-30 Thread Pedro Amorim
Hello José, Can you share the marcxml of the item in which this is happening? Have you tried importing other biblios+items? Also, what happens if you import using the bulkmarcimport.pl script instead of UI import? 2017-

Re: [Koha] Problem on Staged MARC management

2017-05-30 Thread Pedro Amorim
*sql_mode=NO_ENGINE_SUBSTITUTION* in *my.cnf*. I'm not sure if it's related but wouldn't hurt to try using mysql < 5.7, given the documentation. Pedro Amorim 2017-05-30 15:44 GMT+00:00 anjoze : > Olá Pedro, > > Yes I've tried other files. > Trying with bu

Re: [Koha] export local cover images

2017-06-09 Thread Pedro Amorim
same logic applied to local cover images: 1) Alter the query to select biblioimages.biblionumber; 2) Any local cover image can be accessed through the URL: ** /cgi-bin/koha/opac-image.pl?thumbnail=0&biblionumber=** Have a good one, Pedro Amorim 2017-06-09 12:04 GMT+00:00 Indranil Das Gupt

Re: [Koha] How to remove unwanted characters when importing MARC data?

2017-06-21 Thread Pedro Amorim
equire time to figure it all out but if you're working with Koha for the long run, you'll virtually be equipped with a tool that'll solve all your data problems in the future. Have a good one, Pedro Amorim 2017-06-21 16:55 GMT+00:00 Michael Kuhn : > Hi > > Our libra

[Koha] Syspref itemBarcodeFallbackSearch

2017-06-23 Thread Pedro Amorim
tried this? Is this the expected behaviour? Thanks, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Syspref itemBarcodeFallbackSearch

2017-06-27 Thread Pedro Amorim
Hello Katrin, Thank you for your reply. Upon my research I was/am also leaning towards a solution like that: assigning the copy number with the homebranch prefix. It'll still be needed to reprint labels for the delta items, but at least Koha will allow for checkin/checkout. Thanks, Pedro A

[Koha] Salvaging data before using DBMS auto increment fix

2017-10-23 Thread Pedro Amorim
ng in the future. However this sounds the most risky way to go about it. Would anyone give me advice or their opinion on this? Am I looking at this the right way or is there some other better way to work around it? Thanks a bunch, Pedro Amorim ___ Koha

Re: [Koha] Salvaging data before using DBMS auto increment fix

2017-10-23 Thread Pedro Amorim
Thanks for your reply, Marcel. I'll probably go for option number 2 given the size of the data, it's safer and I'm happy with it. Thanks a bunch, have a good one. Pedro Amorim 2017-10-23 12:46 GMT+00:00 Marcel de Rooy : > Hmm. You need to have room in the deleted range to

Re: [Koha] DBMS_auto_increment : cannot check-in items checked out before a certain upgrade

2017-10-30 Thread Pedro Amorim
Hello Giuseppe, Yes. I recently came across this and you can check my post here: http://koha.1045719.n5.nabble.com/Salvaging-data-before-using-DBMS-auto-increment-fix-td5951803.html Have a good one, Pedro Amorim On 29 October 2017 at 03:37, Giuseppe Angilella < giuseppe.angile...@ct.infn

Re: [Koha] Problem with opac address

2017-11-07 Thread Pedro Amorim
Hello lukasz, What do you mean exactly by your IT "reindexing" the site? Could it perhaps be related to template cache? In the following discussion they talk about "About Koha" -> "System Information" and the directory for template caching. You might try removing it if you have it configured. htt

Re: [Koha] OAI-PMH Set Question

2017-11-08 Thread Pedro Amorim
Hey Alphie, Just to make sure, did you run build_oai_sets.pl after you created the set + mapping? /usr/share/koha/bin/migration_tools/build_oai_sets.pl Regards, Pedro Amorim On 8 November 2017 at 00:42, Alphie Garcia wrote: > Hi, everyone, > > I'm a bit of a Koha newbie so I ho

Re: [Koha] DBMS auto increment fix

2017-11-16 Thread Pedro Amorim
-increment-fix-td5951803.html I ended up manually deleting said IDs from the old_issues table. Have a good one, Pedro Amorim On 16 November 2017 at 16:50, Scott Owen wrote: > Hi all, > > I have the following errors when my staff try and check in items: > > "The item has not be

Re: [Koha] DBMS auto increment fix

2017-11-16 Thread Pedro Amorim
, Pedro Amorim On 16 November 2017 at 17:02, Scott Owen wrote: > thank you so much for the fast response. > > Is there a report / SQL query to find the duplicate ids that exist on both > issues and old_issues tables ? > > > > On Thu, Nov 16, 2017 at 12:54 PM, Pedro Amorim

Re: [Koha] DBMS auto increment fix

2017-11-16 Thread Pedro Amorim
You're welcome! I hope this helps others in the future. This situation comes up quite often in the list. Have a good one, Pedro Amorim On Nov 16, 2017 18:04, "Scott Owen" wrote: > You Sir, > > ARE AWESOME ! > > thank you so much. > > -S > > >

Re: [Koha] Software error: ~~Duplicate entry '320' for key 'PRIMARY' at~~~

2017-11-16 Thread Pedro Amorim
Hey, you might have already checked this but just to be sure: The problem you were having with circulation also applies to holds, borrowers, records and items I think. If this problem is related, you might want to check ID 320 on old_reserves table and if its there, the same solution from before sh

Re: [Koha] Software error: ~~Duplicate entry '320' for key 'PRIMARY' at~~~

2017-11-16 Thread Pedro Amorim
e on the "about page" ) ? > > -S > > > > > On Thu, Nov 16, 2017 at 3:25 PM, Pedro Amorim > wrote: > >> Hey, you might have already checked this but just to be sure: >> The problem you were having with circulation also applies to holds, >> borrowers, r

[Koha] Logging action_logs when merging records

2017-11-22 Thread Pedro Amorim
7;s a way to enable it or the feature is just missing. Thanks a bunch, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Logging action_logs when merging records

2017-11-22 Thread Pedro Amorim
False alarm, for future reference: *CataloguingLog* syspref was set to false in testing environment, silly me. Thanks anyways, Pedro Amorim On 22 November 2017 at 16:53, Pedro Amorim wrote: > Hey all, > > Recently I noticed that no action_logs are created when merging biblio

Re: [Koha] OAI-PMH Set Question

2017-11-23 Thread Pedro Amorim
d update a biblio record after enabling the syspref and check if it's working, i.e. the record matching the mapping would automatically be inserted in the set. Have a good one, Pedro Amorim On 22 November 2017 at 23:24, Alphie Garcia wrote: > Thanks, Mark. It gave me a different set of error

Re: [Koha] Please help this newbie :)

2017-12-04 Thread Pedro Amorim
t Or have you tried searching after a zebra rebuild? koha-rebuld-zebra -f -v ** GL, Pedro Amorim On 4 December 2017 at 07:35, Johan Seyfferdt wrote: > Hello. > > Thank you for adding me to this mailing list. > > I have a question. > > I am a sysadmin in St Petersburg

Re: [Koha] Unable to Check-In Error

2017-12-06 Thread Pedro Amorim
hould manually delete the duplicated ID's from the old_issues table. Needless to say, you should perform a database back-up beforehand. GL, Pedro Amorim 2017-12-06 4:29 GMT-01:00 SATISH : > About Koha Page, > https://ibb.co/b78sxw > _

Re: [Koha] Book Cover

2017-12-07 Thread Pedro Amorim
s what I'm using and works for every language. Have a good one, Pedro Amorim On 7 December 2017 at 01:18, Ma. Victoria H. Silva-Manuel < mavicsi...@gmail.com> wrote: > hi. > is there a way to show only one book cover per record? > i enable amazon and local cover images and in my

Re: [Koha] Unable to Check-In Error

2017-12-07 Thread Pedro Amorim
1) Copy the ID's under *Checkouts* from About Koha -> System Information 2) *Select * from old_issues where issue_id IN ()* Confirm the listed rows are the ones you want to delete; 3) *Delete from old_issues where issue_id IN ();* 4) Check in items and be happy. This should work. Have a good o

Re: [Koha] error with z39.50

2017-12-11 Thread Pedro Amorim
configured one at a time. GL, Pedro Amorim On 11 December 2017 at 07:51, Johan Seyfferdt wrote: > Hello, sorry for asking another question > > We ran into another error this time with z39.50. > > We added several servers but when trying to use this service we get the > foll

Re: [Koha] SQL help please

2017-12-11 Thread Pedro Amorim
Hello Kerrie, This should work: Select title, author, i.itemcallnumber from biblio b Left join biblioitems bi on b.biblionumber=bi.biblionumber Left join items i on bi.biblionumber=i.biblionumber where i.barcode IN ("BARCODE1", "BARCODE2", "BARCODE3"); GL, Pedro

Re: [Koha] SQL help please

2017-12-13 Thread Pedro Amorim
This is awesome, Nick. I'm bookmarking this for future reference, thanks a lot! On 13 December 2017 at 15:27, Nick Clemens wrote: > This is a quite unfinished stub, but it aims to allow for letting you input > a list into a report: > https://github.com/bywatersolutions/koha-reports-plus > > On M

Re: [Koha] software error

2018-01-18 Thread Pedro Amorim
/wiki/DBMS_auto_increment_fix And this was the way I personally handled it: http://koha.1045719.n5.nabble.com/Salvaging-data-before-using-DBMS-auto-increment-fix-td5951803.html GL, Pedro Amorim On 18 January 2018 at 07:08, vinod kv wrote: > We hold one book for a user, after it was check in, we

Re: [Koha] SQL help - Bulk Card Number modification

2018-01-18 Thread Pedro Amorim
UPDATE borrowers SET cardnumber = borrowernumber WHERE cardnumber LIKE "TMP*"; If what I stated above is false and/or makes no sense, then ignore everything I said :) GL, Pedro Amorim On 18 January 2018 at 04:57, SATISH wrote: > Hi, > > With Koha 16.11.11 / P

Re: [Koha] Fwd: OAI question

2018-03-01 Thread Pedro Amorim
f you don't have a custom OAI-PMH::ConfFile system preference. If you need help with the conf-file, visit: https://tiketti.koha-suomi.fi:83/projects/mls/wiki/OAI-PMH-configuration GL, Pedro Amorim On 1 March 2018 at 19:37, Ricardo Ruiz wrote: > Hi All, > > There is some

[Koha] Z39.50 Bug -> marcxml_old on import_records table

2015-10-28 Thread Pedro Amorim
Hello, Version: Koha 3.2002000 My name is Pedro Amorim and I've been implementing Koha for the first time for the past couple of days now. This is a fresh package install. This is a bug (I think) I stumbled upon and this is how I solved it: When performing a Z39.50 search I kept getti

Re: [Koha] Z39.50 Bug -> marcxml_old on import_records table

2015-10-28 Thread Pedro Amorim
Also, some other thing to note: The mysql I'm running is 5.6.25. 2015-10-28 15:14 GMT-01:00 Pedro Amorim : > Hello, > > Version: Koha 3.2002000 > > My name is Pedro Amorim and I've been implementing Koha for the first time > for the past couple of days now. > &g

[Koha] Configuring smtp mail server to work with Koha

2015-10-30 Thread Pedro Amorim
provide some sort of guidelines on how to do this? Thank you very much, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Configuring smtp mail server to work with Koha

2015-10-30 Thread Pedro Amorim
't send any e-mail when I manually add a new patron. NOTE: 1) AutoEmailOpacUser is set to "send" in administration -> patrons; 2) All cronjobs were left as default. I also know they are running because my new records get indexed every 5 minutes. 2015-10-30 12:28 GMT-01:00 Pedro Am

Re: [Koha] Configuring smtp mail server to work with Koha

2015-10-30 Thread Pedro Amorim
t failed (Connection refused) no (more) retries! Cheers, Pedro Amorim 2015-10-30 13:21 GMT-01:00 Mark Tompsett : > Greetings, > > Assuming you installed using packages: > > http://wiki.koha-community.org/wiki/Commands_provided_by_the_Debian_packages#koha-email-enable > > GPML,

Re: [Koha] Configuring smtp mail server to work with Koha

2015-10-30 Thread Pedro Amorim
/process_message_queue.pl line 66 I do not know much about configuring mail servers, should I keep the Sendmail.pm file pointing to localhost and postfix takes care of the redirecting? Thanks again, Pedro Amorim 2015-10-30 13:57 GMT-01:00 Galen Charlton : > Hi, > > On Fri, Oct 30, 2015 at 10:40

Re: [Koha] Configuring smtp mail server to work with Koha

2015-10-30 Thread Pedro Amorim
Hello, I have solved the problem: Sendmail.pm needs to have smtp => 'localhost' and port => 25 and the e-mail notifications are now working. Thank you, Pedro Amorim 2015-10-30 14:23 GMT-01:00 Pedro Amorim : > Hello Galen, > > Thank you for your reply. > I have cha

[Koha] Error when staging MARC records for import

2015-10-31 Thread Pedro Amorim
ge-marc-import.pl [Sat Oct 31 13:06:24 2015] [error] [client 10.11.5.52] [Sat Oct 31 13:06:24 2015] stage-marc-import.pl: Filehandle STDOUT reopened as FH only for input at /usr/lib/perl5/Template/Provider.pm line 965., referer: http://10.13.54.70:8086/cgi-bin/koha/tools/stage-marc-import.pl Thanks, Pedro

Re: [Koha] Error when staging MARC records for import

2015-11-01 Thread Pedro Amorim
Which > version are you using? > > Can you share a record that has not imported correctly? > > Hope this helps, > > Katrin > > Am 31.10.2015 um 14:21 schrieb Pedro Amorim: > > Hello, > > > > I have been banging my head with this problem for the past coupl

Re: [Koha] Error when staging MARC records for import

2015-11-01 Thread Pedro Amorim
original .mrc file is application/octet-stream. Can this be the cause? If so, how can I solve it? The .mrc file I'm using was generated by MARCEdit. Thanks, Pedro 2015-11-01 15:42 GMT-01:00 Pedro Amorim : > Hello Katrin, > > Thank you for your reply! > > The errors logged

Re: [Koha] Error when staging MARC records for import

2015-11-01 Thread Pedro Amorim
e "no records have errors" and/or the loading bar not progressing is quite confusing. TL;DR: - Errors logged have nothing to do with the problem, they still log despite the fact the import is successfull; Thanks, Pedro 2015-11-01 17:28 GMT-01:00 Pedro Amorim : > Hello, > > U

Re: [Koha] "patron does not exist" error when adding new patron

2015-11-10 Thread Pedro Amorim
Hello wildness, Do you mind telling us what MySQL version you're using? 2015-11-07 1:27 GMT-01:00 wildness : > Additionally, I looked at the error logs and found a foreign key message > from > mysql: > "Cannot add or update a child row: a foriegn key constraint fails" > In the upper right h

[Koha] Koha parameters/implementation back-up

2015-11-13 Thread Pedro Amorim
Hello all, I was wondering if there is an easy way to back-up all the parameters from global preferences made in Koha (what database table, for example). As anyone done this before that can provide with some guidance? Besides global system preferences, any light on how to repeat the same process

[Koha] OAI-PMH metadata formats - New format other than marcxml or dublin core

2015-11-13 Thread Pedro Amorim
Hello all, I want to implement a new metadataformat for Koha other than the out-of-the-box marcxml and dublin core. On the administration panel I see the following: OAI-PMH:ConfFile If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode. In extended mode, it's

Re: [Koha] Installing Koha 3.22 with remote MySQL

2016-03-19 Thread Pedro Amorim
ation. Hope it helps, Pedro Amorim 2016-03-15 10:53 GMT-01:00 Hugo Agud : > Hi Galen > > Thanks for your feed back, and yes mysql remote server is accesible via > 'mysql --defaults-extra-file=/etc/mysql/koha-common.cnf' we also checked > this before send to the lis

Re: [Koha] Installing Koha 3.22 with remote MySQL

2016-03-19 Thread Pedro Amorim
That is true, The following elements in koha-conf.xml need to be checked and/or updated: Glad your problem is now solved, Pedro Amorim 2016-03-18 10:37 GMT-01:00 Hugo Agud : > yes, the instance was disabled by defaul > > It works now... the only issue is that it doens&#

[Koha] UNIMARC installation - copydate/pubdate not working for date range and sort by

2016-03-19 Thread Pedro Amorim
Hello, As the title says, I have Koha installed in UNIMARC and the date range and sort by 'publication date' are not working, at all, as if Koha was using some other field entirely. This is what I'm suspecting, Koha is not using 210$d (Publication date) to sort or limit results. The file record.a

[Koha] Fwd: UNIMARC installation - copydate/pubdate not working for date range and sort by

2016-03-22 Thread Pedro Amorim
this before or knows something about it? Thanks, Pedro Amorim -- Forwarded message ------ From: Pedro Amorim Date: 2016-03-18 18:42 GMT-01:00 Subject: UNIMARC installation - copydate/pubdate not working for date range and sort by To: Koha list Hello, As the title says, I ha

Re: [Koha] import excel file to koha

2016-03-22 Thread Pedro Amorim
l-to-xml/> After you have your XML data, you can transform to MARCXML using an XSL transformation. If someone knows a better / more efficient way to import Excel to Koha please do share. Pedro Amorim 2016-03-22 14:41 GMT-01:00 regina kivuyo : > hello thanks for assistant to install koha >

[Koha] OAI-PMH in 3.22

2016-04-05 Thread Pedro Amorim
else confirm this? Is this intentional? I have found nothing regarding this in the release notes. Thanks, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] OAI-PMH in 3.22

2016-04-05 Thread Pedro Amorim
i:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd";> Leads to me believe the file is the same but is now using the 'marc:collection' condition instead of the 'marc:record' condition.

[Koha] Koha OAI sets only working for small sets

2016-04-20 Thread Pedro Amorim
oai.pl and Sets.pm looking for maybe some limit on the number of records a set can have but found nothing. Does anyone have any information on this? Has someone tried to configure a medium/large oai set on Koha? Thank you, Pedro Amorim ___

Re: [Koha] Koha OAI sets only working for small sets

2016-04-20 Thread Pedro Amorim
False alarm, the problem was in the item type in question, not the number of records. Thanks, Pedro Amorim 2016-04-20 11:28 GMT+00:00 Pedro Amorim : > Hello all, > > I'm using Koha 3.22 with debian packages. > I've configured the OAI sets mappings and I'm trying s

[Koha] Using build_oai_sets.pl with embed items option

2016-04-21 Thread Pedro Amorim
ght be only considering the first item in a biblio, instead of checking all of them. Has anyone else come across this situation? Thanks, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Using build_oai_sets.pl with embed items option

2016-04-21 Thread Pedro Amorim
h record, in the wanted library. All others have items from several libraries, including the one I wanted. Hopefully someone will confirm this was a bug and it's solved by the code above. Thanks, Pedro Amorim 2016-04-21 15:09 GMT+00:00 Pedro Amorim : > Hello all, > > I'

Re: [Koha] Using build_oai_sets.pl with embed items option

2016-04-21 Thread Pedro Amorim
Hello Mirko, I have never done that before, would you please provide some information on how to do it? Thanks, Pedro Amorim 2016-04-21 18:30 GMT+00:00 Mirko Tietgen : > Hi Pedro, > > it would be fantastic if you could file a bug report[1] and add a > patch with your changes, so we

Re: [Koha] Using build_oai_sets.pl with embed items option

2016-04-22 Thread Pedro Amorim
branch 3.22; 2) Alter the code; 3) Submit the patch using git format-patch 4) Attach the diff in the bug tracker Is that it? Thank you, Pedro Amorim 2016-04-21 19:48 GMT+00:00 Mirko Tietgen : > Hi Pedro, > > there are different ways of setting up a dev environment. The > easiest setu

Re: [Koha] OAI-PMH in 3.22

2016-04-25 Thread Pedro Amorim
Hello Galen, Thank you very much! Pedro Amorim 2016-04-05 16:31 GMT+00:00 Galen Charlton : > Hi, > > On Tue, Apr 5, 2016 at 10:37 AM, Pedro Amorim > wrote: > > Leads to me believe the file is the same but is now using the > > 'marc:collection' condition inst

Re: [Koha] koha problem

2016-06-01 Thread Pedro Amorim
Hello regina, What about /var/log/apache2/error.log or /var/log/koha//intranet-error.log? 2016-06-01 7:44 GMT+00:00 regina kivuyo : > when i request koha through web it give the error > Internal Server Error > > The server encountered an internal error or misconfiguration and was unable > to com

Re: [Koha] koha problem

2016-06-01 Thread Pedro Amorim
Regina, I can't say I've seen any of these messages before. However, can you provide more information? 1) Koha version; 2) Is it installed through Debian packages? 3) Was Koha working before or is this happening right after installation? Cheers, Pedro Amorim 2016-06-01 9:38 GMT+00

[Koha] Using perl module Koha::Contrib::Tamil koha-auth

2016-08-12 Thread Pedro Amorim
e used this open source module before and how successfull where they? Thank you, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Using perl module Koha::Contrib::Tamil koha-auth

2016-08-16 Thread Pedro Amorim
some particular (indexing) configuration required? Please let me know if any of this makes sense. Thank you, Pedro Amorim 2016-08-13 6:55 GMT+00:00 Frédéric Demians : > > 1) For many biblios, the following message is presented: > > WARNING: authority not found -- 353.9(469)(094.4) &g

[Koha] Authority main heading indexing for UNIMARC

2016-08-22 Thread Pedro Amorim
@attr 1=Personal-name @attr 4=1 @attr 6=3 "amorim" Received ScanResponse 6 entries, position=1 Scan returned code 5 * Amorim (1) Pedro (1) Elapsed: 0.037127 The yaz results make it obvious the indexes are wrong and only indexing words, I think. --- Sorry for long post,

[Koha] Not able to change framework when editting biblio record

2016-09-28 Thread Pedro Amorim
en at: https://github.com/Koha-Community/Koha/commit/2628fdd8c4f8bb6f5d5d6a8f35646435ac1a1775 And now everything is working fine. Why is this happening though? Any thoughts? Thank you, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.

Re: [Koha] Not able to change framework when editting biblio record

2016-09-29 Thread Pedro Amorim
is is no longer happening. Guess it's a non issue then :) Thanks guys, Pedro Amorim 2016-09-29 7:09 GMT+00:00 Jonathan Druart < jonathan.dru...@bugs.koha-community.org>: > Hi Pedro, > > Have a look at bug 17206 - Can't switch to default framework > > Cheers

Re: [Koha] Koha 3.14 & Receipt (Slip) Printers

2016-10-12 Thread Pedro Amorim
y.org/wiki/Configure_Automatic_Receipt_Printing Are you able to provide your printer model? Regards, Pedro Amorim 2016-10-12 16:16 GMT+00:00 Chad Roseburg : > Hello Joel ~ > > We use Firefox for Koha circulation. For the receipt length: > >- Make sure all borders are zero >- Make

Re: [Koha] F5 Attacks

2016-10-26 Thread Pedro Amorim
t, by limiting the requests from the same origin with very little time between them. Still, even if I'm successful with this, the problem will still lie in Koha. Anyone with some sort of insight is very welcome. Pedro Amorim 2016-10-26 8:24 GMT+00:00 clint.deckard : > I have had this

Re: [Koha] F5 Attacks

2016-10-27 Thread Pedro Amorim
the solution I implemented and if you have any ideas of how this particular solution could be improved, or any other alternative solution you might have found more adaptable for your environment. Cheers, Pedro Amorim 2016-10-26 20:32 GMT+00:00 clint.deckard : > Thank you to everyone who replied

Re: [Koha] Data Migration from OLD koha 3.11 to new Koha 16.05

2016-11-02 Thread Pedro Amorim
Hello Anuj, First of all, I don't think you want/need to uninstall Koha, but if you must, as per the documentation: 1) sudo koha-remove 2) apt-get remove koha-common On the issue at hand, would you please provide additional information? 1) After you run the upgradedatabase.pl script does the upg

[Koha] New opac detail view for records

2016-11-10 Thread Pedro Amorim
done/attempted this before or at least if someone has some knowledge on what template files should I start and how to go about it. Thanks as always, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.

Re: [Koha] New opac detail view for records

2016-12-05 Thread Pedro Amorim
e) that need to mention these new files? Also, did you change the template files to show the new detail view option? Thanks again, Pedro Amorim 2016-11-28 16:48 GMT-01:00 Elaine Bradtke : > I agree with everything Fred said. It's taken quite a bit of testing and > retesting to change som

Re: [Koha] New opac detail view for records

2016-12-05 Thread Pedro Amorim
am looking for is the technique on how to add it, after that we can use XSL (similar to normal view) to create our own custom detail view. Thanks again, Pedro Amorim 2016-12-05 16:55 GMT-01:00 King, Fred : > Sorry about the site being down. I rebooted the server and it’s working > again. O

[Koha] Koha training and certification

2016-12-13 Thread Pedro Amorim
ming, Koha command line utilities, Zebra indexing and configuration, database schema, etc) as well as at a user level (How to perform an advanced search, how to catalog, using the circulation module, using the acquisitions module, system preferences and so on and so forth). As always thanks a bunch, Pe

Re: [Koha] Not able to send email alerts

2016-12-13 Thread Pedro Amorim
/process_message_queue.pl <http://process_message_queue.pl> -v* 1) It will hopefully show some human-friendly message pointing to why it failed or 2) It will run successfully and your problem probably lies in your cronjob configuration. Hope this can help. Cheers, Pedro Amorim 2016-12-13 10:06 GMT

Re: [Koha] Hiding/displaying fields in the OPAC.

2016-12-15 Thread Pedro Amorim
d to have any special xsl knowledge - of course if you do, you can do a lot more and be a lot more specific about what and how things are being rendered. Hope this helps. Regards, Pedro Amorim 2016-12-15 15:05 GMT-01:00 R. A. Muñoz Gómez : > Hello everyone! > > I was wondering if anyone

Re: [Koha] Hiding/displaying fields in the OPAC.

2016-12-15 Thread Pedro Amorim
Just realized the links I shared are from a forked repository. The file for reference in the official repository is: https://github.com/Koha-Community/Koha/blob/master/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl Good luck, Pedro Amorim 2016-12-15 16:58 GMT-01:00 Pedro

Re: [Koha] Apache2 Service problem with koha

2016-12-16 Thread Pedro Amorim
better in advising. Cheers, Pedro Amorim 2016-12-16 1:39 GMT-01:00 Decka David : > Dear Community, > > How can I solve this problem after restarting the apache2 service which I > got this result: > $ sudo service apache2 restart > * Restarting web server > apache2 > AH

[Koha] Barcode length

2017-01-09 Thread Pedro Amorim
this field length? As so: *ALTER TABLE items MODIFY barcode VARCHAR(40);* What sort of problems can this cause in the future? Do I have to apply this change everytime I update Koha to a newer version? Thanks a bunch, Pedro Amorim ___ Koha mailing

Re: [Koha] Barcode length

2017-01-10 Thread Pedro Amorim
ecommended in 99% of the situations. Thanks again, Pedro Amorim 2017-01-09 22:48 GMT-01:00 Mark Tompsett : > Greetings, > > This question reminded of of a blog entry. > http://blog.l2c2.co.in/index.php/2016/09/12/down-the- > rabbit-hole-making-cardnumber-field-in-koha-longer-th

Re: [Koha] Circulation and no barcode in library

2017-01-13 Thread Pedro Amorim
have to verify the barcode in order to check out the correct item. This could be an interesting feature to have for libraries without scanners though. Maybe someone else has already experienced this and can provide you with additional information. Best of luck, Pedro Amorim 2017-01-13 12:07 G

Re: [Koha] Circulation and no barcode in library

2017-01-13 Thread Pedro Amorim
Thanks for stepping in and correcting me Marc, I was unaware of that system preference and functionality in Koha. I've tried it and works great. Cheers, Pedro Amorim ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz

Re: [Koha] Circulation and no barcode in library

2017-01-13 Thread Pedro Amorim
Oh you're right he only sent it to me probably by mistake as he was addressing to you. Have a good one, Hughes Quoting Marc: - Hello Hughes, Have a look at system preference itemBarcodeFallbackSearch [Enable] the automatic use of a keyword catalog search if the phrase entered as a

Re: [Koha] To hide empty biblio records in OPAC

2017-02-07 Thread Pedro Amorim
e to full reindex: *koha-rebuild-zebra -v -f * Hope this helps, good luck! Pedro Amorim 2017-02-07 13:38 GMT-01:00 Joy Nelson : > Lukasz - > You need access to the server command line in order to reindex. I'm not > positive about that command you pasted. My knowledge is more da

Re: [Koha] Koha catalogue search

2017-02-14 Thread Pedro Amorim
y.org/wiki/Koha_on_Debian doesn't mention this, and will default to marc21 even if you select unimarc on the web installer (at least it did for version 3.22). Debian commands (koha-create): https://wiki.koha-community.org/wiki/Commands_provided_by_the_Debian_packages#koha-create Good luck

Re: [Koha] Fwd: No results with the advanced search

2017-02-16 Thread Pedro Amorim
* flag will make it verbose and show you the progress and the *-f* tells the task it's a full reindex. This may take a while depending on the size of your catalog. Good luck, Pedro Amorim 2017-02-16 15:46 GMT-01:00 Luis Moises Rojas : > Sorry, > The error is rebuild-zebra is re

Re: [Koha] CSS for OPAC login form

2017-03-10 Thread Pedro Amorim
bly a mix of how padding adds to the width of the element, the default input element behaviour and some responsive css that got forgotten. Good luck, Pedro Amorim 2017-03-10 10:51 GMT-01:00 Contact Orielstar : > Hi Folks, > > I am trying to put a border around the login form on the

Re: [Koha] CSS for OPAC login form

2017-03-10 Thread Pedro Amorim
No problem, Dave. I'm glad I could help. Please do respond to the list in the future, so others now your problem as been solved by the suggestion above. Have a good one, Pedro Amorim 2017-03-10 12:54 GMT-01:00 Contact Orielstar : > Hi Pedro, > > Thanks so much for your help! I

Re: [Koha] Search by Title 245 subfields $a $b only

2017-03-10 Thread Pedro Amorim
* * 250 melm 780Title,Title:p,Title-former,Related-periodical* Try removing the corresponding line where the 780$t is defined, and perform a full reindex of zebra before you try testing any search. Repeat for other fields you might need to tweak. Best of luck, Pedro Amorim Repost of origina

Re: [Koha] Error creating identification card

2017-03-10 Thread Pedro Amorim
other? Have a good one, Pedro Amorim 2017-03-10 14:37 GMT-01:00 Luis Moises Rojas : > Hi, > We are using koha 16.11.04. > We are trying to create a new identification card (we already have one > created), with a superuser, but we have: Warning, not permission. > > Why? > >

Re: [Koha] Error creating identification card

2017-03-10 Thread Pedro Amorim
t; What was the user who created the first? Can the user create another?: it > was a power user and it is the same user now. No, can not create a new > want now. > > > > On Fri, Mar 10, 2017 at 11:55 AM, Pedro Amorim > wrote: > >> Hello Luis, >> >> Can yo

Re: [Koha] Error creating identification card

2017-03-10 Thread Pedro Amorim
and in what screen does it > show?: See attached file > Login screen? : NO > Patron card creator screen?: YES > > On Fri, Mar 10, 2017 at 12:14 PM, Pedro Amorim > wrote: > >> Hello Luis, >> >> What exactly is the message being presented and in what screen does