On Mon, 17 May 2010, Samuel Morhaim 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.php: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.php: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..
Could be an error being output before headers are sent. Check your web server error logs. -- -- 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