Take a look at you pagination.php file, this error normally occurs when you have a line return (a.k.a crlf) after the PHP close tag "?>" because of the copy-paste operation. Check that file, erase everything (blank spaces and line returns) after the end of the PHP block.
Hope it helps... Regards, Emiliano On Oct 18, 5:21 am, bigbass <[EMAIL PROTECTED]> wrote: > Hi, > > I included the pagination component (http://bakery.cakephp.org/ > articles/view/pagination) in my articles, but now I get a warning > when debug = 2: > "Cannot modify header information - headers already sent by (output > started at /path/to/myapp/views/helpers/pagination.php:556)" > > Should I be troubled? > > Bassy regards, > Benjamin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
