Portal Home > Knowledgebase > General > PHP Warning: Header Already Sent
Help, I am getting a php warning error similar to the below:
PHP Warning: Cannot modify header information - headers already sent in /home/user/public_html/filepath/filename.php
This happens when there is some sort of whitespace in the file. Check the mentioned php filename (in error message) for whitespace before the and after the ?> lines and remove
the whitespace, usually a blank line.
Typically, this will happen in a configuration file.
Add to Favourites
Print this Article