Receving "Cannot modify header information – headers already sent by" error
-
I’ve been creating my own theme, and everything was working just fine.
I’ve been working on the Comments section for the past few hours, and all of a sudden, then I attempted to log into the WP Admin, I received the following error:
Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\wordpress\wp-content\themes\boomerbazaar\functions.php:60) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 897
This was so strange as it simply came out of nowhere!
I’ve read in previous posts from users who’ve received similar errors that it’s due to extra spaces–but my question is where?
If I look at link 897 in the pluggable.php file, that line reads:
header(“Location: $location”, true, $status);
I am at a complete loss. Any help is appreciated.
Thanks in advance.
Ron
- The topic ‘Receving "Cannot modify header information – headers already sent by" error’ is closed to new replies.