Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,702
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,498
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,180
-
This is usually caused by whitespace after a closing php tag.
First place I’d check is your theme functions.php, make sure there are no empty lines after the closing ?>
If that doesn’t work, check all other files you have edited for the same.