On Mon, Mar 23, 2009 at 1:53 PM, crankin <[email protected]> wrote: > > After I submit the first step in the form, I get this message: > > Warning (2): Cannot modify header information - headers already sent > by (output started at /export/httpd/data/architecture/sitemanager/cake/ > libs/configure.php:476) [CORE/cake/libs/controller/controller.php, > line 577] > > I'm on a server running in safe mode. Is this the problem? Or am I > missing something obvious. > > Thanks for any suggestions.
Please, verify: 1. if there's a whitespace before the <?php in your models and controllers; 2. remove the end ?> of your models and controllers; 3. be sure that's to no do an 'echo' in your models and controllers; That's a relative common problem. Days ago there was another issue like that in the list. Check the list's history. Best regards. -- MARCELO DE F. ANDRADE Belem, PA, Amazonia, Brazil Linux User #221105 http://mfandrade.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
