Header warnings after creating group, go away on page refresh
-
I’m running BP 1.1.2 and WPMU 2.8.4. When creating a new group, after the step where I select public or private, I consistently get the following errors (as do my beta testers):
Warning: Cannot modify header information – headers already sent by (output started at /home/spinistr/public_html/bb-config.php:80) in /home/spinistr/public_html/wp-content/plugins/buddypress/bp-groups.php on line 507
Warning: Cannot modify header information – headers already sent by (output started at /home/spinistr/public_html/bb-config.php:80) in /home/spinistr/public_html/wp-content/plugins/buddypress/bp-groups.php on line 508
Warning: Cannot modify header information – headers already sent by (output started at /home/spinistr/public_html/bb-config.php:80) in /home/spinistr/public_html/wp-includes/pluggable.php on line 865
If I refresh the page, the errors go away and everything is fine; the group appears as created.
In bp-groups.php, the lines referenced are setcookie commands. In pluggable.php, the line referenced is: header(“Location: $location”);
Help! I’ve searched and see that others have had this problem, but I’ve yet to find the answer. Thanks so much.
- The topic ‘Header warnings after creating group, go away on page refresh’ is closed to new replies.