Skip to:
Content
Pages
Categories
Search
Top
Bottom

Member and Group pages not working

  • When I upgraded a site to buddypress all the pages work with the exception of the member and group pages. I keep getting a redirect error and cannot figure out why. I have updated wp to 3.4.2 changed the permalinks double checked the .htaccess file and even updated the database. Still no closer to figuring this out. I know I am missing something. Can anyone help?

Viewing 1 replies (of 1 total)

  • rodtrent
    Participant

    @rodtrent

    I’m still working to get the Group pages to work, but the following allowed me to get the Member pages to work:

    Add this to the bottom of the buddypress/bp-loader.php file:

    remove_action( ‘bp_template_redirect’, ‘bp_redirect_canonical’, 2 );

    This will remove the canonical redirect hook that might be causing you some issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Member and Group pages not working’ is closed to new replies.
Skip to toolbar