Hi All, As per your suggestion, I have given superlibrarian permissions to one of the patron in our application. When I logged in as this patron and click on one of the letter(A-Z listing) in 'Patrons' tab ,then it will show an empty list. But found results from database.
Also when I click on 'My Account' from top right menu ,it will show a message 'This patron does not exist. Find another patron?' and the URL like '/cgi-bin/koha/members/moremember.pl?borrowernumber=C4::Context'. I hope the borrowernumber should be a number in this page. Thanks & Regards, Rejeesh K.Nair m: +91 (0) 9495316906 e: rejeeshkn...@gmail.com <https://www.facebook.com/rejeeshnairk> <https://twitter.com/rejeeshknair> <http://in.linkedin.com/in/rejeeshknair> <https://www.instagram.com/rejeeshknair/> On Wed, May 3, 2017 at 8:06 PM, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Login with the koha_instance user (which is not a real Koha user, but the > user defined at MySQL level), create a patron (with a strong password) and > set the superlibrarian permissions. > Logout and do not user the koha_instance user anymore, use the new patron > you just created instead. > > On Wed, 3 May 2017 at 10:14 Rejeesh K.Nair <rejeeshkn...@gmail.com> wrote: > >> Hi, >> koha_instance login working fine in KOHA version 3.18.01.00. >> Is it related to any of the config file? >> >> Thanks & Regards, >> >> Rejeesh K.Nair >> m: +91 (0) 9495316906 <+91%2094953%2016906> >> e: rejeeshkn...@gmail.com >> <https://www.facebook.com/rejeeshnairk> <https://twitter.com/rejeeshknair >> > >> <http://in.linkedin.com/in/rejeeshknair> >> <https://www.instagram.com/rejeeshknair/> >> >> >> On Wed, May 3, 2017 at 5:38 PM, Hugo Agud <ha...@orex.es> wrote: >> >> > Hi >> > >> > Have you log in with koha account or user account? do not use >> > koha_<<instance>> to log in to koha... create a koha user, assign >> > permissions and check it again. >> > >> > Kindest Regards >> > >> > 2017-05-03 14:03 GMT+02:00 Rejeesh K.Nair <rejeeshkn...@gmail.com>: >> > >> >> Hi, >> >> The structure of our KOHA application is like one main library and sub >> >> libraries as branches.So the main administrator should see all the >> patrons >> >> from his end. >> >> When I went through the code ,I found that the branch code is set as >> the >> >> username of administrator in >> >> /usr/share/koha/lib/C4/Utils/DataTables/Members.pm line 59. >> >> >> >> The list working fine if we comment the following code >> >> if(defined $branchcode and $branchcode ne '') { >> >> push @where_strs, "borrowers.branchcode = ?"; >> >> push @where_args, $branchcode; >> >> } >> >> Can anyone help on this issue? Is it a config related issue? >> >> >> >> >> >> Thanks & Regards, >> >> >> >> Rejeesh K.Nair >> >> m: +91 (0) 9495316906 <+91%2094953%2016906> >> >> e: rejeeshkn...@gmail.com >> >> >> >> <https://www.facebook.com/rejeeshnairk> <https://twitter.com/ >> rejeeshknair >> >> > >> >> <http://in.linkedin.com/in/rejeeshknair> >> >> <https://www.instagram.com/rejeeshknair/> >> >> >> >> >> >> On Wed, May 3, 2017 at 11:50 AM, Bob Birchall <b...@calyx.net.au> >> wrote: >> >> >> >> > So if you log in as a real patron, you should not see that error. The >> >> > Administrator login is not associated with a branch. >> >> > HTH, >> >> > Bob Birchall >> >> > Calyx >> >> > >> >> > On 03/05/17 14:52, Rejeesh K.Nair wrote: >> >> > >> >> >> Hi, >> >> >> >> >> >> We are logged in as KOHA administrator and we got the error from >> >> >> /var/log/koha/library/intranet-error.log. >> >> >> >> >> >> Thanks & Regards, >> >> >> >> >> >> Rejeesh K.Nair >> >> >> m: +91 (0) 9495316906 <+91%2094953%2016906> >> >> >> e: rejeeshkn...@gmail.com >> >> >> <https://www.facebook.com/rejeeshnairk> < >> https://twitter.com/rejeeshkn >> >> air >> >> >> > >> >> >> <http://in.linkedin.com/in/rejeeshknair> >> >> >> <https://www.instagram.com/rejeeshknair/> >> >> >> >> >> >> >> >> >> On Tue, May 2, 2017 at 8:09 PM, Jonathan Druart < >> >> >> jonathan.dru...@bugs.koha-community.org> wrote: >> >> >> >> >> >> Hello, Are you logged in with the DB user? >> >> >>> >> >> >>> On Tue, 2 May 2017 at 11:16 Rejeesh K.Nair <rejeeshkn...@gmail.com >> > >> >> >>> wrote: >> >> >>> >> >> >>> Hi All, >> >> >>>> >> >> >>>> We just migrated KOHA version 3.18.01.000 to 16.05.04. When we >> click >> >> on >> >> >>>> any >> >> >>>> of the letter(A-Z listing) in 'Patrons' tab it won't show the >> >> >>>> corresponding >> >> >>>> patrons. >> >> >>>> Data already exist in database and the error log shows the >> following >> >> >>>> error. >> >> >>>> "Argument "NO_LIBRARY_SET" isn't numeric in modulus (%) at >> >> >>>> /usr/share/koha/lib/C4/Context.pm line >> >> >>>> 1246.: /usr/share/koha/intranet/cgi-bin/mainpage.pl," >> >> >>>> >> >> >>>> Can anyone help on this issue? >> >> >>>> >> >> >>>> Thanks & Regards, >> >> >>>> >> >> >>>> Rejeesh K.Nair >> >> >>>> m: +91 (0) 9495316906 <+91%2094953%2016906> >> <+91%2094953%2016906> >> >> >>>> e: rejeeshkn...@gmail.com >> >> >>>> <https://www.facebook.com/rejeeshnairk> < >> >> https://twitter.com/rejeeshkn >> >> >>>> air >> >> >>>> <http://in.linkedin.com/in/rejeeshknair> >> >> >>>> <https://www.instagram.com/rejeeshknair/> >> >> >>>> _______________________________________________ >> >> >>>> Koha mailing list http://koha-community.org >> >> >>>> Koha@lists.katipo.co.nz >> >> >>>> https://lists.katipo.co.nz/mailman/listinfo/koha >> >> >>>> >> >> >>>> _______________________________________________ >> >> >> Koha mailing list http://koha-community.org >> >> >> Koha@lists.katipo.co.nz >> >> >> https://lists.katipo.co.nz/mailman/listinfo/koha >> >> >> >> >> > >> >> > _______________________________________________ >> >> > Koha mailing list http://koha-community.org >> >> > Koha@lists.katipo.co.nz >> >> > https://lists.katipo.co.nz/mailman/listinfo/koha >> >> > >> >> _______________________________________________ >> >> Koha mailing list http://koha-community.org >> >> Koha@lists.katipo.co.nz >> >> https://lists.katipo.co.nz/mailman/listinfo/koha >> >> >> > >> > >> > >> > -- >> > >> > *Hugo Agud - Orex Digital * >> > >> > *www.orex.es <http://www.orex.es>* >> > >> > >> > <http://www.orex.es/> [image: www.orex.es/koha] >> > <http://www.orex.es/koha> [image: www.orex.es/vufind] >> > <http://www.orex.es/vufind> <http://www.orex.es/omeka> >> > >> > >> > Director >> > >> > Calle Sant Joaquin,117, 2º-3ª · 08922 Santa Coloma de Gramanet - Tel: >> 933 >> > 856 138 ha...@orex.es · http://www.orex.es/ >> > >> > >> > >> > No imprima este mensaje a no ser que sea necesario. Una tonelada de >> papel >> > implica la tala de 15 árboles y el consumo de 250.000 litros de agua. >> > >> > >> > >> > Aviso de confidencialidad >> > Este mensaje contiene información que puede ser CONFIDENCIAL y/o de USO >> > RESTRINGIDO. Si usted no es el receptor deseado del mensaje (ni >> > está autorizado a recibirlo por el remitente), no está autorizado a >> > copiar, reenviar o divulgar el mensaje o su contenido. Si ha recibido >> este >> > mensaje >> > por error, por favor, notifíquenoslo inmediatamente y bórrelo de su >> > sistema. >> > >> > >> _______________________________________________ >> Koha mailing list http://koha-community.org >> Koha@lists.katipo.co.nz >> https://lists.katipo.co.nz/mailman/listinfo/koha >> > _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha