CommentAlot.com
Member
Posted 2 years ago #
On my site commentalot.com I am using wordpress and it is working great but when you try to register I am getting this specific error that pops up in the header space:
Warning: Cannot modify header information - headers already sent by (output started at /home1/williav5/public_html/commentalot/wp-content/themes/bp-sn-parent/header.php:3) in /home1/williav5/public_html/commentalot/wp-includes/pluggable.php on line 865
anyone seen this before or can help me to fix it?
THANKS!
CommentAlot.com
Member
Posted 2 years ago #
Have any of you seen this before?
Have a look at line 3 of header.php in your bp-sn-parent theme directory.
Check for erroneous characters etc.
Restore the file from an original if need be (unless you've customised it).
CommentAlot.com
Member
Posted 2 years ago #
Thanks! I will look and report back.
CommentAlot.com
Member
Posted 2 years ago #
Hi:
This is line 3:
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
Does it look wrong?
Unless I'm having a blonde moment, that looks fine to me.
Have a look at the lines either side of that too.
CommentAlot.com
Member
Posted 2 years ago #
That worked ! Thanks, there was an extra character on line 3. I removed it and it works now! thanks.