You are correct. I had whitespace after the closing ?> in the note.php file. Thank you very much.
Jamie On Feb 12, 11:12 am, "John David Anderson (_psychic_)" <[EMAIL PROTECTED]> wrote: > On Feb 12, 2007, at 8:59 AM, Jamie wrote: > > > > > > > Hi All, > > > Am sure this is a simple one, but any help would be greatly > > appreciated. > > > Running on Windows XP, Apache 2.0, php 5.2.0. > > > Have created db and ensured connection is successful, have created > > Notes model class and Notes controller. Am using scaffolding. > > > Whenever I add, edit, delete, update any of the notes, am getting the > > following Warning message: > > > Warning: Cannot modify header information - headers already sent by > > (output started at C:\Program Files\xampp\htdocs\cake\app\models > > \note.php:11) in C:\Program Files\xampp\htdocs\cake\cake\libs > > \controller\controller.php on line 446 > > > I tried to ensure that the directory app/tmp is completely writable by > > the server. Did I do anything wrong? Is there something to do with > > output buffering that I'm missing? > > My guess is that you have some whitespace after or before the <?php > and ?> in your note.php model file. > > -- 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?hl=en -~----------~----~----~----~------~----~------~--~---
