I have error
Cannot send headers; headers already sent in path/to/file line 1
File where this error occurs is class file so it begins with
<?php
class something extends parentClass
I have already checked there are no spaces before line 1 i even check with HEX editor, there is nothing before this line.
Can someone explain what is wrong here, I'm totally lost... Edit:
The error happens when I try to redirect user after facebook login to customer edit
This happens on magento 1.7 platform...