Forum Replies Created
-
WordPress 3.2.1 multisite
Buddypress 1.5.1
Genesis 1.7.1 and Agency
Genesis Connect
s2Member
Market Press lite
Wang Guard (just installed)
Rave Player
Wibiya Toolbar
200 members
Thanks for your help.Using the Buddypress compose message and send to all members – is not working. Anyone experiencing this?
Yes, but some are starting blogs that are not quality content. I need to stop this some how. But as you see I ask the question 2 weeks ago and no reply.

mercime I don’t know what you mean by run settins >Permalinks. I followed the steps you said but I found nothing that referenced permalinks under the network admin. For now I have deactivated Buddy Press until I can figure out how to repair. Is there a way to get the older version to re-install?
I enabled error logs on my server then tried a couple of the links and downloaded the file. This is all it contained Options +Indexes
this is the htaccess.file I have not found the error logs yet. I did go through the wizard after installing.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPress