Re: asset routing not working on shared host

2015-10-12 Thread phpMagpie
I've had the following response from easily: "AllowOverride All is not permitted - the overriding Apache config allows : AllowOverride Options=Indexes FileInfo Indexes AuthConfig Limit" Would this stop CakePHP's rewrites/routes working properly? Is there a way to get them working with

Re: Inserting different data into each row using Hash (or some other way to do what I need!) [CakePHP 2.7.X]

2015-10-12 Thread MarkB
And that is exactly the information I needed - I WAS going about it the wrong way, and that 'multiple relations' link you provided set me straight. Definitely a case of RTFM, though I think I had looked at that very early on in the learning process and not got my head round it. Whereas now it

Re: JQuery autocomplete on Cakephp 3.0

2015-10-12 Thread Christian Quispe
Aqui está el error $carNames = $this->Car->getCarNames($term); Enviado con MailTrack Saludos Christian Quispe *Geek and Developer* *Miembro: * *GDG Lima (Google Developer Group Lima)* *Portafolio:

Re: JQuery autocomplete on Cakephp 3.0

2015-10-12 Thread Raul Magdalena Catala
Hola Christian, si ejecuto: $carNames=$this->getCarNames($term); el mensaje de error es: "message": "Call to undefined method App\\Controller\\CarsController::getCarNames()" creo que por aquí no es El dilluns, 12 octubre de 2015 19:14:11 UTC+2, Christian Quispe va escriure: > > Aqui está

Re: JQuery autocomplete on Cakephp 3.0

2015-10-12 Thread Raul Magdalena Catala
hola de nuevo Christian, finalmente he consegido una respuesta json de un controlador pero el input intenta autocompletar pero se queda a medio camino. Pego la pantalla que es más facil verlo que explicarlo

Re: JQuery autocomplete on Cakephp 3.0

2015-10-12 Thread Christian Quispe
El mensaje dice que no se conoce el método. ¬¬ Enviado con MailTrack Saludos Christian Quispe *Geek and Developer* *Miembro: * *GDG Lima (Google Developer Group Lima)* *Portafolio: www.oxicode.io

Re: Inserting different data into each row using Hash (or some other way to do what I need!) [CakePHP 2.7.X]

2015-10-12 Thread John Andersen
You are welcome MarkB And thank you for reporting back :) John On Monday, 12 October 2015 17:49:43 UTC+3, MarkB wrote: > > And that is exactly the information I needed - I WAS going about it the > wrong way, and that 'multiple relations' link you provided set me straight. > Definitely a case

Re: JQuery autocomplete on Cakephp 3.0

2015-10-12 Thread Christian Quispe
Revisa si tienes los css incluidos. Enviado con MailTrack Saludos Christian Quispe *Geek and Developer* *Miembro: * *GDG Lima (Google Developer Group Lima)* *Portafolio: www.oxicode.io