[Koha] Bywater coverflow

Abdulsalam Yousef ayousef at kwareict.com
Wed May 13 00:18:00 NZST 2015


Yes i added these lines:

- id: 50
  selector: #coverflow
  options:
  style: coverflow

to the cofiguration
where 50 is my report id

also i added this alias line in my opac apache config section


   ScriptAlias /coverflow.pl
"/var/lib/koha/plugins/Koha/Plugin/Com/ByWaterSolutions/CoverFlow/coverflow.pl"


also the js code has been created in opacuserjs syspre

thanks



On Tue, May 12, 2015 at 1:55 PM, Kyle Hall <kyle.m.hall at gmail.com> wrote:

> Ah! I see! That is  not actually a problem! The "run report" link in the
> plugin doesn't actually do anything useful. Have you run the configuration
> part of the plugin? Did you add the alias's to your opac apache config?
>
> Kyle
>
> http://www.kylehall.info
> ByWater Solutions ( http://bywatersolutions.com )
> Meadville Public Library ( http://www.meadvillelibrary.org )
> Crawford County Federated Library System ( http://www.ccfls.org )
> Mill Run Technology Solutions ( http://millruntech.com )
>
> On Tue, May 12, 2015 at 6:50 AM, Abdulsalam Yousef <ayousef at kwareict.com>
> wrote:
>
>> In fact i followed your article and created the intended report like this
>>
>> SELECT b.biblionumber, b.title, m.isbn
>> FROM biblio b left join biblioitems m on (b.biblionumber=m.biblionumber)
>> where
>> m.isbn is not NULL and b.title LIKE "%math%"
>>
>> its id is 50 according to my report ids in sql saved reports
>>
>> but when trying to run the report from the plugin page
>>
>> it gives me
>>
>> Software error:
>>
>> There is no such report.
>> although the report is public and i can run it from saved sql reports and
>> gets results without any problems.
>>
>> Thanks Kyle.
>>
>> On Tue, May 12, 2015 at 1:42 PM, Kyle Hall <kyle.m.hall at gmail.com> wrote:
>>
>>> Did you follow my article when you set it up? Did you create your own
>>> custom report for generating the book list? It sounds like maybe you never
>>> replaced the report id or perhaps you never created a report!
>>>
>>> Kyle
>>>
>>> http://www.kylehall.info
>>> ByWater Solutions ( http://bywatersolutions.com )
>>> Meadville Public Library ( http://www.meadvillelibrary.org )
>>> Crawford County Federated Library System ( http://www.ccfls.org )
>>> Mill Run Technology Solutions ( http://millruntech.com )
>>>
>>> On Thu, May 7, 2015 at 10:49 AM, Abdulsalam Yousef <ayousef at kwareict.com
>>> > wrote:
>>>
>>>> Hello all,
>>>>
>>>> I've installed Bywater coverflow plugin more than one time but also
>>>> have no
>>>> chance to show book covers, when tryig to run the report that i've
>>>> prepared
>>>> for coverflow this error appeared
>>>>
>>>> Software error:
>>>>
>>>> There is no such report.
>>>>
>>>>
>>>> Although the report is public and its id is correct.
>>>>
>>>>
>>>> Thanks
>>>> _______________________________________________
>>>> Koha mailing list  http://koha-community.org
>>>> Koha at lists.katipo.co.nz
>>>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>>>
>>>
>>>
>>
>


More information about the Koha mailing list