bp-core-cssjs.php : Line 47 problem (yet another header information warning)
-
Hi there
We updated both wordpress and buddypress yesterday on a developpement instalation.
Since then, we have an error when we try to activate plugins.
Warning: Cannot modify header information – headers already sent by (output started at /PATH/TO/plugins/buddypress/bp-core/bp-core-cssjs.php:40) in /PATH/TO//wp-includes/pluggable.php on line 897
This problem also occur when we try to activate themes.
However, when we click the back button from the error, the plugin is indeed activated…
We replaced the bp-core-cssjs.php with the one from the previous version (1.2.7), and it solved this error.
The only difference between the two version is at line 47 :
1.2.8 :
add_action( is_multisite() ? ‘network_admin_menu’ : ‘admin_head’, ‘bp_core_admin_menu_icon_css’ );1.2.7 :
add_action( ‘admin_head’, ‘bp_core_admin_menu_icon_css’ );Does anyone is aware of this problem or can reproduce it?
Thanks! Keep on truckin!
S.
- The topic ‘bp-core-cssjs.php : Line 47 problem (yet another header information warning)’ is closed to new replies.