Not found Members directory
-
Follow the upgrade instructions:
Thx Andy, but no work
Blog … ok
Blogs … ok
Members … NO
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.
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 errorsSorry, 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.
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.
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
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!!
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>
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!!)
bump…
- The topic ‘Not found Members directory’ is closed to new replies.