I would look in any helpers/component files that you have made and
look for an extra leading or trailing  line feed (return) I have been
bitten by that trailing white space more then once.  Also check your
controllers and models.

That usually fixes it for me.

Sam D

On Mon, May 19, 2008 at 1:00 AM, Filip Camerman <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> That error occurs if you try to set a http header after you've already
> outputted some html. The code at  [CORE/cake/libs/controller/
> controller.php, line 546] is called when you do a redirect, so I'm
> guessing that you have done a $this->redirect somewhere after you've
> outputted something. Is that possible?
>
>
> >
>



-- 
-- 
(the old fart) the advice is free, the lack of crankiness will cost you

- its a fine line between a real question and an idiot

http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/
http://blog.samdevore.com/cakephp-pages/my-cake-wont-bake/
http://blog.samdevore.com/cakephp-pages/i-cant-bake/

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to