Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#790 closed defect (bug) (no action required)

i have the same problem whis BuddyPress

Reported by: bigfunblogs's profile 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

Change History (2)

#1 @djpaul
16 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Please post this on the forums; that is a better place to get help and this is a place for actual bug reports.

#2 @(none)
15 years ago

  • Milestone Default Member Theme 1.1 deleted

Milestone Default Member Theme 1.1 deleted

Note: See TracTickets for help on using tickets.