[Koha] add items form page doesn't appear

2018-10-23 Thread Upendra Tamang
Dear all, My add/edit items page doesn't appear in 18.05. What could be the problem. Thank You upen -- ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

[Koha] Koha 18.05.05 release

2018-10-23 Thread Renvoize, Martin
The Koha community is proud to announce the release of Koha 18.05.05. This is a maintenance release containing 67 bugfixes The full release notes are available at https://koha-community.org/koha-18-05-05-release/ Debian packages will be updated within a few days Many thanks to everyone involved

Re: [Koha] OAI-PMH missing code in Repository.pm ?

2018-10-23 Thread Tomas Cohen Arazi
4.06 had a missing feature from the 3.x series which should be included now on 4.07. When I tried to port Koha into using the development branch I found issues I couldn't fix. The devs pointed me to some tests that implemented what we needed, but it didn't work in Koha so I abandoned it (for now).

Re: [Koha] Not for Loan

2018-10-23 Thread Jonathan Druart
Hello Victoria, If you want even more magic you can try the "Update SQL" button that appears on the report list view when a report is using the old biblioitems.marcxml fields. See those screenshots: https://snag.gy/j17fdl.jpg and https://snag.gy/1i063z.jpg Regards, Jonathan On Tue, 23 Oct 2018

Re: [Koha] warning message

2018-10-23 Thread Hugo Agud
Hi first of all, this is a harmless message... on /etc/koha/sites/*your_instance/ *you will find a file koha-conf.xml that it has a comment directive that if you uncomment and restart zebra it fixes the warning... It is create a tmp folder for koha cache, El mar., 23 oct. 2018 a las 11:41, Igbu

[Koha] warning message

2018-10-23 Thread Igbudu Tersoo
Hi, i am using koha 17.11 and mysql ver 15.1 Distrib 10.0.36-MariaDB. on the about koha - system information - preferences and parameters page, there is an error message "*Warning You are missing the entry in your koha-conf.xml file. That will bring a performance boost to enable it.*" please can

Re: [Koha] Not for Loan

2018-10-23 Thread Ma. Victoria H. Silva-Manuel
Yes, it worked like magic. Thank you so much for your help. On Tue, Oct 23, 2018 at 4:19 PM Bob Birchall wrote: > Ah yes, sorry. > Replace each occurrence of marcxml with metadata > > That should do it. > Bob > > On 23/10/18 6:51 pm, Ma. Victoria H. Silva-Manuel wrote: > > We are using 17.11.10.

Re: [Koha] Not for Loan

2018-10-23 Thread Bob Birchall
Ah yes, sorry. Replace each occurrence of marcxml with metadata That should do it. Bob On 23/10/18 6:51 pm, Ma. Victoria H. Silva-Manuel wrote: We are using 17.11.10. I followed your instructions but i'm still getting the same error message. On Tue, Oct 23, 2018 at 3:43 PM Bob Birchall

Re: [Koha] software error when user not superlibrarian tries to find a patron

2018-10-23 Thread Ere Maijala
Hi Carolina, That's the only situation where I've seen this is when you login with the database administrator account. So, could it be that you've used that as the superlibrarian user? If so, you should either use the superlibrarian account created during onboarding (see https://koha-communit

Re: [Koha] Not for Loan

2018-10-23 Thread Ma. Victoria H. Silva-Manuel
We are using 17.11.10. I followed your instructions but i'm still getting the same error message. On Tue, Oct 23, 2018 at 3:43 PM Bob Birchall wrote: > On 23/10/18 6:16 pm, Ma. Victoria H. Silva-Manuel wrote: > > Hi. > > > > I copied this SQL report > > > > SELECT > > CONCAT(' ',b.biblionum

Re: [Koha] Not for Loan

2018-10-23 Thread Bob Birchall
On 23/10/18 6:16 pm, Ma. Victoria H. Silva-Manuel wrote: Hi. I copied this SQL report SELECT CONCAT('', b.title, '' ) AS Title, ExtractValue(bi.marcxml, '//datafield[@tag="245"]/subfield[@code="b"]') AS "Subtitle", ExtractValue(bi.marcxml, '//datafield[@tag="245"]/subfield[@code=

[Koha] Not for Loan

2018-10-23 Thread Ma. Victoria H. Silva-Manuel
Hi. I copied this SQL report SELECT CONCAT('', b.title, '' ) AS Title, ExtractValue(bi.marcxml, '//datafield[@tag="245"]/subfield[@code="b"]') AS "Subtitle", ExtractValue(bi.marcxml, '//datafield[@tag="245"]/subfield[@code="n"]') AS "Part name", ExtractValue(bi.marcxml, '//datafie