Re: [Koha] Koha coverflow - no image available

2018-05-24 Thread camilabezerra
Thank you so much!
It works now!



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha coverflow - no image available

2018-05-22 Thread camilabezerra
Thank you for your reply, Andreas.
I tried the fix and it didn't work.

Any other suggestions?



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha coverflow - no image available

2018-05-21 Thread camilabezerra
Sorry, I didn't understand your question.

I am using this report:

SELECT b.biblionumber, SUBSTRING_INDEX(m.isbn, ' ', 1) AS isbn, b.title FROM
items i
LEFT JOIN biblioitems m USING (biblioitemnumber)
LEFT JOIN biblio b ON (i.biblionumber=b.biblionumber)
WHERE DATE_SUB(CURDATE(),INTERVAL 180 DAY) <= i.dateaccessioned AND m.isbn
IS NOT NULL AND m.isbn != ''
ORDER BY rand()
LIMIT 10

And the results are:

biblionumberisbntitle
688 9788585142476   6ª Bienal de Jovens Criadores da Comunidade dos Países 
da
Língua Portuguesa
488 9788575781586   (Re)Discutindo o espaço local :
686 9788578113056   Um pirilampo no porão :
692 9788578113018   Políticas de inovação pelo lado da demanda no Brasil /
685 9788578113087   Refúgio no Brasil :
693 9788578112332   Avaliação de políticas públicas no Brasil.
687 9788567450063   Índice de vulnerabilidade juvenil à violência 2017 :
684 9788578110789   Bolsa Família 2003-2010
687 9788567450063   Índice de vulnerabilidade juvenil à violência 2017 :
689 9788578113070   Políticas de apoio à inovação tecnológica no Brasil :



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha coverflow - no image available

2018-05-21 Thread camilabezerra
I am getting the images from local. I uploaded a set of images of the biblios
showed in the report.

I used local cover images in another server running 17.05 and it worked.





--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha coverflow - no image available

2018-05-21 Thread camilabezerra
Hello,

I am trying to make the Koha coverflow plugin work, but the only image that
I see is "No image available". 


 

If I click in the image it shows me the cover. So the cover is not available
only in the coverflow.


 

I am using Koha 17.11, already restart apache server a few times and
followed the tutorial in
https://blogssuresh.blogspot.com.br/2017/03/step-by-step-procedure-to-create-koha_15.html

Any ideas? A have no clue about this.



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha and REPOX Integration

2018-04-25 Thread camilabezerra
Thank you! We were able to make OAI work with Koha 17.11. Unfortunately,  we
are using Debian 7 and Koha 3.22 on production, so I have to migrate to
another server.
I tried to migrate using koha-restore and it didn't work also tried doing
that by dumping and upgrading database, but I got error retrieving biblio
when I rebuild zebra. Working on fixing that now.





--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Search found no records

2018-04-19 Thread camilabezerra
I am trying to help a librarian in Brazil with this problem: Search found no
results.

They had fix zebra permissions according to this:
https://wiki.koha-community.org/wiki/Fix_zebra_permissions and they had
cleaned zebra search table according to this:
https://stackoverflow.com/questions/26925152/reindexing-zebra-because-there-are-no-results-found-in-opac-and-intranet-search

But everytime they try to rebuild zebra, they get the following errors:

[7]% sudo koha-rebuild-zebra -f -v -v library
Warning: You passed -x which is already the default and is now deprecated
Zebra configuration information

Zebra biblio directory  = /var/lib/koha/library/biblios
Zebra authorities directory = /var/lib/koha/library/authorities
Koha directory  = /usr/share/koha/intranet/cgi-bin
Lockfile= /var/lock/koha/library/rebuild/rebuild..LCK
Use of uninitialized value $biblionumbertagfield in concatenation (.) or
string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 215.
Use of uninitialized value $biblionumbertagsubfield in concatenation (.)
or string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 215.
BIBLIONUMBER in : $
BIBLIOITEMNUMBER in : 999$d

skipping authorities

exporting biblio

1error retrieving biblio 2 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 3 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 4 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 5 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 6 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 7 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 8 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 9 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 10 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 11 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 13 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 14 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 15 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 16 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 17 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 18 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 19 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
.error retrieving biblio 20 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.
...
.error retrieving biblio 272 at
/usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 668.

Records exported: 0

REINDEXING zebra


CLEANING

Zebra configuration information

Zebra biblio directory  = /var/lib/koha/library/biblios
Zebra authorities directory = /var/lib/koha/library/authorities
Koha directory  = /usr/share/koha/intranet/cgi-bin
Lockfile= /var/lock/koha/library/rebuild/rebuild..LCK
Use of uninitialized value $biblionumbertagfield in concatenation (.) or
string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 215.
Use of uninitialized value $biblionumbertagsubfield in concatenation (.)
or string at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 215.
BIBLIONUMBER in : $
BIBLIOITEMNUMBER in : 999$d


exporting authority

1001...
Records exported: 1100

REINDEXING zebra

skipping biblios

CLEANING


Any suggestions about what to do to solve this? 



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha and REPOX Integration

2018-04-17 Thread camilabezerra
Have anybody used OAI-PMH and another software to harvest Koha?

We are trying to do that using Koha and REPOX but the REPOX does not finish
haversting and ends with an url error. We are using this url
http://bibliotecajuventude.ibict.br/cgi-bin/koha/oai.pl

Ours webservices configurations are shown below.


 






--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Password to allow loan of books

2018-02-25 Thread camilabezerra
Thank you for your response.

The patrons are not using the staff interface. The librarians when checking
out a book for a patron (at the staff interface) want this patron to confirm
with their password. Something to mean as "I agree to check this book and
return it at the proper date".

I had a look at the self checkout module and is not quite what my librarians
want.




--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Password to allow loan of books

2018-02-24 Thread camilabezerra
Yes, I have a circulation rule.

The problem is that the library staff wants the patron to use its password
(inside the staff interface) as way to confirm that the books are being
checked out and should be returned in 14 days.

Is there any way I can do that?



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Password to allow loan of books

2018-02-23 Thread camilabezerra
I am issuing the book from the staff interface.





--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Password to allow loan of books

2018-02-23 Thread camilabezerra
Is there any way to ask for password when a patron is trying to issue a book?



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Not showing 505$t field (Contents) in Portugueses

2018-02-02 Thread camilabezerra
Hi Katrin,

I am not using plack. Any other ideas?



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Not showing 505$t field (Contents) in Portugueses

2018-02-02 Thread camilabezerra
Hi Katrin,

I am not using plack. Any other ideas? 



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Not showing 505$t field (Contents) in Portugueses

2018-02-02 Thread camilabezerra
I changed to  in the file MARC21slim2OPACDetail.xsl  in pt_BR to match
the file in english and restarted apache, but it didn't work.

Am I missing some step?



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] OAI Error: Extra content at the end of the document

2018-01-25 Thread camilabezerra
I am using debian 4.9.30-2+deb9u2 and Koha 17.11.



--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] OAI Error: Extra content at the end of the document

2018-01-25 Thread camilabezerra
I am quite new to Koha and I am trying to set up OAI. I already enabled
preference OAI-PMH, but when I try to access
http://YOURKOHACATALOG/cgi-bin/koha/oai.pl  I get the following error:

This page contains the following errors:
error on line 2 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.

What am I doing wrong? 





--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha