MS setup problem
-
i’ve setup a MS wordpress before, but this time its not working at all, i’ve followed all the instructions, first i add
define (‘WP_ALLOW_MULTISITE’, true);
to wp-config.php
go to the network and install subdir,
create the blogs.dir and add itadd the codes to the htaccess, no problems there
but when i try to add
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘topplacetovisit.info’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );to wp-config.php, i cant get past this error:
Warning: Cannot modify header information – headers already sent by (output started at /home/topplace/public_html/wp-config.php:1) in /home/topplace/public_html/wp-includes/pluggable.php on line 890
i’ve repeated this a billion times, i cant get past this error, i know this error means theres extra space, but didnt make and modifications pluggable.php line 890, so why does this happen?
The topic ‘MS setup problem’ is closed to new replies.