MyBB Community Forums

Full Version: Error.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I login, I get this error:

Quote:Warning: Cannot modify header information - headers already sent by (output started at /www/nocatch.net/j/e/r/jerlene/htdocs/inc/languages/english/member.lang.php:1) in /www/nocatch.net/j/e/r/jerlene/htdocs/inc/functions.php on line 531

How do I fix it?

Quote: }
else
{
$url = str_replace("#", "&#", $url);
$url = str_replace("&", "&", $url);
$url = str_replace(array("\n","\r",";"), "", $url);
header("Location: $url");
}
exit;
}

The bold line is line 531.
Re-upload inc/languages/english/member.lang.php or ensure (with an editor other than notepad) that there are no spaces before <?php or after ?>
Re-download it from the site if necessary.
I've done all of that... I'll try again.
Have you modified the member.lang.php file?
Also make sure that the BOM (Byte Order Mark) is missing, but I don't think this would be an issue with the English language files.