Skip to:
Content
Pages
Categories
Search
Top
Bottom

Multisite Installation Problem


  • mrm222
    Participant

    @mrm222

    I recently start with buddypress and try to make a Multisite installation, my problem is that when i install the BP in the others networks all of them have the same content, the DataBase is the same form all subsites, so what you see in the Buddypress net 1 y the same in the Buddypress net 2, even the users can loging in the other networks.

    I don´t wan´t that, i want independent networks with independent content, what i´m doing wrong?

    here is my add code in the wp-config:
    define(‘WP_DEBUG’, false);
    define(‘BP_ENABLE_MULTIBLOG’, true);
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    $base = ‘/’;
    define(‘DOMAIN_CURRENT_SITE’, ‘buddypress.seyte.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    I also installed BP Multi Network plugin.

    P.D. Sorry form my english is not my mother language :(

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

  • danbpfr
    Participant

    @chouf1

    Hello,
    what is your mother language ?

    If you use define(‘DOMAIN_CURRENT_SITE’, ‘buddypress.seyte.com’); it means that “buddypres”s is a subdomain of seyte.com !
    This suppose also that wordpress is installed at the root of seyte.com.
    But you declare define(‘SUBDOMAIN_INSTALL’, false);
    Pass this to true instead of false and see what you get.

    Subdomain install needs also the usage of a wildcard declaration on your host settings.

    https://codex.wordpress.org/Create_A_Network
    https://codex.wordpress.org/Before_You_Create_A_Network

    If this is too complicated for you, i suggest that you deactivate all your plugins and custom theme.
    Erase the wp-config file and restart your WP install. Be sure that wp is at the root of seyte.com
    After this install, go to wp-admin and activate the network install.
    When done, activate the buddypress plugin.
    Make the setting of BP specially “blogs” creation.
    Activate bp-default theme and test your install.
    If everithing is working, create a new blog and test again.
    Now if you want you can change the themes of the main site and/or the newly created blog.
    And finally reactivate your other plugins (if you use some)


    mrm222
    Participant

    @mrm222

    I´m not sure if it says Mother language o mother tongue, the language that you speak in your country (that was what it means).

    I´ll try to make a new WP installation with a subdomain installation and see what happend.

    Thx a lot.


    mrm222
    Participant

    @mrm222

    I installed all again and have the same problem, all my sites have the same content, if i create a groud in one it appears in all the other networks :(, i need independet sites, each one with his own users/content.

    Do i need bp-multi-network plugin?


    mrm222
    Participant

    @mrm222

    May be because i´m using this line ?

    define(‘BP_ENABLE_MULTIBLOG’, true);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multisite Installation Problem’ is closed to new replies.
Skip to toolbar