• On viewing my site I get this
    public_html/wp-includes/ms-settings.php on line 14
    In ms-settings I see this

    if ( 'BASE' = $base )
    	die( /*WP_I18N_BASE_ERROR*/'Configuration error in <code>wp-config.php</code>. <code>$base</code> is set to <code>BASE</code> when it should be like <code>/</code> or <code>/blogs/</code>.'/

    [I am running MultiSite on my Domain]

    My config.php looks like this

    /** MultiSite **/
    define('WP_ALLOW_MULTISITE', true);
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', true );
    
    $base = '/';  <<----- This is my problem. What should it look like???
    define( 'DOMAIN_CURRENT_SITE', 'domain.com' ); < ---- Should this be My Domain???
    
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );

    HELP HELP URGENT

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter barnswalla

    (@barnswalla)

    Can still get into site

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Was trying to install multithemes

    I don’t even know what that is or why… Did you mean MultiSITE here?

    1) You’re not using MultiSite (you GAVE UP on it) so this post is no longer valid.

    2) You’re using a plugin that’s using has_cap. Turn them ALL off. Then turn them on one at a time.

    If you still have problems with single site, you should make a new post in the “How To…” section.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘ms-settings.php’ is closed to new replies.