Re: Storing encrypted value using getter/setter not working. Stored in plain text.

2016-03-15 Thread Christian Quispe
Cambia tu field de tu base de datos a text, es posible que tu cadena
codificada no se guarde completamente.



Enviado con MailTrack
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/f7fe9f94ab6ab85ae9e80135330e88e67a09780d?url=http%3A%2F%2Foxicode.io&signature=858d828ef10b8fdd>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


2016-03-15 13:46 GMT-05:00 Willem :

> *saving to the database cuts off the encrypted data. varchar(255) and text
> fields both have this issue.. *
> *is this a bug in CakePHP*
>
> --
> Sign up for our Newsletter for updates.
> http://cakephp.org/newsletter/signup
>
> We will soon be closing this Google Group. But don't worry, we have
> something better coming. Stay tuned for an updated from the CakePHP Team
> soon.
>
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Follow us on Twitter http://twitter.com/CakePHP
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup

We will soon be closing this Google Group. But don't worry, we have something 
better coming. Stay tuned for an updated from the CakePHP Team soon.

Like Us on FaceBook https://www.facebook.com/CakePHP
Follow us on Twitter http://twitter.com/CakePHP
--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Auth Component works in dev, but not in production

2016-02-02 Thread Christian Quispe
compartenos los log y debugs.



Enviado con MailTrack
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/952a2558655197cbecf24d3fefe8846fe06919f9?url=http%3A%2F%2Foxicode.io&signature=73f61100d6aa58de>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


2016-01-20 4:58 GMT-05:00 Ricardo Escalon :

> I am getting a blank page when I try and use the Auth Component.
>
> The code is straight out of the blog tutorial.
>
>
> http://book.cakephp.org/3.0/en/tutorials-and-examples/blog-auth-example/auth.html
>
> It works in dev, but I get a blank page in production.
>
> Any ideas anyone?
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at https://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at https://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: JQuery autocomplete on Cakephp 3.0

2015-10-12 Thread Christian Quispe
Revisa si tienes los css incluidos.



Enviado con MailTrack
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/121ae77715bc0eb6a3abf916d50c78dd2bca2a9a?url=http%3A%2F%2Foxicode.io&signature=93aefc105306cc5e>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


El 12 de octubre de 2015, 3:32 p. m., Raul Magdalena Catala<
raulmagdal...@gmail.com> escribió:

> 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
>
>
> <https://lh3.googleusercontent.com/-QD76wOgPOCk/VhwYcZXiFuI/eKQ/CtlJc5f_XpM/s1600/Captura%2Bde%2B2015-10-12%2B22%253A27%253A28.png>
>
> ¿sabes a que se debe este comportamiento del input?
> He comprobado que la respuesta json esta bien formateada.
>
> gracias
>
> El divendres, 9 octubre de 2015 9:27:16 UTC+2, Raul Magdalena Catala va
> escriure:
>>
>> hola
>>
>> el código del controladores muy sencillo
>>
>> >   class CarsController extends AppController {
>>
>> public $layout = 'basic';
>>
>> public $components = array <http://www.php.net/array>(
>> 'RequestHandler');
>>
>> public function index() {
>>   if ($this->request->is('ajax')) {
>> $term = $this->request->query('term');
>> $carNames = $this->Car->getCarNames($term);
>> $this->set(compact <http://www.php.net/compact>('carNames'));
>> $this->set('_serialize', 'carNames');
>>   }
>> }
>>   }
>>
>>
>>
>> El divendres, 9 octubre de 2015 7:06:21 UTC+2, Christian Quispe va
>> escriure:
>>
>> Ahiy esta el error. Hay un problema con la función.
>>
>> Este tema del jquey, ajax y json es bien fácil. Fresh. Compartenos el
>> código del controlador para ver en que has metido la pata
>>
>> Enviado desde Gmail para Moto G
>>
>> www.oxicode.io
>> El oct. 8, 2015 2:08 AM, "Raul Magdalena Catala" 
>> escribió:
>>
>> Hola Christian,
>>
>> tengo un archivo creado para la vista en , src/Template/Cars/index.ctp.
>>
>> la ruta en el script es correcta:
>>
>> $(document).ready(function(){
>> $('#autocomplete').autocomplete({
>> source: "/cars/index.json",
>> });
>> });
>>
>> finalmente te paso la pertaña network
>>
>>
>> <https://lh3.googleusercontent.com/-2kiB-wJjJGY/VhYWOcbmc-I/eJM/7_r3HcpdTQo/s1600/Captura%2Bde%2B2015-10-08%2B09%253A06%253A59.png>
>>
>>
>>
>> El dijous, 8 octubre de 2015 0:57:13 UTC+2, Christian Quispe va escriure:
>>
>> Ya veo, el problema viene por la vista, tienes el archivo creado en la
>> vista?, si usas solo controlador debes tener
>>
>> $this->set('_serialize', ['articles']);
>>
>> tambien checa la ruta,  la url destino, el u0022 es un ' por ahi puede
>> hacer conflicto
>> pasame un pantallazo de la pestaña Network, el ultimo item debe ser el
>> request, subpestaña preview
>>
>>
>>
>> Enviado con MailTrack
>> <https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>
>>
>> Saludos
>>
>> Christian Quispe
>>
>> *Geek and Developer*
>> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>>
>> *Portafolio: www.oxicode.io
>> <https://mailtrack.io/trace/link/8ec7b946fa3dd757dcc0aee0f3b541981f2635a3?url=http%3A%2F%2Foxicode.io&signature=1f56e26077e1b222>*
>>
>> ...
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


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
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/35b7e970199b9751a04177810cd643be9a54ebf9?url=http%3A%2F%2Foxicode.io&signature=809819a88222f6a5>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


El 12 de octubre de 2015, 2:06 p. m., Raul Magdalena Catala<
raulmagdal...@gmail.com> escribió:

> 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á el error
>>
>>  $carNames = $this->Car->getCarNames($term);
>>
>>
>>
>>
>> Enviado con MailTrack
>> <https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>
>>
>> Saludos
>>
>> Christian Quispe
>>
>> *Geek and Developer*
>> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>>
>> *Portafolio: www.oxicode.io
>> <https://mailtrack.io/trace/link/75dc42b78179b3e7023f1b6e4830b2da0212176b?url=http%3A%2F%2Foxicode.io&signature=379246377cd7d4fe>*
>>
>> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
>> constantemente...*
>>
>>
>> El 9 de octubre de 2015, 2:27 a. m., Raul Magdalena Catala<
>> raulma...@gmail.com> escribió:
>>
>> hola
>>
>> el código del controladores muy sencillo
>>
>> >   class CarsController extends AppController {
>>
>> public $layout = 'basic';
>>
>> public $components = array <http://www.php.net/array>(
>> 'RequestHandler');
>>
>> public function index() {
>>   if ($this->request->is('ajax')) {
>> $term = $this->request->query('term');
>> $carNames = $this->Car->getCarNames($term);
>> $this->set(compact <http://www.php.net/compact>('carNames'));
>> $this->set('_serialize', 'carNames');
>>   }
>> }
>>   }
>>
>>
>>
>> El divendres, 9 octubre de 2015 7:06:21 UTC+2, Christian Quispe va
>> escriure:
>>
>> Ahiy esta el error. Hay un problema con la función.
>>
>> Este tema del jquey, ajax y json es bien fácil. Fresh. Compartenos el
>> código del controlador para ver en que has metido la pata
>>
>> Enviado desde Gmail para Moto G
>>
>> www.oxicode.io
>> El oct. 8, 2015 2:08 AM, "Raul Magdalena Catala" 
>> escribió:
>>
>> Hola Christian,
>>
>> tengo un archivo creado para la vista en , src/Template/Cars/index.ctp.
>>
>> la ruta en el script es correcta:
>>
>> $(document).ready(function(){
>> $('#autocomplete').autocomplete({
>> source: "/cars/index.json",
>> });
>> });
>>
>> finalmente te paso la pertaña network
>>
>>
>> <https://lh3.googleusercontent.com/-2kiB-wJjJGY/VhYWOcbmc-I/eJM/7_r3HcpdTQo/s1600/Captura%2Bde%2B2015-10-08%2B09%253A06%253A59.png>
>>
>>
>>
>> El dijous, 8 octubre de 2015 0:57:13 UTC+2, Christian Quispe va escriure:
>>
>> Ya veo, el problema viene por la vista, tienes el archivo creado en la
>> vista?, si usas solo controlador debes tener
>>
>> $this->set('_serialize', ['articles']);
>>
>> tambien checa la ruta,  la url destino, el u0022 es un ' por ahi puede
>> hacer conflicto
>> pasame un pantallazo de la pestaña Network, el ultimo item debe ser el
>> request, subpestaña preview
>>
>>
>>
>> Enviado con MailTrack
>> <https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>
>>
>> Saludos
>>
>> Christian Quispe
>>
>> *Geek and Developer*
>> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>>
>> *Portafolio: www.oxicode.io
>> <https://mailtrack.io/trace/link/8ec7b946fa3dd757dcc0aee0f3b541981f2635a3?url=http%3A%2F%2Foxicode.io&signature=1f56e26077e1b222>*
>>
>> *¿A

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
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/75dc42b78179b3e7023f1b6e4830b2da0212176b?url=http%3A%2F%2Foxicode.io&signature=379246377cd7d4fe>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


El 9 de octubre de 2015, 2:27 a. m., Raul Magdalena Catala<
raulmagdal...@gmail.com> escribió:

> hola
>
> el código del controladores muy sencillo
>
>class CarsController extends AppController {
>
> public $layout = 'basic';
>
> public $components = array <http://www.php.net/array>('RequestHandler'
> );
>
> public function index() {
>   if ($this->request->is('ajax')) {
> $term = $this->request->query('term');
> $carNames = $this->Car->getCarNames($term);
> $this->set(compact <http://www.php.net/compact>('carNames'));
> $this->set('_serialize', 'carNames');
>   }
> }
>   }
>
>
>
> El divendres, 9 octubre de 2015 7:06:21 UTC+2, Christian Quispe va
> escriure:
>>
>> Ahiy esta el error. Hay un problema con la función.
>>
>> Este tema del jquey, ajax y json es bien fácil. Fresh. Compartenos el
>> código del controlador para ver en que has metido la pata
>>
>> Enviado desde Gmail para Moto G
>>
>> www.oxicode.io
>> El oct. 8, 2015 2:08 AM, "Raul Magdalena Catala" 
>> escribió:
>>
>>> Hola Christian,
>>>
>>> tengo un archivo creado para la vista en , src/Template/Cars/index.ctp.
>>>
>>> la ruta en el script es correcta:
>>>
>>> $(document).ready(function(){
>>> $('#autocomplete').autocomplete({
>>> source: "/cars/index.json",
>>> });
>>> });
>>>
>>> finalmente te paso la pertaña network
>>>
>>>
>>> <https://lh3.googleusercontent.com/-2kiB-wJjJGY/VhYWOcbmc-I/eJM/7_r3HcpdTQo/s1600/Captura%2Bde%2B2015-10-08%2B09%253A06%253A59.png>
>>>
>>>
>>>
>>> El dijous, 8 octubre de 2015 0:57:13 UTC+2, Christian Quispe va escriure:
>>>>
>>>> Ya veo, el problema viene por la vista, tienes el archivo creado en la
>>>> vista?, si usas solo controlador debes tener
>>>>
>>>> $this->set('_serialize', ['articles']);
>>>>
>>>> tambien checa la ruta,  la url destino, el u0022 es un ' por ahi puede
>>>> hacer conflicto
>>>> pasame un pantallazo de la pestaña Network, el ultimo item debe ser el
>>>> request, subpestaña preview
>>>>
>>>>
>>>>
>>>> Enviado con MailTrack
>>>> <https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>
>>>>
>>>> Saludos
>>>>
>>>> Christian Quispe
>>>>
>>>> *Geek and Developer*
>>>> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>>>>
>>>> *Portafolio: www.oxicode.io
>>>> <https://mailtrack.io/trace/link/8ec7b946fa3dd757dcc0aee0f3b541981f2635a3?url=http%3A%2F%2Foxicode.io&signature=1f56e26077e1b222>*
>>>>
>>>> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
>>>> constantemente...*
>>>>
>>>>
>>>> 2015-10-07 17:09 GMT-05:00 Raul Magdalena Catala :
>>>>
>>>>> Gracias Christian,
>>>>>
>>>>> ya he consegido, creo, que se realice la llamada cuando escribo algo
>>>>> en el input
>>>>>
>>>>>
>>>>> <https://lh3.googleusercontent.com/-SBR0rzGlShc/VhWXCkVuB7I/eIs/h7KqDfMMpyU/s1600/Selecci%25C3%25B3_001.png>
>>>>>
>>>>>
>>>>> pero siguen sin autocompletarse.
>>>>> Ahora cuando escribo la misma url (
>>>>> http://localhost:8765/cars/index.json?term=fo) directamente en el
>>>>> navegador, me responde:
>>>>>
>>>>> {
>>>>> "message": "Template file \u0022Cars\/json\/index.ctp\u0022 is 
>>>>> missing.",
>>>>>  

Re: JQuery autocomplete on Cakephp 3.0

2015-10-08 Thread Christian Quispe
Ahiy esta el error. Hay un problema con la función.

Este tema del jquey, ajax y json es bien fácil. Fresh. Compartenos el
código del controlador para ver en que has metido la pata

Enviado desde Gmail para Moto G

www.oxicode.io
El oct. 8, 2015 2:08 AM, "Raul Magdalena Catala" 
escribió:

> Hola Christian,
>
> tengo un archivo creado para la vista en , src/Template/Cars/index.ctp.
>
> la ruta en el script es correcta:
>
> $(document).ready(function(){
> $('#autocomplete').autocomplete({
> source: "/cars/index.json",
> });
> });
>
> finalmente te paso la pertaña network
>
>
> <https://lh3.googleusercontent.com/-2kiB-wJjJGY/VhYWOcbmc-I/eJM/7_r3HcpdTQo/s1600/Captura%2Bde%2B2015-10-08%2B09%253A06%253A59.png>
>
>
>
> El dijous, 8 octubre de 2015 0:57:13 UTC+2, Christian Quispe va escriure:
>>
>> Ya veo, el problema viene por la vista, tienes el archivo creado en la
>> vista?, si usas solo controlador debes tener
>>
>> $this->set('_serialize', ['articles']);
>>
>> tambien checa la ruta,  la url destino, el u0022 es un ' por ahi puede
>> hacer conflicto
>> pasame un pantallazo de la pestaña Network, el ultimo item debe ser el
>> request, subpestaña preview
>>
>>
>>
>> Enviado con MailTrack
>> <https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>
>>
>> Saludos
>>
>> Christian Quispe
>>
>> *Geek and Developer*
>> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>>
>> *Portafolio: www.oxicode.io
>> <https://mailtrack.io/trace/link/8ec7b946fa3dd757dcc0aee0f3b541981f2635a3?url=http%3A%2F%2Foxicode.io&signature=1f56e26077e1b222>*
>>
>> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
>> constantemente...*
>>
>>
>> 2015-10-07 17:09 GMT-05:00 Raul Magdalena Catala :
>>
>>> Gracias Christian,
>>>
>>> ya he consegido, creo, que se realice la llamada cuando escribo algo en
>>> el input
>>>
>>>
>>> <https://lh3.googleusercontent.com/-SBR0rzGlShc/VhWXCkVuB7I/eIs/h7KqDfMMpyU/s1600/Selecci%25C3%25B3_001.png>
>>>
>>>
>>> pero siguen sin autocompletarse.
>>> Ahora cuando escribo la misma url (
>>> http://localhost:8765/cars/index.json?term=fo) directamente en el
>>> navegador, me responde:
>>>
>>> {
>>> "message": "Template file \u0022Cars\/json\/index.ctp\u0022 is 
>>> missing.",
>>> "url": "\/cars\/index.json?term=fo",
>>> "code": 500
>>> }
>>>
>>>
>>>
>>> saludos
>>>
>>> El dimecres, 7 octubre de 2015 23:48:49 UTC+2, Christian Quispe va
>>> escriure:
>>>>
>>>> Hola Raul
>>>> Nos compares los debugs? o algún pantallazo de la consola de chromeDev
>>>> cuando intentas ejecutarlo
>>>>
>>>>
>>>>
>>>> Enviado con MailTrack
>>>> <https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>
>>>>
>>>> Saludos
>>>>
>>>> Christian Quispe
>>>>
>>>> *Geek and Developer*
>>>> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>>>>
>>>> *Portafolio: www.oxicode.io
>>>> <https://mailtrack.io/trace/link/f90a24cbce9603049712749436540c6015285ce9?url=http%3A%2F%2Foxicode.io&signature=b56e083071470d63>*
>>>>
>>>> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
>>>> constantemente...*
>>>>
>>>>
>>>> 2015-10-07 16:42 GMT-05:00 Raul Magdalena Catala :
>>>>
>>>>> Hello,
>>>>> i'm trying to use the following example of JQuery autocomplete with
>>>>> Cakephp
>>>>>
>>>>>
>>>>> http://zenofcoding.com/2013/08/27/cakephp-and-jquery-auto-complete-revisited/
>>>>>
>>>>> The important change between versions (if i'm not wrong) is how to
>>>>> enable the parsing of extensions
>>>>>
>>>>> in both cases it is done in the ruotes.php file
>>>>> in 2.3 by Router::parseExtensions()
>>>>> in 3.0 by Router::extensions('json')
>>>>>
>>>>> anyway, when i write into the input, nothing happens
>&g

Re: JQuery autocomplete on Cakephp 3.0

2015-10-07 Thread Christian Quispe
Ya veo, el problema viene por la vista, tienes el archivo creado en la
vista?, si usas solo controlador debes tener

$this->set('_serialize', ['articles']);

tambien checa la ruta,  la url destino, el u0022 es un ' por ahi puede
hacer conflicto
pasame un pantallazo de la pestaña Network, el ultimo item debe ser el
request, subpestaña preview



Enviado con MailTrack
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/8ec7b946fa3dd757dcc0aee0f3b541981f2635a3?url=http%3A%2F%2Foxicode.io&signature=1f56e26077e1b222>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


2015-10-07 17:09 GMT-05:00 Raul Magdalena Catala :

> Gracias Christian,
>
> ya he consegido, creo, que se realice la llamada cuando escribo algo en el
> input
>
>
> <https://lh3.googleusercontent.com/-SBR0rzGlShc/VhWXCkVuB7I/eIs/h7KqDfMMpyU/s1600/Selecci%25C3%25B3_001.png>
>
>
> pero siguen sin autocompletarse.
> Ahora cuando escribo la misma url (
> http://localhost:8765/cars/index.json?term=fo) directamente en el
> navegador, me responde:
>
> {
> "message": "Template file \u0022Cars\/json\/index.ctp\u0022 is missing.",
> "url": "\/cars\/index.json?term=fo",
> "code": 500
> }
>
>
>
> saludos
>
> El dimecres, 7 octubre de 2015 23:48:49 UTC+2, Christian Quispe va
> escriure:
>>
>> Hola Raul
>> Nos compares los debugs? o algún pantallazo de la consola de chromeDev
>> cuando intentas ejecutarlo
>>
>>
>>
>> Enviado con MailTrack
>> <https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>
>>
>> Saludos
>>
>> Christian Quispe
>>
>> *Geek and Developer*
>> *Miembro: * *GDG Lima (Google Developer Group Lima)*
>>
>> *Portafolio: www.oxicode.io
>> <https://mailtrack.io/trace/link/f90a24cbce9603049712749436540c6015285ce9?url=http%3A%2F%2Foxicode.io&signature=b56e083071470d63>*
>>
>> *¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
>> constantemente...*
>>
>>
>> 2015-10-07 16:42 GMT-05:00 Raul Magdalena Catala :
>>
>>> Hello,
>>> i'm trying to use the following example of JQuery autocomplete with
>>> Cakephp
>>>
>>>
>>> http://zenofcoding.com/2013/08/27/cakephp-and-jquery-auto-complete-revisited/
>>>
>>> The important change between versions (if i'm not wrong) is how to
>>> enable the parsing of extensions
>>>
>>> in both cases it is done in the ruotes.php file
>>> in 2.3 by Router::parseExtensions()
>>> in 3.0 by Router::extensions('json')
>>>
>>> anyway, when i write into the input, nothing happens
>>> i've checked with the browser debugging tool and no call to
>>> http://localhost:8765/cars/index.json occurs.
>>> even if i write the url http://localhost:8765/cars/index.json?term=fo
>>> in the browser, i do not receive a json response, in fact no response or
>>> error message
>>>
>>> any idea about what i'm doing wrong?
>>>
>>> --
>>> Like Us on FaceBook https://www.facebook.com/CakePHP
>>> Find us on Twitter http://twitter.com/CakePHP
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "CakePHP" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to cake-php+u...@googlegroups.com.
>>> To post to this group, send email to cake...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/cake-php.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: JQuery autocomplete on Cakephp 3.0

2015-10-07 Thread Christian Quispe
Hola Raul
Nos compares los debugs? o algún pantallazo de la consola de chromeDev
cuando intentas ejecutarlo



Enviado con MailTrack
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/f90a24cbce9603049712749436540c6015285ce9?url=http%3A%2F%2Foxicode.io&signature=b56e083071470d63>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


2015-10-07 16:42 GMT-05:00 Raul Magdalena Catala :

> Hello,
> i'm trying to use the following example of JQuery autocomplete with Cakephp
>
>
> http://zenofcoding.com/2013/08/27/cakephp-and-jquery-auto-complete-revisited/
>
> The important change between versions (if i'm not wrong) is how to enable
> the parsing of extensions
>
> in both cases it is done in the ruotes.php file
> in 2.3 by Router::parseExtensions()
> in 3.0 by Router::extensions('json')
>
> anyway, when i write into the input, nothing happens
> i've checked with the browser debugging tool and no call to
> http://localhost:8765/cars/index.json occurs.
> even if i write the url http://localhost:8765/cars/index.json?term=fo in
> the browser, i do not receive a json response, in fact no response or error
> message
>
> any idea about what i'm doing wrong?
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: how to Deploy CakePHP 2.6.6 on godaddy shared windows hosting plan?

2015-07-31 Thread Christian Quispe
Hi

Compartenos el Log para poder tener saber que puede pasar

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Query

2015-07-15 Thread Christian Quispe
Si usas la v2 tendrás que usar este metodo:

$this->Customer->query("SELECT * FROM pictures LIMIT 2;");

http://book.cakephp.org/2.0/en/models/retrieving-your-data.html#model-query

Te recomiendo que uses la versión 3.

Enviado con MailTrack
<https://mailtrack.io/install?source=signature&lang=es&referral=christian.quis...@gmail.com&idSignature=23>

Saludos

Christian Quispe

*Geek and Developer*
*Miembro: * *GDG Lima (Google Developer Group Lima)*

*Portafolio: www.oxicode.io
<https://mailtrack.io/trace/link/17189edfdc13625414302bd0c1313dc99e062b15?url=http%3A%2F%2Foxicode.io&signature=efdec3bbffdbed8e>*

*¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores
constantemente...*


2015-07-15 7:06 GMT-05:00 Hugo Fabricio :

> Hi,
>
> Can anyone help me for this query in cakephp 2 format?
>
> *SELECT * FROM  `app_customers` AS `Customer` WHERE id IN ( SELECT
> DISTINCT (customer_id) FROM  `app_buildings`)*
>
> Thanks
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


How to watermark text on upload image in cakephp

2015-06-18 Thread Christian Quispe
Hola

Instala el componente por composer e indicanos el método que sueles usar. A 
partir de eso podré ayudarte para aplicarlo a tu función. Tambien He visto 
plugins que hace lo que índicas

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Help with Breadcrumbs

2015-06-02 Thread Christian Quispe
Hola

Después del foreach has un pr($cat);
Nos muestras los resultados

Saludos

Enviado desde Gmail para Android en Moto G

www.oxicode.io
El may. 31, 2015 4:39 PM, "Jekill CR"  escribió:

>
>
>
> *Hi! friends i am  from Costa Rica and need some help with the breadcrumbs
> This is the problem im trying to generate the breadcrumbs with this code in
> my view:*
>
> 
>
>
>  Html->addCrumb('Categorias', array('controller' =>
> 'categories', 'action' => 'index'));?>
>  Html->addCrumb($cat['name'], array('controller' =>
> 'categories', 'action' => 'view',$cat['id']));?>
>
>
>
>  echo $this->Html->getCrumbs(' ► ', array(
> 'text'=>'Inicio',
> 'url' => array('controller' => 'anuncios', 'action' => 'index'),
> 'escape' => false));
> ?>
> 
>
>
> *but jump a Notice:*
>
> Inicio  ► Categorias
>  ► Juguetes <<< Well formed
> breadcrumb 
>
> *Notice* (8): Undefined index: name [*APP\View\Categories\view.ctp*, line 
> *276*]
>
> *Notice* (8): Undefined index: id [*APP\View\Categories\view.ctp*, line *276*]
>
> Inicio  ► Categorias
>  ► Juguetes
>  ► Categorias
>  ► <<< Bad formed breadcrumb
> 
>
> If you can help me with this error.
>
> Thanks in advance!!!
>
>
>  --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: I need some help with CakeDC Search

2015-06-02 Thread Christian Quispe
Hola

También hablo español. Cuentame exactamente que no funciona

Saludos

Enviado desde Gmail para Android en Moto G

www.oxicode.io
El jun. 1, 2015 4:57 AM, "euromark"  escribió:

> See http://sandbox3.dereuromark.de/sandbox/search-examples and the code
> to it for example.
>
>
> Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR:
>>
>>
>> *I need some help with CakeDC Search i configured the plugin with the
>> instructions and nothing happens.*
>>
>> Only show the text of the search on the Web Browser search input.
>>
>> Please if someone have a working configuration and can share with me.
>>
>> thanks in advance!
>>
>>
>> I need the most simple configuration nothing special.
>>
>> Sorry for my bad english.
>>
>> Jesus Castro - Costa Rica
>>
>  --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: error creating ARO in SQL Server200

2007-03-30 Thread Christian Quispe Quispe
Ok, that's the ticket
https://trac.cakephp.org/ticket/2312

Now, I try to connect using adodb and show a different error , creating the
ACL table:

C:\Arch.\cake\scripts>php acl.php initdb
Initializing Database...

Creating access control objects table (acos)...

Creating access request objects table (aros)...

PHP Fatal error:  Call to undefined method ADORecordSet_empty::MetaType() in
C:\Archivos de programa\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_adodb.php on
line 295

Fatal error: Call to undefined method ADORecordSet_empty::MetaType() in
C:\Archivos de programa\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_adodb.php on
line 295

My Conexion string:

var $default = array('driver' => 'adodb',
'connect' => 'mssql',
'host' => 'localhost',
'login' => 'usuario',
'password' => 'password',
'database' => 'midb',
'prefix' => '');




Mi Config: Cake 1.1.13.4450 , MS SQL Server 200 SP4, php-5.2.1-win32, apache
2.2.4, adodb494.

Somebody has configured  cakePHP with  MSSQL2000 ???


On 3/30/07, Mariano Iglesias <[EMAIL PROTECTED]> wrote:
>
>  Please report it to the trac:
>
>
>
> https://trac.cakephp.org
>
> -MI
> <http://www.MarianoIglesias.com.ar>
>   --
>
> *De:* cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] *En
> nombre de *Christian Quispe Quispe
> *Enviado el:* Viernes, 30 de Marzo de 2007 12:19 p.m.
> *Para:* cake-php@googlegroups.com
> *Asunto:* error creating ARO in SQL Server200
>
>
>
> for create the ACL table in MSSQL2000  I apply the change,
>
> https://trac.cakephp.org/changeset/4706
>
> and create the ACL table, but when  I try to create an ARO,  the following
> error shows:
>



-- 
Christian Quispe
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



error creating ARO in SQL Server200

2007-03-30 Thread Christian Quispe Quispe
Hi,
for create the ACL table in MSSQL2000  I apply the change,

https://trac.cakephp.org/changeset/4706

and create the ACL table, but when  I try to create an ARO,  the following
error shows:

C:\Archivos de programa\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\scripts>php
acl.php create aro 0 0 Users
PHP Warning:  mssql_query(): message: Invalid column name 'MAX(rght) as
rght'. (severity 16) in C:\Archivos de programa\
Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_mssql.php on
line 169

Warning: mssql_query(): message: Invalid column name 'MAX(rght) as rght'.
(severity 16) in C:\Archivos de programa\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_mssql.php on
line 169
PHP Warning:  mssql_query(): General SQL Server error: Check messages from
the SQL Server. (severity 5) in C:\Archivos de programa\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_mssql.php on
line 169

Warning: mssql_query(): General SQL Server error: Check messages from the
SQL Server. (severity 5) in C:\Archivos de pro
grama\Apache Software
Foundation\Apache2.2\htdocs\intranet\cake\libs\model\dbo\dbo_mssql.php on
line 169
PHP Warning:  mssql_query(): Query failed in C:\Archivos de programa\Apache
Software Foundation\Apache2.2\htdocs\intrane
t\cake\libs\model\dbo\dbo_mssql.php on line 169

Warning: mssql_query(): Query failed in C:\Archivos de programa\Apache
Software Foundation\Apache2.2\htdocs\intranet\cak
e\libs\model\dbo\dbo_mssql.php on line 169
New Aro 'Users' created.


is a bug ??
Mi config:  Cake 1.1.13.4450 , MS SQL Server 200 SP4, php-5.2.1-win32,
apache 2.2.4



-- 
Christian Quispe

[EMAIL PROTECTED]

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---