This happens because you can't send any sort of header to a browser if you've already sent any output.
Take a look at pagination.php line 556 to see what might be echoing any output. If it's the end of the file, check that you have not left some spaces at the end of it. 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 -~----------~----~----~----~------~----~------~--~---
