Ok,
 
thanks for the tip. Will check it out.
 
Dave

  _____  

From: Pablo Viojo [mailto:pvi...@gmail.com] 
Sent: July-20-09 5:07 PM
To: cake-php@googlegroups.com
Subject: Re: Cannot modify header information


Now what? 

Try looking at /cake/basics.php:108 ... I found it belongs to function
debug(), so maybe you're using debug(...) previously?

Take a look at your code.

Saludos,

Pablo Viojo
pvi...@gmail.com
http://pviojo.net
(#340 y creciendo!)

------------------------------------------------------------
Ayudar nos hace felices!
http://needish.com  - http://helperman.org




On Mon, Jul 20, 2009 at 3:24 PM, Dave Maharaj :: WidePixels.com
<d...@widepixels.com> wrote:



Yes.....


Cannot modify header information - headers already sent by (output started

at /cake/basics.php:108) [CORE/cake/libs/controller/controller.php, line
640]

Now what?


________________________________

From: Pablo Viojo [mailto:pvi...@gmail.com]
Sent: July-20-09 4:39 PM
To: cake-php@googlegroups.com
Subject: Re: Cannot modify header information



Normally that error comes with something like:

Warning (2): Cannot modify header information - headers already sent by
(output started at file:line)

Regards,

Pablo Viojo
pvi...@gmail.com
http://pviojo.net
(#340 y creciendo!)

------------------------------------------------------------
Ayudar nos hace felices!
http://needish.com  - http://helperman.org




On Mon, Jul 20, 2009 at 2:54 PM, Dave Maharaj :: WidePixels.com
<d...@widepixels.com> wrote:



       I have debug = 2 and I get
       Cannot modify header information

       turn debug to 0 and it works the way i want. Doing a redirect after
login to
       redirect a user to appropriate area.
       No white space after closing ?>
       $this->Auth->autoRedirect = false;

       Ideas why this may be happeining?

       Dave



















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

Reply via email to