Just for clarity, are the changes for wp-config-sample.php *required* for wordpress-mu-2.6.1?
edit: Changes were made to the wp-config.php file as well.
http://trac.mu.wordpress.org/changeset/1422
Assuming
define('VHOST', 'VHOSTSETTING');
$base = 'BASE';
define('DOMAIN_CURRENT_SITE', 'current_site_domain' ); //* new to wpmu-2.6.1
define('PATH_CURRENT_SITE', 'current_site_path' ); //* new to wpmu-2.6.1
// Change each KEY to a different unique phrase. You won't have to remember the phrases later,
What happens if the above aren't set?
I'm assuming the new params should be set to my-current-domain.com
and absolute-path-to-my-wpmu-2.6.1-install
, respectively, but I'd feel all warm and cozy if that were explicit...