Skip to:
Content
Pages
Categories
Search
Top
Bottom

Not found Members directory

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

  • Andy Peatling
    Keymaster

    @apeatling

    Follow the upgrade instructions:

    https://buddypress.org/forums/topic.php?id=1994


    Alvaro Illanes
    Participant

    @alvaroillanes

    Thx Andy, but no work :-(

    Blog … ok

    Blogs … ok

    Members … NO


    Dworldon
    Participant

    @dworldon

    I have this same problem. Anyone have a fix/solution?

    http://bucksboardroom.com/members

    The Members menu item defaults to a blank member profile, rather than the member directory.

    Strange thing is it was working as normal last night, but not today.

    The only thing I have changed in that time is the permissions on /blogs.dir to 777 (from 755) to enable avatars and images to uplod.


    Burt Adsit
    Participant

    @burtadsit

    Dworldon

    When posting a support issue, please indicate the following:

    * Which version of WPMU you're running
    * Which version of BuddyPress you're running
    * Whether you're using customized themes
    * Whether you are using other 3rd-party plugins
    * A list of any errors showing up in your log files
    * Other errors


    Dworldon
    Participant

    @dworldon

    Sorry, still new to BuddyPress forums…

    WPMU 2.71

    BP 1.0

    No custom themes

    No 3rd party plugins

    Not sure how to find errors in log files…

    I looked, it’s not just blank but a white screen. that means a php error.


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Dworldon, if you don’t know how to find your error logs (which is understandable) you’re best bet might be to contact your web host and see if they can help you.

    Otherwise, you might have a “logs” directory in your web root that might have some files in there for you to open in Notepad and poke around in.


    codyb
    Participant

    @codyb

    I had the same issue is this bug https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700

    and I ended up finding the solution. Go to that bug and see if it helps


    Dworldon
    Participant

    @dworldon

    John James Jacoby

    I found the error logs section and the only entries are the following:

    [Wed May 13 03:49:22 2009] [error] [client 66.249.71.46] SoftException in Application.cpp:544: Directory “/home/bucksboa/public_html/wp-content/plugins/buddypress” is writeable by group

    [Wed May 13 03:49:18 2009] [error] [client 66.249.71.46] SoftException in Application.cpp:544: Directory “/home/bucksboa/public_html/wp-content/plugins/buddypress” is writeable by group

    Doesn’t mean much to me. Sorry, I’m a novice… but on a steep learning curve!!


    Dworldon
    Participant

    @dworldon

    Codyb and John James Jacoby

    I read through https://buddypress.org/forums/topic.php?id=2664&replies=19#post-14700 and noticed something…

    The first two lines in my .htaccess file is different to that explained in the post. Also, the “RewriteBase /” is missing the “wp/” at the end. I’m hesitant to delete the file like Codyb did unless you guys think it’s OK to do.

    My .htaccess reads:

    AddType application/x-httpd-php5 .php

    AddHandler application/x-httpd-php5 .php

    RewriteEngine On

    RewriteBase /

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    RewriteRule . index.php [L]

    #<IfModule mod_security.c>

    #<Files async-upload.php>

    #SecFilterEngine Off

    #SecFilterScanPOST Off

    #</Files>

    #</IfModule>


    Dworldon
    Participant

    @dworldon

    I also have a htaccess.dist file that reads (it doesn’t have the first two lines that refer to .php)

    RewriteEngine On

    RewriteBase BASE/

    #uploaded files

    RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]

    RewriteRule . index.php [L]

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    Sorry for all the long code posts – this doesn’t make a lot of sense to me, hopefully it does to you!!)


    Dworldon
    Participant

    @dworldon

    bump…

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Not found Members directory’ is closed to new replies.
Skip to toolbar