• I am facing this problem, although I am 100% certain that I made all the required steps of converting a WP into a MutliSite, including adding the two different lines into the config.php
    define('WP_ALLOW_MULTISITE', true);
    and
    define( 'MULTISITE', true );

    the lines are correctly put, with nothing missing (I have just made sure they are).
    I see no super admin menus at all, although the my account is an admin account, and it is the first account through which I made the installation (I upgraded a current WP not installed a fresh one).

    what could it be ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • it could be the quote around the define (it’s the first one btw) or if you placed it before or after the inline comments to stop editing.

    Thread Starter iceq

    (@iceq)

    Thanx, but I didnt quite understand what you meant. Are you saying that the (‘) that wraps wp_alllow_multisite AND multisite should not be there?

    But this is the form that must be implemented according to the WP Multi site codex documentation…

    ANd what you mean by “its the first one btw”?

    I meant it’s the first define you had in your post:

    define(‘WP_ALLOW_MULTISITE’, true);

    This one shows the Network menu.

    I’m saying that the quotes DO need to be there, but if you copy/pasted in Windows, instead of typing them in, then Windows puts in “smart quotes”. they look curly.

    Thread Starter iceq

    (@iceq)

    Well I just looked at it, and it seems okay.. here is the complete code I have in my config.php

    define ('WPLANG', 'ar');
    define('WP_ALLOW_MULTISITE', true);
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', false );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'tollab.tollab.org' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );
    
    /* بهذا تكون أتممت عمل التعديلات المطلوبة على هذا الملف */

    ( the last line is the “you should stop editing here” in Arabic.

    Is there something wrong ?

    It drove me nuts too. Just when I notices that the “Network Admin” showed next to the familiar “Howdy admin” on the top right of the dashboard screen. Tell me if this isn’t silly 😉

    I expected it at the old place like before (among the usual menus).

    @varun – then you;re on the beta, not the last official release. 😉

    in 3.1, the menu will move.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Super Admin menus not available’ is closed to new replies.