Re: [Koha] Koha 18.05.00.000: Search in Group of Libraries not working after upgrade

2018-05-30 Thread Jonathan Druart
This is a bug, I am going to provide a patch on bug 20838 very soon. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20838 On Wed, 30 May 2018 at 14:07 Ata ur Rehman wrote: > Dear Druart / All > > Thank you very much for response. There was no error during upgrade > process. My grou

Re: [Koha] SQL report for list of authorities with occurrences

2018-05-30 Thread Andreas Roussos
Dear Caterina, Try pasting the following SQL into a Koha report, it should give you the number of occurrences per authority. Please bear in mind that I made the following assumptions: (a) your Topical Subject authorities go in UNIMARC field 606 of your biblios (b) you have no more than 5 subjects

Re: [Koha] Self-Registering Patrons allowed to choose -any- patroncategory?

2018-05-30 Thread Mark Tompsett
Greetings, > Except that on the self-registration screen, the new patron is allowed to > choose whatever patron category he wishes, including those that should be > staff or admin only. It should also be noted that patron category has nothing to do with system permissions. So fear not, if that i

Re: [Koha] Koha 18.05.00.000: Search in Group of Libraries not working after upgrade

2018-05-30 Thread Ata ur Rehman
Dear Druart / All Thank you very much for response. There was no error during upgrade process. My groups of libraries look as given in screenshots at the following links: /cgi-bin/koha/admin/library_groups.pl: https://ibb.co/gJbndJ Search results when I search in All Libraries: https://ibb.co

Re: [Koha] SQL report for list of authorities with occurrences

2018-05-30 Thread Caterina Sansone
Dear Andreas, Thank you for your answer. By "cleaning the indexes" I mean pruning doubles. For instance, we have a lot of redundant keywords with the same term in singlular or plural (for instance : "immigrant" and "immigrants") that I would like to merge. I should also say that my background

Re: [Koha] help me auto increment issue to be fixed

2018-05-30 Thread Jonathan Druart
Hello, Did you read the wiki page? Do you understand the problem? Regards, Jonathan On Wed, 30 May 2018 at 04:28 takan bhatt wrote: > Data problems > > Some of your tables have problems with their auto_increment values which > may lead to data loss. > > *You should not ignore this warning.* >

Re: [Koha] Koha 18.05.00.000: Search in Group of Libraries not working after upgrade

2018-05-30 Thread Jonathan Druart
Hello Ata, Did you get an error during the upgrade process? How does look like the Library groups view, can you share a screenshot? /cgi-bin/koha/admin/library_groups.pl Regards, Jonathan On Wed, 30 May 2018 at 01:54 Ata ur Rehman wrote: > Dear All > > After upgrading to 18.05.00 from 17.11, s

Re: [Koha] Lost password

2018-05-30 Thread Tomas Cohen Arazi
Users in the deletedborrowers table were not able to login anyway. As you mentioned the user/pass on an XML file, I assume you are talking about the DB user. El mié., 30 may. 2018 a las 10:22, takan bhatt () escribió: > Thanks a lot all the experts... I will try as per directed here. It is a > le

Re: [Koha] Lost password

2018-05-30 Thread takan bhatt
Thanks a lot all the experts... I will try as per directed here. It is a learning for me. Actually, I was trying to find out solution for auto increments... from a blog I deleted Issues and borrower as a borrower was showing in deleteborrower in about (in both the tables). I know ID and password. i

Re: [Koha] Lost password

2018-05-30 Thread Tomas Cohen Arazi
As stated in the release notes, it is no longer possible to log in with the DB credentials. You need to create a superlibrarian user using the create_superlibrarian.pl script like this: $ sudo koha-shell instance $ /usr/share/koha/bin/devel/create_superlibrarian.pl Regards El mié., 30 may. 201

Re: [Koha] Lost password

2018-05-30 Thread Michael Kuhn
Hi Rajesh > I have upgraded to 18.05 > unfortunately, to remove auto increment, I deleted borrowers and old > issues. after that, I am trying to open koha with my Id and password > but not accepting. In old version (17.11), It was remain stored in xml > file and with user ID koha_library and pass

[Koha] Single Sign-On via Drupal

2018-05-30 Thread Michael Kuhn
Hi The KDZ Zentrum für Verwaltungsforschung in Vienna (Austria) is trying to connect Koha to the user database of a Drupal 7 instance via CAS. The goal would be to have a Single Sign-On / SSO solution with the user database of Drupal. No Koha-only user accounts would be required. At the mome

[Koha] Lost password

2018-05-30 Thread takan bhatt
Sir/Madam, I have upgraded to 18.05 unfortunately, to remove auto increment, I deleted borrowers and old issues. after that, I am trying to open koha with my Id and password but not accepting. In old version (17.11), It was remain stored in xml file and with user ID koha_library and password we we

Re: [Koha] New Google Group for Koha and EDS users

2018-05-30 Thread Narcis Garcia
Instead of Google groups: https://en.wikipedia.org/wiki/Sympa https://en.wikipedia.org/wiki/Discourse_(software) https://en.wikipedia.org/wiki/GroupServer https://en.wikipedia.org/wiki/GNU_Mailman I don't know about https://en.wikipedia.org/wiki/EBSCO_Industries El 30/05/18 a les 09:40, Anthony

Re: [Koha] SQL report for list of authorities with occurrences

2018-05-30 Thread Andreas Roussos
Dear Caterina, When you say "clean the indexes", do you mean finding _unused_ subject authority records and removing them? If the answer is "yes", have a look at the following thread: https://lists.katipo.co.nz/pipermail/koha/2017-November/049404.html On the other hand, if your intention is to co

Re: [Koha] New Google Group for Koha and EDS users

2018-05-30 Thread Anthony Mao
Can you give me a hint? What are the FOSS tools with similiar features as EDS dose? 2018-05-30 15:26 GMT+08:00 Narcis Garcia : > I encourage you to use FOSS tools. FOSS-based services are a basis for > net neutrality. > > > El 23/05/18 a les 19:12, Myka Kennedy Stephens ha escrit: >> Hello Koha fo

[Koha] help me auto increment issue to be fixed

2018-05-30 Thread takan bhatt
Data problems Some of your tables have problems with their auto_increment values which may lead to data loss. *You should not ignore this warning.* The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increme

Re: [Koha] New Google Group for Koha and EDS users

2018-05-30 Thread Narcis Garcia
I encourage you to use FOSS tools. FOSS-based services are a basis for net neutrality. El 23/05/18 a les 19:12, Myka Kennedy Stephens ha escrit: > Hello Koha folks, > > Our library implemented EBSCO Discovery Service three years ago. In that > time I have learned that implementation is an ongoin