Hello, I am trying to make the Koha coverflow plugin work, but the only image that I see is "No image available". <http://koha.1045719.n5.nabble.com/file/t341092/Captura_de_tela_de_2018-05-21_16-22-44.png> If I click in the image it shows me the cover. So the cover is not available only in the coverflow. <http://koha.1045719.n5.nabble.com/file/t341092/Captura_de_tela_de_2018-05-21_16-26-07.png> 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... Any ideas? A have no clue about this. -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
Where do you get your cover images? I think the coverflow plugin gets the images from amazon.com. On 05/21/2018 01:26 PM, camilabezerra wrote:
Hello,
I am trying to make the Koha coverflow plugin work, but the only image that I see is "No image available".
<http://koha.1045719.n5.nabble.com/file/t341092/Captura_de_tela_de_2018-05-21_16-22-44.png>
If I click in the image it shows me the cover. So the cover is not available only in the coverflow.
<http://koha.1045719.n5.nabble.com/file/t341092/Captura_de_tela_de_2018-05-21_16-26-07.png>
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...
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
-- Tim McMahon Technical Services West Liberty Public Library
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
Is the associated report returning the v right column with 1? El lun., 21 de may. de 2018 4:11 p. m., camilabezerra <crego@hawk.iit.edu> escribió:
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
-- Tomás Cohen Arazi Theke Solutions (https://theke.io <http://theke.io/>) ✆ +54 9351 3513384 GPG: B2F3C15F
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: biblionumber isbn title 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
Not sure if it's the same issue, but have you tried the fix mentioned in the following thread? https://lists.katipo.co.nz/pipermail/koha/2017-December/049632.html On 21 May 2018 at 22:37, camilabezerra <crego@hawk.iit.edu> wrote:
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:
biblionumber isbn title 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
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
I updated the README, please see the sample report for using localcover images https://github.com/bywatersolutions/koha-plugin-coverflow/blob/master/README... On Tue, May 22, 2018 at 1:53 PM camilabezerra <crego@hawk.iit.edu> wrote:
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
-- Nick Clemens Sonic Screwdriver (Development Support) ByWater Solutions IRC: kidclamp
Awesome! El jue., 24 may. 2018 a las 10:12, Nick Clemens (<nick@bywatersolutions.com>) escribió:
I updated the README, please see the sample report for using localcover images
https://github.com/bywatersolutions/koha-plugin-coverflow/blob/master/README...
On Tue, May 22, 2018 at 1:53 PM camilabezerra <crego@hawk.iit.edu> wrote:
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
-- Nick Clemens Sonic Screwdriver (Development Support) ByWater Solutions IRC: kidclamp _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (https://theke.io <http://theke.io/>) ✆ +54 9351 3513384 GPG: B2F3C15F
Thank you so much! It works now! -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
participants (5)
-
Andreas Roussos -
camilabezerra -
Nick Clemens -
Tim McMahon -
Tomas Cohen Arazi