[Koha] Is Koha plugin system safe?

2020-04-16 Thread Michał Dudzik
The koha plug-in system enables easy system expansion with an additional non-standard function. I have received several queries from librarians about the security of the plug-in system. Personally, I have not observed any problems, so I would like to ask if using the plug-in system is safe? Regard

Re: [Koha] TMP directory configuration

2018-10-19 Thread Michał Dudzik
Helo Przemek, add this tag in koha-conf.xml /var/lib/koha//tmp Regards Michał Dudzik -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https

Re: [Koha] problem logging in

2018-10-26 Thread Michał Dudzik
Hi Ronald, if you have a Koha 18.05 look this post - http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.html <http://koha.1045719.n5.nabble.com/Forgotten-Stuff-Login-Password-td5981459.html> Regards Michał Dudzik -- Sent from: http://koha.1045719.n5.nabble.co

Re: [Koha] problem logging in

2018-10-26 Thread Michał Dudzik
Login and password from koha-conf.xml it is no longer possible login into Koha staff. Script create_superlibrarian.pl creates koha new user with rights superlibrarian - log in from this acount. What version KOHA you have? Regards Michał Dudzik -- Sent from: http://koha.1045719.n5.nabble.com

[Koha] Facets wrong Refine search - bug?

2015-01-07 Thread Michał Dudzik
png <http://koha.1045719.n5.nabble.com/file/n5823959/2.png> ) i got the same result without refine. Regards Michał Dudzik -- View this message in context: http://koha.1045719.n5.nabble.com/Facets-wrong-Refine-search-bug-tp5823959.html Sent from the Koha-general mailing list

Re: [Koha] Importing Authority data

2015-01-21 Thread Michał Dudzik
Hi, to link authority to biblios use perl script link_bibs_to_authorities.pl (default - /usr/share/koha/bin/). I hope this helps Regards Michał Dudzik Rivikantha Herath-2 wrote > Dear all, > My name is Rivikantha and I work as a computer programmer inUniversity of > Peradeniya mai

Re: [Koha] advanced search in staff mode

2015-01-21 Thread Michał Dudzik
Hi, If I understand correctly you want to search in their declared MARC fields . Yes is it possible but you must add field to index zebra and a simple change in advanced template. Post exact example and I try to help. Regards Michał Dudzik John Harrison wrote > Is it possible for the "

Re: [Koha] Facets missing on fresh dev install of 3.18.3

2015-01-29 Thread Michał Dudzik
file Koha.pm (default /usr/share/koha/lib/C4/). Regards Michał Dudzik Cindy Murdock Ames wrote > Hi all, > > I'm working on setting up a new server with a fresh dev install of 3.18.3 > (well, it was a fresh install of 3.18.2 last week but I've updated it) > using a copy

Re: [Koha] Koha Virtual Keyboard

2015-02-24 Thread Michał Dudzik
Hi, look at http://www.greywyvern.com/code/javascript/keyboard . If you will a problem, let me know. Regards Michal Muhammad Naveed wrote > Dear Professionals  I want to add Koha > Virtual keyboard for Urdu,

[Koha] Odp: Re: Claim mail is not sent to Vendor - KOHA 16.05.02

2016-08-25 Thread Michał Dudzik
Hi Jonathan, If the problem lies in the configuration MTA is very strange becouse other messages (Item due, Advance notice, Hold filled etc,) sends OK. Problem exist only when I want sent claim email to Vendor. Thank you for the quicky reply. Regards Kamil

Re: [Koha] Koha 3.20 - 3.22 - 16.5: which release is better?

2016-09-03 Thread Michał Dudzik
Hi, I thinking the best way is upgrade to current stable release because It has new features and will be supported longer. Regards Michał -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-3-20-3-22-16-5-which-release-is-better-tp5902130p5902133.html Sent from the Koha-gen

Re: [Koha] Software error in memberentry.pl

2016-09-26 Thread Michał Dudzik
Hi, look bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16996 Regards Michał Dudzik -- View this message in context: http://koha.1045719.n5.nabble.com/Software-error-in-memberentry-pl-tp5904886p5904893.html Sent from the Koha-general mailing list archive at Nabble.com

[Koha] OPAC self registration - userid non-Latin characters problem

2016-10-03 Thread Michał Dudzik
Hi, when a user registrates from OPAC, KOHA generates login automatically (firstname.surname). If login has non-Latin characters, it changes them to character "x". Where can I search for the reason? KOHA 16.05.03 PERL 5.020002 Linux koha 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-

Re: [Koha] OPAC self registration - userid non-Latin characters problem

2016-10-04 Thread Michał Dudzik
I thought about HTML::Entities. Thx Jonathan Regards, Michax :) -- View this message in context: http://koha.1045719.n5.nabble.com/OPAC-self-registration-userid-non-Latin-characters-problem-tp5905724p5905807.html Sent from the Koha-general mailing list archive at Nabble.com. _

Re: [Koha] problem with searching in version 3.8 and master

2013-11-22 Thread Michał Dudzik
This patch solves the problem http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9578 -- View this message in context: http://koha.1045719.n5.nabble.com/problem-with-searching-in-version-3-8-and-master-tp5741508p5779009.html Sent from the Koha-general mailing list archive at Nabble.com.

Re: [Koha] How to enable patron login in OPAC

2014-01-21 Thread Michał Dudzik
The easiest write a simple php script that generates a password (md5) and stores the mysql database. I also recommend adding information for each user to change the password. If you have any questions, write to email I'll try to help you. Regards Michal Dudzik -- View this message in context: h

Re: [Koha] How to print slip with institute logo

2014-01-24 Thread Michał Dudzik
Helo, I think it is possible, go the tools -> Notices and Slips and edit notification. Paste simple HTML code example and remember you must select HTML message. Greetings -- View this message in context: http://koha.1045719.n5.nabble.com/Re-How-to-print-checked-out-items-and-news-from-t

Re: [Koha] Where are subject headings ( field 650$a) stored in in Koha database

2014-04-14 Thread Michał Dudzik
Hi, look in biblioitems-> marcxml. Greets Michał Dudzik -- View this message in context: http://koha.1045719.n5.nabble.com/Where-are-subject-headings-field-650-a-stored-in-in-Koha-database-tp5794003p5794016.html Sent from the Koha-general mailing list archive at Nabble.

[Koha] KOHA Cataloging (Authorities) Problem - bug?

2014-08-23 Thread Michał Dudzik
Hello, I noticed a problem when cataloging using Authorities. For example, in the authority types UNIF_TITLE is the value of "test" (630$9 374) and in authority types CHRON_TERM has a value of "test" (648$9 375) (pic before.jpg ) after

Re: [Koha] KOHA Cataloging (Authorities) Problem - bug?

2014-08-25 Thread Michał Dudzik
Hi Janusz, thanks very much for your replies to my questions, you're right, when CatalogModuleRelink is Off everything is ok. I add to bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12814 Regards Michał -- View th

Re: [Koha] install koha

2014-09-01 Thread Michał Dudzik
Hi, see this link http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=INSTALL.ubuntu;hb=HEAD and try install Tarball. Regards Michał gopiii wrote > i tried these links > http://wiki.koha-community.org/wi

Re: [Koha] install koha

2014-09-01 Thread Michał Dudzik
Most likely no perl modules. Check for packages PERL needed for KOHA - /perl koha_perl_deps.pl -m -u/ Install missing - /sudo cpan / Regards Michał gopiii wrote > By default, Koha can be installed in one of three ways: > > standard: Install files in conformance with the Filesystem >

Re: [Koha] Koha Password Problum

2014-09-02 Thread Michał Dudzik
Hi, Khayam Shah quickest way is login a root in terminal and change password for acount. Regards Michał -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Password-Problum-tp5810458p5810461.html Sent from the Koha-general mailing list archive at Nabble.com. ___

Re: [Koha] Chronological Term as authority

2014-09-08 Thread Michał Dudzik
Hi, I think there is no defined fields 648 in zebra - biblios. If you use MARC21 edit files biblio-koha-indexdefs.xml, biblio-zebra-indexdefs.xsl, record.abs in /etc/koha/zebradb/marc_defs/marc21/biblios and add filed 648 to index. Redargs Michał Smilauer wrote > Hi to all,  > > has anybody us

[Koha] Problem encoding characters in link "Back to results" - Bug

2014-09-15 Thread Michał Dudzik
Hi, found problem about encoding characters link Back to results in opac-detail when search word have characters: ć, ą, ä, ö, ü, etc. Look in file001.png If search characters - ć gets this text ć I tested in koha 3.16 and master R

Re: [Koha] Problem encoding characters in link "Back to results" - Bug

2014-09-16 Thread Michał Dudzik
me, same server (http://snag.gy/Do0sN.jpg) > Perhaps browser configuration? > > Bernardo > > > -- > Bernardo Gonzalez Kriegel > bgkriegel@ > > On Mon, Sep 15, 2014 at 5:11 PM, Chris Cormack < > chrisc@.net > > > wrote: > >> * Michał Du

Re: [Koha] Problem encoding characters in link "Back to results" - Bug

2014-09-16 Thread Michał Dudzik
Add to bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12925 -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-encoding-characters-in-link-Back-to-results-Bug-tp5811687p5811769.html Sent fr

Re: [Koha] Problem encoding characters in link "Back to results" - Bug

2014-09-21 Thread Michał Dudzik
inese characters and Arabic - think that with all characters. Thanks a lot Regards Michał Dudzik Bernardo Gonzalez Kriegel-2 wrote > Hi Michal, > > On Tue, Sep 16, 2014 at 3:55 AM, Michał Dudzik < > dudzikmichal@ > > wrote: > >> Hi Bernardo, >> this is ok (h

Re: [Koha] Problem encoding characters in link "Back to results" - Bug

2014-09-21 Thread Michał Dudzik
found a solution (bug 11515) this fixes problem about encoding on opac-detail Regards Michał Dudzik -- View this message in context: http://koha.1045719.n5.nabble.com/Problem-encoding-characters-in-link-Back-to-results-Bug-tp5811687p5812239.html Sent from the Koha-general mailing list archive

Re: [Koha] Error adding item

2014-09-22 Thread Michał Dudzik
Hi, what version of Koha you use? What is in log? Regards Michał Dudzik -- View this message in context: http://koha.1045719.n5.nabble.com/Error-adding-item-tp5812422p5812456.html Sent from the Koha-general mailing list archive at Nabble.com

Re: [Koha] error update database 3.14 to 3.16

2014-09-25 Thread Michał Dudzik
Hi, try update perl modules. regards Michał Mohamed Fekry Negm-2 wrote > hi > i'm finished upgrading koha database 3.14 to 3.16 , every thing likes > good except when search in checkout box with ID i get that error > Software error:Can't use an undefined value as an ARRAY reference at > /usr/lo

Re: [Koha] Error adding item

2014-09-25 Thread Michał Dudzik
Hi, what are you do before exist problem ? Are you upgrade koha? In Log is error zerba. Regards Michał wslyhbb wrote > Hi, > I am using 3.14.10. The koha-error_log is empty, the koha-zebradaemon.err > log has the following: > 15:18:43-21/09 zebrasrv(26) [session] Session - OK 26 > unix:/var/run

Re: [Koha] Reindexing after switching from GRS1 to DOM

2014-12-09 Thread Michał Dudzik
Hi, It is first time indexing when you changed method from GRS1 to DOM? What version of Koha you have?What is in the logs? Look in koha-conf.xml everything is change to DOM. http://wiki.koha-community.org/wiki/Switching_to_dom_indexing Regards Michał Dudzik -- View this message in context

Re: [Koha] make test failed 3.18.0

2014-12-09 Thread Michał Dudzik
Hi, Are all the required Perl modules are installed? Perl 5.10 is required! Try install from packages http://wiki.koha-community.org/wiki/Debian Regards Michał Dudzik wslyhbb wrote > Hi, > When I run make test, two tests fail: > t/Creators.t 3/16 ERRO

Re: [Koha] Site Koha does not exist

2014-12-16 Thread Michał Dudzik
Hi, I think that it might help http://koha.1045719.n5.nabble.com/Getting-error-site-library-does-not-exist-td5818353.html http://ubuntuforums.org/showthread.php?t=2100563 Regards Michał Dudzik Kumar M, Anil (GE Global Research) wrote > Hi > > I have Installed Ubuntu 14.0 LTS but I am