bp-sn-parent: Cannot modify header warning
-
After upgrading to bp 1.1.3 I regularly get a php warning in my error_log referencing bp-sn-parent. I’m not noting problems on the front end.
I’ve spend time at wordpress.org seeking a solution and I’ve examined and replaced the supposed offending line. I even replaced the header.php file with one freshly downloaded. While more generally a fairly common wordpress.org issue, I’m hoping since this is the default BP theme someone here might have some insight to share. I am aware that garbage before an opening <?php tag or after a closing ?> tag can cause this warning but as I mentioned I’m using the unedited BuddyPress theme and files.
PHP Warning: Cannot modify header information - headers already sent by (output started at xxxx/wp-content/themes/bp-sn-parent/header.php:3) in xxxx/wp-includes/pluggable.php on line 865
Line 3 of bp-sn-parent/header.php is:
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
wpmu 2.8.6 with 4 active plugins on main bp site:
bp 1.1.3, bp-groupblog, auto group join, Group Forum Subscripton
- The topic ‘bp-sn-parent: Cannot modify header warning’ is closed to new replies.