Re: [Koha] How to Get Active logged in User Details Based on Sessions Running on Client machines

2014-06-19 Thread Jonathan Druart
Hello, If I correctly understand, you want to retrieve the email address of the logged in user. Technically, you can do something like: my $logged_in_user_infos = C4::Members::GerMember( borrowernumber => $loggedinuser ); with $loggedinuser the variable returned by get_template_and_user. Since

[Koha] How to Get Active logged in User Details Based on Sessions Running on Client machines

2014-06-19 Thread Arun Kumar
Hello Indranil, I appreciate your esteem to help towards the matter. i have developed modular patches according to our workflow, so perl programming isnt a issue, How is the codebase of the new version differ from the existing 3.12 that we're up for My question still remain unanswered if you hav

[Koha] How to Get Active logged in User Details Based on Sessions Running on Client machines

2014-06-19 Thread Arun Kumar
hi Jonathan, Thanks for your support, I did expected a Technical answer though i didn't where to post my question i did try the snippet you sent before by passing the HASH keys into get_template_and_user function but had no results since i used my ( $template, $loggedinuser, $cookie, $flags ) =

Re: [Koha] Please Add as Koha support provider list

2014-06-19 Thread Jonathan Druart
Hello, I have seen on your website the following: "We have vast experience in Software development for Koha ILS. Our team is well versed & experienced. We have developed as per client's requirement which was deployed as full fledged ILS functionality. We have expertise in providing Opac customizat

Re: [Koha] Please Add as Koha support provider list

2014-06-19 Thread Mayank Srivastava
Hi Jonathan, Thanks for the reply, We are re-doing the content on the website. Will get back, when done! Regards Mayank Srivastava On Thu, Jun 19, 2014 at 1:27 PM, Jonathan Druart < jonathan.dru...@biblibre.com> wrote: > Hello, > > I have seen on your website the following: > "We have vast exp

Re: [Koha] How to Get Active logged in User Details Based on Sessions Running on Client machines

2014-06-19 Thread Jonathan Druart
get_template_and_user should be used in perl script (.pl). I don't really understand what you are trying to do. The process_message_queue.pl is a cron script and there is no "logged in user" in a terminal :) 2014-06-19 9:52 GMT+02:00 Arun Kumar : > hi Jonathan, > > Thanks for your support, I did e

Re: [Koha] How to Get Active logged in User Details Based on Sessions Running on Client machines

2014-06-19 Thread Mason James
On 2014-06-19, at 7:52 PM, Arun Kumar wrote: > hi Jonathan, > > Thanks for your support, I did expected a Technical answer though i didn't > where to post my question for technical questions, try the koha-devel mailing list http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel

[Koha] Zebra Rebuild error...

2014-06-19 Thread Layale Bassil
Hello, I am using Koha 3.14 and importing data into it. Everything was working properly until I tried to rebuild zebra after having around 19000 records and I got the following error (a part of the error): *** stack smashing detected ***: zebraidx terminated === Backtrace: = /lib/x8

Re: [Koha] Zebra Rebuild error...

2014-06-19 Thread Arslan Farooq
Hi Layale, It's always a good idea to include details about Koha set-up such as whether it is a package install or tarball install. Also are you on Ubuntu? I'm asking as it might help others troubleshoot the problem... because a quick Google revealed this http://koha.1045719.n5.nabble.com/Stack-Sm

[Koha] On import frameworks

2014-06-19 Thread zolot
Hi, Koha-users ! 1) Does "import the framework" mean "to copy" or "to move" it ? 2) What does it mean the word "another" in the proposition: "An easy way to create a new framework is to import it from another Koha database" ? Is it a database from other Koha installation ? Or, maybe

Re: [Koha] On import frameworks

2014-06-19 Thread Nicole Engard
On Thu, Jun 19, 2014 at 5:31 AM, zolot wrote: > Hi, Koha-users ! > > > > 1) Does "import the framework" mean "to copy" or "to move" it ? > It means to create a new framework by grabbing it from somewhere else. So you have a framework that some else created and you add it to your system by import

[Koha] Notifications Messaging and “Patron category administration”

2014-06-19 Thread Mohammad Nashbat
Hi all, We are running Koha 3.14.05 on debian3.2 connected with our ldap, we fixed our “Patron category administration” to do the messaging but whenever a new user login to Koha his account is created correct but the messaging is unchecked, while we did check them under “Patron category adminis

Re: [Koha] Zebra Rebuild error...

2014-06-19 Thread Phillip Ponchot
Have you ever rebuilt Koha Zebra before? The errors that you're getting reminds me of the first time I tried to rebuild zebra (ubuntu ). There was a rights issue. To rebuild zebra on ubuntu you have to use sudo -s with the rebuild command or you get a ton of errors and a failure. Hope thi

[Koha] Dymo LabelWriters???

2014-06-19 Thread Lincoln County Bookmobile
Does anyone know if it is possible for KOHA to be set up to print spine labels to a Dymo LabelWriter Twin Turbo? Thanks Katie Zipperer Director Lincoln County Bookmobile Limon CO 80828 lcbookmob...@yahoo.com ___ Koha mailing list http://koha-community.

[Koha] Dymo LabelWriter

2014-06-19 Thread Dianna Roberts
Hi Katie, We had been using one until last year when we lost the connection after a network upgrade and didn't bother to restore it as we're now using the same printer that does our routing list slips. Unfortunately I can't remember how we first set it up, whether or it was done by our own IT

Re: [Koha] Notifications Messaging and “Patron category administration”

2014-06-19 Thread binu
Hello Nashbat, There is bug for this filed for patrons who are self-registering. Check this out : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11693 I also found a different bug for LDAP, which is for 3.12 version, may be it still exists in 3.14. http://bugs.koha-community.org/bugzil