Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3082 closed defect (bug) (no action required)

Warning: Cannot modify header information... bp-core-cssjs.php:39

Reported by: jconti's profile j.conti Owned by:
Milestone: 1.2.8 Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

On network dashboard: browsing users, Activating plugins sitewide, etc...

Warning: Cannot modify header information - headers already sent by (output started at /home/buddypr/public_html/wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php:39) in /home/buddypr/public_html/wp-includes/pluggable.php on line 897

Change History (9)

#1 @j.conti
13 years ago

Is WP 3.1 Multisite + BuddyPress 1.2.8

#2 @boonebgorges
13 years ago

This was briefly a problem with the 1.2 branch, but should have been fixed with [4071] (and thus in the release version of 1.2.8). Can you tell me what the add_action() line around 47 of buddypress/bp-core/bp-core-cssjs.php says?

#3 @boonebgorges
13 years ago

  • Version changed from 1.2 to 1.2.8

#4 @j.conti
13 years ago

Yes, is this one:

add_action( is_multisite() ? 'network_admin_menu' : 'admin_head', 'bp_core_admin_menu_icon_css' );

#5 @boonebgorges
13 years ago

Hm. That's not the line from the release version of 1.2.8 (see https://trac.buddypress.org/browser/tags/1.2.8/bp-core/bp-core-cssjs.php). Did you install through svn? Try svn up to get the most recent changes. Otherwise try deleting the BuddyPress core files and reinstalling.

#6 @j.conti
13 years ago

No,

I downloaded BuddyPress 1.2.8 from http://buddypress.org.... not from branch or SVN

I don't know now, but when I downloaded BP 1.2.8, it didn't have bbPress into bp-forums...

#7 @j.conti
13 years ago

I downloaded again from http://buddypress.org and now all works fine.

May be was a error packaging BP 1.2.8 for some minutes...

Thank you and I'm sorry

#8 @boonebgorges
13 years ago

  • Resolution set to invalid
  • Status changed from new to closed

No need to apologize. For some reason, there were some problems with the way that the wordpress.org repo software packaged the zip file. Those problems have now been corrected.

Thanks for the report.

#9 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 1.2.8
  • Severity set to normal
  • Version 1.2.8 deleted

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.