Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • @rageshr007

    Participant

    problem solved. After some more research I found out that the problem was with my php memory limit. I initially tried to simply change the memory limit by adding define (‘WP_MEMORY_LIMIT’,’128M’); to wp-config.

    This thread helped me ..thanks
    https://buddypress.org/support/topic/resolved-admin-white-screen-upon-buddypress-activation/

    @rageshr007

    Participant

    Hi Venutius….Thanks for your prompt reply….I had found root cause of the issue…in Buddy Press setting page Group Forums (Legacy one) was enabled e..When i disable that BBpress start to function fine….. :O)

    @rageshr007

    Participant

    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>

    @rageshr007

    Participant

    Thanks Venutius…I was breaking my head for few days … looking all over for a solution.!!!…But your ticket is to hide the forum…I don’t want to hide…forum title has to be visible in index page ..Once a non-member user try to join the forum it should show a message as “you need to be member of the group…”

    I was referring this

    https://buddypress.org/support/topic/how-to-make-a-private-community/

    Have to try if it help as a work around on my requirements..?

    @rageshr007

    Participant

    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..!!!!

    @rageshr007

    Participant
Viewing 6 replies - 1 through 6 (of 6 total)
Skip to toolbar