On Aug 2, 2006, at 10:56 AM, [EMAIL PROTECTED] wrote:

>
>> If you turn up DEBUG to 3 do you get any messages?
>
> Warning: Cannot modify header information - headers already sent by
> (output started at C:\www\workspace\site.com\app\config\core.php:149)
> in C:\www\workspace\site.com\cake\libs\controller\controller.php on
> line 396

This is the problem.

Remove the whitespace from the bottom of /app/config/core.php.  
Somehow some newlines got added to the file, and are getting sent to  
the browser (making it so you can't redirect).

-- John

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

Reply via email to