A HTTP response is composed of
  a. HTTP headers
  b. HTTP content
If you try to do
echo 'aaa';
header('ssss');
You will get this error.

Check if the action throws out an error or outputs something, for this
do an exit before
the first header() call in sfWebResponse.

Common situations where I encountered this problem:
1. PHP tags closed that have extra white space at the end of the file
2. UTF-8 BOM signature

   gabriel


On May 18, 4:46 am, Samuel Morhaim <samuel.morh...@gmail.com> wrote:
> I am trying to move my site from one host to another... same code on both..
> however on the new server, one of my modules is throwing this
>
> *Warning*: Cannot modify header information - headers already sent by
> (output started at /var/www/
> zizzerdog.com/httpdocs/apps/backend/modules/message/actions/actions.class.p 
> hp:1)
> in */usr/share/php/PEAR/symfony-1.4.4/lib/response/sfWebResponse.class.php*on
> line
> *336*
>
> *Warning*: Cannot modify header information - headers already sent by
> (output started at /var/www/
> zizzerdog.com/httpdocs/apps/backend/modules/message/actions/actions.class.p 
> hp:1)
> in */usr/share/php/PEAR/symfony-1.4.4/lib/response/sfWebResponse.class.php*on
> line
> *357
>
> Any ideas on how to fix this?  Its exactly the same code which is working
> fine on the other host..
>
> *
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to