Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,670
- How-to & Troubleshooting
- 127,979
- Creating & Extending
- 25,647
- Requests & Feedback
- 9,399
- Third Party Plugins
- 9,725
- Showcase
- 3,320
- Ideas
- 1,346
- Miscellaneous
- 8,853
-
The first thing I’d do to start debugging is to find out what the value of $base and $request are where it gets assigned to $result. If you see blogname in both, that’s your problem.
$base = trailingslashit( get_bloginfo( 'url' ) );
The above line should dump whatever you have set in you WP General Settings as the Blog URL. If that includes blogname, then the code creating the $request is doing something funky.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS