Re: [Koha] koha stop working after enabling plack

2018-08-16 Thread Alvaro Cornejo
Hi Tomas Thanks for your answer. This is the result of the pm commnad: aco@Celacp:~$ aco@Celacp:~$ pmvers Mojolicious 7.21 aco@Celacp:~$ pmvers JSON::Validator 0.97 aco@Celacp:~$ aco@Celacp:~$ sudo more /etc/apt/sources.list.d/koha.list deb http://debian.koha-community.org/koha stable main aco@C

Re: [Koha] Login proplem

2018-08-16 Thread Arshad Iqbal
Thanks sir for your response problem has been solved On Aug 16, 2018 8:37 PM, "Jonathan Druart" < jonathan.dru...@bugs.koha-community.org> wrote: > Hi Arshad, > > What's the value of the system preference FailedLoginAttempts? > The number of login attempts are stored in the table > borrowers.login

Re: [Koha] Duplicate ISBN report modification

2018-08-16 Thread Barton Chittenden
Cab, would you mind adding that to the 'Catalog/Bibliographic Reports' section of the Koha wiki? https://wiki.koha-community.org/wiki/SQL_Reports_Library#Catalog.2FBibliographic_Reports I'm sure that others would use that. Thanks! --Barton On Thu, Aug 16, 2018 at 10:33 AM, Cab Vinton wrote:

[Koha] how to maintain bilingual site. customizing left menu items in search results

2018-08-16 Thread Vano Tsertsvadze
Dear friends, I'm writing from Georgian Institute of Public Affairs, we just installed koha 3.20 version, made some customization and added items in the library catalog for students purposes. Here are my two questions for this moment. The first is how to customize left menu items in search results

Re: [Koha] Login proplem

2018-08-16 Thread Jonathan Druart
Hi Arshad, What's the value of the system preference FailedLoginAttempts? The number of login attempts are stored in the table borrowers.login_attempts, when it reaches the value of the syspref, the account is locked. You should reset the password, or manually adjust these values to unlock it. Re

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

[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] Duplicate ISBN report modification

2018-08-16 Thread Cab Vinton
Many thanks, Barton. I think that may have done it! I added an ISBN check (i.isbn not null or empty string) as otherwise the report was pulling many false duplicates. Will have some happy catalogers now :-) All best, Cab Vinton Plaistow Public Library On Thu, Aug 16, 2018 at 9:48 AM, Barton C

Re: [Koha] Duplicate ISBN report modification

2018-08-16 Thread Barton Chittenden
On Tue, Aug 14, 2018, 11:29 AM Cab Vinton wrote: > Hi, All -- > > We're using the following report to identify records w/ duplicate ISBNs. > > SELECT GROUP_CONCAT(b.biblionumber SEPARATOR ', ') AS biblionumbers, > b.title, b.author, GROUP_CONCAT(i.isbn SEPARATOR ', ') AS isbns > FROM biblio b > L

[Koha] Request for issue-return mail for students ( Koha )

2018-08-16 Thread Rajesh Shelar
Dear all, Please send me procedure of koha through mail for students ( Library material issue-return ) -- *Thanks & Regards* *Mr. Rajesh R.Shelar* *Sadhu Vaswani Institute Of Management Studies For Girl's ( MBA )* *Koregaon Road,Pune* *Mob.No.8380941380* *Save Water..Conserve Life

[Koha] New OPAC CSS suggestion

2018-08-16 Thread Claire Gravely
Hi all, At the Marseille Hackfest this year Owen and I discussed modernising the look of the Koha OPAC. I have written a patch with a suggestion for updated styling, which can be found on bug 20554 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20554. Functionality of the OPAC ha

Re: [Koha] Duplicate ISBN report modification

2018-08-16 Thread MJ Ray
On Wed, 15 Aug 2018 09:43:50 -0400 Cab Vinton wrote: > Figured a subquery would work as a way to first restrict the results > to records where Branch A owns at least one copy, & then to perform > the search for duplicate records on the resulting subset. Oh I see. So do you mean something like S

Re: [Koha] Arabic Koha 18.05 User Manuals are readily available for Koha Users worldwide

2018-08-16 Thread Massoud Alshareef
Hello Anthony, I am coping Dina Hashim, our Koha translation manager, to get her feed back on the Koha manual translation. The Arabic translation files for Koha 18.05 ( http://translate.koha-community.org/ar/18.05/) hae already been complete before 18.05 launching date if I can recall. BTW, the

Re: [Koha] Arabic Koha 18.05 User Manuals are readily available for Koha Users worldwide

2018-08-16 Thread Anthony Mao
Hi Massoud, Would you mind update this page? There are several entries still in critical and/or incomplete condition. http://translate.koha-community.org/ar/man18.05/ 2018-08-15 1:52 GMT+08:00 Massoud Alshareef : > Hello Koha Community Friends > > KnowledgeWare Technologies is happy to announce

Re: [Koha] koha stop working after enabling plack

2018-08-16 Thread Tomas Cohen Arazi
Also, make sure your /etc/apt/sources.list.d/koha.list file contains deb http://debian.koha-community.org/koha 17.05 main El jue., 16 ago. 2018 a las 5:48, Tomas Cohen Arazi () escribió: > Can u run this: > > $ sudo apt install pmtools > $ pmvers Mojolicious > $ pmvers JSON::Validator > > and p

Re: [Koha] koha stop working after enabling plack

2018-08-16 Thread Tomas Cohen Arazi
Can u run this: $ sudo apt install pmtools $ pmvers Mojolicious $ pmvers JSON::Validator and paste the output? El jue., 16 ago. 2018 a las 2:07, Alvaro Cornejo () escribió: > Hi > > This is what I get from plack-error.log: > > aco@Celacp:/var/log/koha/biblioteca$ sudo more plack-error.log > Pro