Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Can't see 'members' page in buddypress local install (22 posts)

Started 2 years, 1 month ago by: vtblogmu

  • I have buddypress working nicely on a server, however I can’t display the ‘members’ page or any individual profile page on a local webserver install I have made.

    If I try and visit /members/ I just get redirected back to th emain buddypress page.

    No idea what’s causing it, any suggestions on what I could do?

    I also just noticed online members never shows whose online, could be related.

  • Profile picture of subhramani Subhramani said 2 years ago:

    Its the same case with me in my production site. The ‘All Members’ link the the members page links to the homepage of the website. Need help please.

  • Profile picture of r-a-y r-a-y said 2 years ago:

    Have you guys tried setting your permalinks to something other than the default?

    http://codex.wordpress.org/Settings_Permalinks_SubPanel

    When you’ve tried a different setting, also see if a .htaccess file is generated in your Wordpress root directory.

  • Profile picture of subhramani Subhramani said 2 years ago:

    In wordpress, I have set my Permalinks to
    /%category%/%postname%/

    Would that have any effect on my buddypress as well? How do I fix it though? :-(
    I cant really change the permalinks settings now as it will generate hundreds of 404 errors from search engines.

  • Profile picture of Paul Gibbs Paul Gibbs said 2 years ago:

    BuddyPress does not work with the default, out-of-the-box permalink style from WordPress (not WPMU). Full stop.

  • Profile picture of subhramani Subhramani said 2 years ago:

    Sorry I didnt really understand that :-s

  • Profile picture of qbuster qbuster said 2 years ago:

    I’m experiencing similar problems. I have BuddyPress working quite well on the Atahualpa theme at http://waterwaywatch.org but whilst I can get a list of members, clicking on a member’s profile gets me re-directed to About/Home.

    As insisted upon when I first linked in BP, Permalinks is set to something other than Default. I have tried all of the non-default options and they don’t solve the problem.

    Very frustrating!

  • Exact same problem as described.
    I did a clean 1.2.3 install running on Wordpress MU 2.9.2. I followed the how-to as presented on this page, and changed the permalinks setting to something other than default.

    A .htaccess file is indeed created, and the buddypress installation does run. However, when I try to visit the about page or the members page, I get a 404 error stating the page doesn’t exist. The link is correct (http://localhost.localdomain/wpmu/members/ i.e.) , but it simply doesn’t show anything.
    I can’t visit a members profile either, it simply stops everywhere outside the mainpage.

    I’m using the default Buddypress theme btw, nothing changed on my side.

  • Profile picture of qbuster qbuster said 2 years ago:

    Well, I’ve been frustrated by this now for weeks and no-one seems to want to try and help. Let me describe two scenarios that demonstrate the two problems above in the hope that someone will try to solve them:

    1. I have just installed a completely fresh WP 2.92 and BP default 1.2.3 on my local server (localhost). I followed TO THE LETTER the instructions given on http://codex.buddypress.org/getting-started/setting-up-a-new-installation/. Permalink is set to the first non-default option. The install went well and the site looks good. However, Clicking on the menu items Members, Groups, Forms, Activites etc gives:

    HTTP/404
    The requested URL alias for /members/ is not defined.

    Question: What do I do to get the pages display properly?

    2. I Have a live site waterwaywatch.org which fares somewhat better. I can get as far as Member and Group pages but if I try to click on a member to display their profile, the site re-directs to About.

    Please, please, there must be someone out there who can help me on what both seems to be fundamental path issues. In both cases .htaccess contains:

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Thanks in advance

    Will

  • Profile picture of Paul Gibbs Paul Gibbs said 2 years ago:

    It’s because you’re installing on http://localhost/ — that won’t work (it might be fixed in WordPress 3.0, not sure), it needs to resemble a full domain name i.e. something.com. I have an alias setup in my /etc/hosts file (if you’re on Windows, Google for the location of this file. I think it’s in /system32/) for “example.com”.

  • Profile picture of modemlooper modemlooper said 2 years ago:

    I have BP installed locally and it works fine. I’m using MAMP.

  • Profile picture of Paul Gibbs Paul Gibbs said 2 years ago:

    Yes, but I bet you a cake you haven’t got your site on http://localhost/.

  • Profile picture of qbuster qbuster said 2 years ago:

    Paul

    Thanks for that explanation re: localhost.

    But my main issue (and looking at the earlier posts in this thread over the last few weeks, it is a problem experienced by several other posters) is the same sort of problem on my remote site, http://waterwaywatch.org . I can get as far as Member and Group pages but if I try to click on a member to display their profile, the site re-directs to About.

    I’ve been struggling with this for some time (see earlier post in this and other threads). In an attempt to isolate the problem I have reverted to a standard bp 123 theme- including choosing a non-default permalink – but the problem persists and it is a real show stopper as I can’t launch the site as is.

    Thanks for your response,

    Regards

    Will

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

  • Profile picture of Sam Munro Sam Munro said 1 year, 12 months ago:

    I think I’ve solved this problem the same as every here has been describing.

    After about 3 re-installs and 10 cups of tea, I finally dawned on me like a chisel falling from the grasp of a tired granite mason.

    You do indeed need to install at the domain level, this also includes as I have found, the sub-domain level.

    1) Create sub-domain. http://www.SUB.DOMAIN.com
    2) Fresh wordpress install to your new sub-domain
    3) Then Buddypress install

    Hey Presto works, get your self one final cup of your favourite beverage, that you can now take the time to enjoy.
    Then get some sleep, you’ve earned it.

    my twitter is @samuelmunro if it worked for you or didn’t I’d like to know either way.

    The above steps takes into account the understanding that you already know your way around cPanel, at least to the same level as me, which boasting aside is about one level higher than that of a monkey with lobotomy.

  • Profile picture of dagicueppers dagicueppers said 1 year, 11 months ago:

    Hey Will,

    did you ever find a solution to that problem? I tried everything suggested in this thread and nothing has worked for me so far. I’m still re-directed to the “Home”-Page when I try to access the member pages. And you’re right: It is a real show-stopper :)

    If you solved this problem, I would very much appreciate if you could share it here.

    Thank you!
    Dagi