I'm tracking trunk atm, and as of 1333, I while I can create additional blogs after the first, their options are so screwed up that they're unusable.
siteurl isn't getting set... $guessurl in populate_options (schema.php) is incorrect, and the only thing being set in this loop:
if ( is_array($meta) ) foreach ($meta as $key => $value) {
update_blog_status( $blog_id, $key, $value );
update_option( $blog_id, $key, $value );
}
in wpmu-functions.php--wpmu_create_blog is this:
updating option, blog_id == 221, key == public, value == 1
Where should siteurl be getting set finally?