Block error

Permalink
Can someone help me with this block error that I'm getting?

Warning: Cannot modify header information - headers already sent by
httpdocs/blocks/block/controller.php:1) in /var/www/vhosts/site.com/subdomains/test/httpdocs/concrete/startup/process.php on line 490

I can't seem to fix this. If anyone has any ideas let me know. *note this happens after i click publish page.

bryanlewis
 
bcarone replied on at Permalink Reply
bcarone
Check your header.php file and make sure you don't have a funky cookie or session call after your first line of php coding.
bryanlewis replied on at Permalink Reply
bryanlewis
Its the default theme for c5 so I don't think anything would be wrong there. I think its something wrong with my controller.php file
cgrauer replied on at Permalink Reply
cgrauer
Check your controller.php. Does it start with a blank line?
bryanlewis replied on at Permalink Reply
bryanlewis
No I thought that was what the problem was at first but there is no space.
GavMurphy replied on at Permalink Reply
GavMurphy
Did you resolve this issue? I am having the same problem. Site was working on a local host, but now I have moved it to a web server for public view whenever I edit and save a page I get the same type of error.