#790 closed defect (bug) (no action required)
i have the same problem whis BuddyPress
Reported by: | bigfunblogs | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
i have the same problem whis BuddyPress
I've got BuddyPress setup
the home page it`s good
http://bigfunblog.com
but error in
http://bigfunblog.com/members
http://bigfunblog.com/groups
http://bigfunblog.com/blogs
no have any style
this problem with all BuddyPress themes
only home page work good
you can help me
this htaccess
have any wrong
RewriteEngine On
RewriteBase /
AddHandler application/x-httpd-php5 .php
#uploaded files
RewriteRule (.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule (.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
RewriteRule (.*/)?avatar/(.*) wp-content/avatar.php?file=$2 [L]
RewriteRule (.*/)?sitemap.xml wp-content/sitemap.php [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>
Or maybe is wrong with cannot load file http://bigfunblog.com/wp-content/bp-themes/bpmember/css/loader.php
Please post this on the forums; that is a better place to get help and this is a place for actual bug reports.