Re: [Koha] Ajax call in self checkout not working in Koha 17.05

2017-12-06 Thread Eric Phetteplace
Also why is the AJAX call failing? Are you able to use a browser console to
see an error message? Knowing if it's a cross-domain issue, for instance,
can help.

Best,

ERIC PHETTEPLACE

Systems Librarian


libraries.cca.edu | vault.cca.edu | 510.594.3660

5212 Broadway, Oakland, CA 94618

 8th St., San Francisco, CA 94107

Preferred Pronoun(s): he/him

:(){ :|: & };:

On Wed, Dec 6, 2017 at 1:11 AM, Graham, Stephen 
wrote:

> Krishna - what does the Ajax call look like? A bit of sample code might
> help?
>
> Stephen
>
> -Original Message-
> From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Krishna K
> Sent: 06 December 2017 09:01
> To: koha@lists.katipo.co.nz
> Subject: Re: [Koha] Ajax call in self checkout not working in Koha 17.05
>
> Hi all,
>
> Resending this - any help on using Ajax call with Koha 17.05 would be
> appreciated. Please see the below mail I had sent earlier related to a
> customization in self checkout module that uses Ajax  call to query the
> book title - this was working fine in 16.11 but not working in 17.05. Thank
> you,
>
> On Mon, Nov 27, 2017 at 3:50 PM Krishna K 
> wrote:
>
> >
> > Hi all,
> >
> > We are currently running Koha 16.11.
> >
> > On a new hardware, we have installed Koha 17.05,  with Ubuntu 16.04 64
> > bit,  Mariadb 15.1 and Php 7.1.  We plan to use it as the production
> > machine shortly.  We have a small customization in self checkout that
> > that uses an ajax call to query the for the book title, to display the
> > book title at the time of self checkout. This is not working in the new
> machine.
> >
> >
> > But the same customization is working on our earlier version which
> > uses Ubuntu 14.04 32 bit, Koha 16.11, MySql 5.1 and Php 5.6.
> >
> >
> > Could anyone help us with some hints on why the Ajax call is not
> > working in the new setup ?
> >
> >
> > Thanks in advance,
> >
> > Krishna
> >
> > --
> > Regards,
> > Krishna
> >
> --
> Regards,
> Krishna
> ___
> 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


Re: [Koha] Ajax call in self checkout not working in Koha 17.05

2017-12-06 Thread Graham, Stephen
Krishna - what does the Ajax call look like? A bit of sample code might help?

Stephen

-Original Message-
From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Krishna K
Sent: 06 December 2017 09:01
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Ajax call in self checkout not working in Koha 17.05

Hi all,

Resending this - any help on using Ajax call with Koha 17.05 would be 
appreciated. Please see the below mail I had sent earlier related to a 
customization in self checkout module that uses Ajax  call to query the book 
title - this was working fine in 16.11 but not working in 17.05. Thank you,

On Mon, Nov 27, 2017 at 3:50 PM Krishna K 
wrote:

>
> Hi all,
>
> We are currently running Koha 16.11.
>
> On a new hardware, we have installed Koha 17.05,  with Ubuntu 16.04 64 
> bit,  Mariadb 15.1 and Php 7.1.  We plan to use it as the production 
> machine shortly.  We have a small customization in self checkout that 
> that uses an ajax call to query the for the book title, to display the 
> book title at the time of self checkout. This is not working in the new 
> machine.
>
>
> But the same customization is working on our earlier version which 
> uses Ubuntu 14.04 32 bit, Koha 16.11, MySql 5.1 and Php 5.6.
>
>
> Could anyone help us with some hints on why the Ajax call is not 
> working in the new setup ?
>
>
> Thanks in advance,
>
> Krishna
>
> --
> Regards,
> Krishna
>
--
Regards,
Krishna
___
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


Re: [Koha] Ajax call in self checkout not working in Koha 17.05

2017-12-06 Thread Krishna K
Hi all,

Resending this - any help on using Ajax call with Koha 17.05 would be
appreciated. Please see the below mail I had sent earlier related to a
customization in self checkout module that uses Ajax  call to query the
book title - this was working fine in 16.11 but not working in 17.05. Thank
you,

On Mon, Nov 27, 2017 at 3:50 PM Krishna K 
wrote:

>
> Hi all,
>
> We are currently running Koha 16.11.
>
> On a new hardware, we have installed Koha 17.05,  with Ubuntu 16.04 64
> bit,  Mariadb 15.1 and Php 7.1.  We plan to use it as the production
> machine shortly.  We have a small customization in self checkout that that
> uses an ajax call to query the for the book title, to display the book
> title at the time of self checkout. This is not working in the new machine.
>
>
> But the same customization is working on our earlier version which uses
> Ubuntu 14.04 32 bit, Koha 16.11, MySql 5.1 and Php 5.6.
>
>
> Could anyone help us with some hints on why the Ajax call is not working
> in the new setup ?
>
>
> Thanks in advance,
>
> Krishna
>
> --
> Regards,
> Krishna
>
-- 
Regards,
Krishna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Ajax call in self checkout not working in Koha 17.05

2017-11-27 Thread Krishna K
Hi all,

We are currently running Koha 16.11.

On a new hardware, we have installed Koha 17.05,  with Ubuntu 16.04 64
bit,  Mariadb 15.1 and Php 7.1.  We plan to use it as the production
machine shortly.  We have a small customization in self checkout that that
uses an ajax call to query the for the book title, to display the book
title at the time of self checkout. This is not working in the new machine.


But the same customization is working on our earlier version which uses
Ubuntu 14.04 32 bit, Koha 16.11, MySql 5.1 and Php 5.6.


Could anyone help us with some hints on why the Ajax call is not working in
the new setup ?


Thanks in advance,

Krishna

-- 
Regards,
Krishna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha