Re: A Component called via Ajax request don't execute its startup() method

2007-04-17 Thread Charles Schaefer
eference of the controller itself, using the controller params. But thanks all for the atention... :) On 17 abr, 10:24, Charles Schaefer <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm developing a component that will use values setteds in the > controller to execute some routines. But

A Component called via Ajax request don't execute its startup() method

2007-04-17 Thread Charles Schaefer
Hi all, I'm developing a component that will use values setteds in the controller to execute some routines. But when I call my controllers (that use this component) via Ajax the startup() method (and the init() also) isn't called. The result is that i haven't a reference to the controller and i c

Re: logging cake errors

2007-04-01 Thread Charles Schaefer
- > De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre > de Charles Schaefer > Enviado el: Sábado, 31 de Marzo de 2007 08:05 p.m. > Para: Cake PHP > Asunto: Re: logging cake errors > > this apply in what versions of CakePHP? Because we still

Re: logging cake errors

2007-03-31 Thread Charles Schaefer
Uau! I didn't know that we can create an AppError class. Just another question: this apply in what versions of CakePHP? Because we still use the 1.1.10, because of an error in the Session component generated after the 1.1.11 version. Anyway, this will help us. AD7six, ianh an all, very thanks

Re: logging cake errors

2007-03-30 Thread Charles Schaefer
John David Anderson (_psychic_) > Sent: 29. marts 2007 22:46 > To: cake-php@googlegroups.com > Subject: Re: logging cake errors > > On Mar 29, 2007, at 2:32 PM, Charles Schaefer wrote: > > > Good, but I don't saw an automatic log system in the cake! > > Am I wrong with t

logging cake errors

2007-03-29 Thread Charles Schaefer
Hi all, I'm developing a big system to a brazilian governmental institute. This system uses CakePHP and PostgreSQL. Well, we have some troubles when we put the system in production ambient. A lot of this troubles occurs because we use the multi-user capability of the postgres. But we're fixing w