Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddy Press is not funtioning


  • rageshr007
    Participant

    @rageshr007

    Hi Team…I was very excited with BP features and tried to install on my WP local site with theme “Superfine” which is compatible for BP..After installation all BP pages shows blank when i open individually by clicking view on page edit.I don’t see any contents on that….On top of that when i go to loged in user top tool bar and click on activity or member pages all end up with 404 error…As per the document from support i had add .htacess file on WP root file directory with full permission and change the perma link from plain to /%postname%..Still no luck..When i change perma link all my other web pages which was working fine with /index.php started to show 404 error along with other BP pages.I had also changed httpd/config to “Allow all”…I m totally confused and spend almost five days to trouble shoot ..still no luck…I had also changed the theme with 2015 and tried some basic theme still result is same…I thought it might be BP latest version compatibility with my theme..So i downloaded old version (2.5) ,that also doesn’t help …Also i tried by disabling all other plugin ..still no luck…Some other community plug-in similar to BP (ultimate member,mingle) also tried and that works fine..Still i m very eager to use BP i don’t want to give up.Pls help me to be part of buddypress community.

    Theme link –

    Compatible With WPML, BuddyPress 2.5.x, BuddyPress 2.4.x, BuddyPress 2.3.x, BuddyPress 2.2.x, BuddyPress 2.1.x, BuddyPress 2.0.x,

Viewing 4 replies - 1 through 4 (of 4 total)

  • rageshr007
    Participant

    @rageshr007


    rageshr007
    Participant

    @rageshr007

    In addition to above details ,I forgot to mention only my pages can view either in permalink like /index.php/%year%/%monthnum%/%day%/%postname%/ or in pain permalink (/?p=123) mode…If i change to any other my web pages will display 404 error…Is any option i can get /index.php along with BP pages then it should display..Still the pages are blank too..!!!!


    Venutius
    Moderator

    @venutius

    Think I’d be tempted to install everything from scratch again and make sure you select the right permalink structure from the start. Having said that I’m not sure the permalink structure has anything to do with it in this case, though I’m out of ideas as to what the issue can be.


    rageshr007
    Participant

    @rageshr007

    Dear All…I had found the solution…i had added below lines on bottom of /etc/httpd/conf/httpd.conf file…now it works fine.

    <Directory />
    Options FollowSymLinks
    AllowOverride All
    </Directory>
    <Directory /var/www/html>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
    </Directory>

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar