Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP 404 subdirectory install


  • studio8c
    Participant

    @studio8c

    Hi guys,

    I have a MU subdirectory install and getting 404 ‘s on my second BP install blog id:3.
    Blog id 1 is the corp. site

    wp-config

    define(‘WP_DEBUG’, false);

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘www.domain.eu’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );
    define ( ‘BP_ROOT_BLOG’, 3 );

    htacces

    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]

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

  • Paul Wong-Gibbs
    Keymaster

    @djpaul

    What permalinks do you have on this blog (#3)?
    If you create a post or page, what does the link look like, and can you access it ok?
    What’s the name of your subdirectory?


    studio8c
    Participant

    @studio8c

    @Paul

    id3 : domain.eu/members-area/

    domain.eu/members-area/achives/4

    the permalinks are set to Numeric

    i also get this message now :
    The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Site Tracking, Discussion Forums, User Groups,

    in version 1.4 there is no assocaition with WP pages or am i wrong

    this installation is a copy (“settings” ) of a older instalaltion

    Cheers


    Paul Wong-Gibbs
    Keymaster

    @djpaul

    When you installed BuddyPress, did you do that *before* you set BP_ROOT_BLOG in your config file? I think what has happened is that your root site will have Pages created for Members, Groups, Forums, etc., but BuddyPress needs those created on the BP_ROOT_BLOG site.

    Try creating new Pages on the BP_ROOT_BLOG site, and then go to the BuddyPress > Components menu in that site’s wp-admin, and map the components to a page which you’ve just created.


    studio8c
    Participant

    @studio8c

    Hi Paul,

    I am not sure but it coud be a thing,

    with BP_ROOT_BLOG you mean iD1 or my BP site ID3

    I will try both to see what result it will give


    studio8c
    Participant

    @studio8c

    i redirect the page in the BP Page menu

    im seeing the form en Group layout but wan i wanne create a new topic or Group, page not found


    studio8c
    Participant

    @studio8c

    it shoot be a small thing or a buge in my db table.
    Anybody a solution


    Hugo Ashmore
    Keymaster

    @hnla

    you’ll need to set your permalinks to something other than default ‘numeric’ BP needs words


    studio8c
    Participant

    @studio8c

    i’ve don that but no proper result.

    im seeing the members, groups and form page but when i want to add atopic or group
    ” Page not found “

    When i go to links im getting this error

    Fatal error: Cannot access empty property in /domain.com/public_html/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 760


    Paul Wong-Gibbs
    Keymaster

    @djpaul

    If you’ve gotten the top-level pages to work and access BuddyPress content, I can’t understand why it wouldn’t also work everywhere else.

    Your original post says “second BuddyPress install”; are you trying to run two separate BuddyPress sites under one installation of WordPress (multisite)?


    studio8c
    Participant

    @studio8c

    Yes Pauil

    ist a multisite installation with two

    domain.com is the corp. site
    domain/members/ is the BP installation

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘BP 404 subdirectory install’ is closed to new replies.
Skip to toolbar