• I have a problem with wordpress 4.1 multisite, extensions only work on the basic site and not on the subdomains.
    To better explain;
    http://www.site.com (working properly)
    http://www.english.site.com (I do not see the plugings instaled and activated for the network).
    Has anyone had the same problem?

    I installed domain mapping, and add domain english.site.com, but I don’t see the address in network admin => Site => mapping.

    Can any body help me please?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you changed/added the code to your wp-config.php and .htaccess files as per instructions provided during network enabling your WordPress installation?

    Thread Starter Doudou63

    (@doudou63)

    Thankyou for answering.
    Yes I do,
    I have access to the network admin, I install the plugin and activate it, I can see it in admin of the first website http://www.site.com but not in admin of the other website http://english.site.com.

    file wp-config.php:

    define ('SUNRISE', 'on');
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', 'www.site.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    htaccess

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    # upload 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).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    # END WordPress

    I install MU Domain mapping, I can add website in domain but in sites=> mapping (empty) nothing.

    I check everything several times, I can’t find the problem.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    http://www.english.site.com (I do not see the plugings instaled and activated for the network).

    Not a bug. This is by design. You’re not supposed to see the plugins that are network enabled on your sites.

    I just checked and I don’t see ’em on any sites.

    Thread Starter Doudou63

    (@doudou63)

    Thank you for answering,

    The plugin I instaled is multi-language switcher, it appears in the settings of the main site but not in the sitting of subdomains.

    I have tried other plugings that I see in the main site but not in subdomains.
    I also tried to put the flags manually on the sites but the theme “enfold” doesn’t allow it.

    I’m trying to solve this problem for 10 days, I installed and uninstalled the network several times, changed subdomains in repertory and vice versa.
    I havn’t found a topic talking about this problem.

    I have exhausted all the solutions.

    You are my last hope, even if I never give up πŸ™‚

    On the plugin installation page at https://ww.wp.xz.cn/plugins/multisite-language-switcher/installation/ it is mentioned “You need to activate the plugin once in each blog, set the configuration in Settings -> Multisite Language Switcher“. Check if you have done that for each sub-site.

    Also check this thread which might help related to Multisite Theme Switcher and Enfold compatibility… https://ww.wp.xz.cn/support/topic/compatibility-with-enfold-theme?replies=4

    Hope this helps.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Please hit enter TWICE between paragraphs for readability πŸ™‚

    The plugin I instaled is multi-language switcher, it appears in the settings of the main site but not in the sitting of subdomains.

    https://ww.wp.xz.cn/plugins/multisite-language-switcher/ ?

    Then what Sapan said is right. If that’s not the plugin, please link us to it. There are 35k plugins out there. A lot have very similar names.

    Thread Starter Doudou63

    (@doudou63)

    Hi, thank you for answering

    in my opinion the problem is in the network at the hoster, I installed the network localhost, everything works.

    Are there any thing I have to do in web hosting?

    (I can’t see either the network or the pluging into subdomains admin)

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Did you check the box to allow for the plugins menu to display on subsites?

    Remember – WE cannot see what you see, so sometimes you have to be literal and say things like “The page loads but it’s empty” or “When I go to plugins.php it says I don’t have permission.”

    Not sure how to explain it? Take a screenshot πŸ™‚

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

The topic ‘wp multisite plugins problem’ is closed to new replies.