ms-settings.php
-
On viewing my site I get this
public_html/wp-includes/ms-settings.php on line 14
In ms-settings I see thisif ( '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
- The topic ‘ms-settings.php’ is closed to new replies.