Re: Buddypress Links Redirect To Home Page
Another issue here, when somebody clicks on this: http://www.p3blog.net/members/gm-luke/
They get redirected to the home page.
Is the – in the username an issue? My permalinks structure is not default either.
1. Which version of WP/MU are you running? 2.9.1 Single WP
2. Did you install WP/MU as a directory or subdomain install? http://www.mysite.com
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgraded from a previous version of WP/MU? If so, from which version? No
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? Version 1.2.1
7. Did you upgraded from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? Yes
9. Are you using the standard BuddyPress themes or customized themes? Using BuddyPress Template Pack
10. Have you modified the core files in any way? Yes, to fix the avatar upload issue:
bp-core-avatars.php line 389
Replace:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
With:
if ( !$path = get_option( ‘upload_path’ ) )
$path = WP_CONTENT_DIR . ‘/uploads’;
else
$path = ABSPATH . $path;
…and report back?
https://trac.buddypress.org/ticket/1970
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not using bbPress.
13. Please provide a list of any errors in your server’s log files. – Nope, shared server.
14. Which company provides your hosting? Hostgator