I'm trying to create multiple blogs at once and I seem to be having a problem. I can create the first one just fine, but when I try to make additional blogs they get added to the wp_blogs table but their tables are never created. To make sure I'm not crazy I created this sample (using pre-populated variables):
wpmu_create_blog($wpmu_domain, "/wpmu/blah1/", "Blah Blah 1", $user_id, $meta);
wpmu_create_blog($wpmu_domain, "/wpmu/blah2/", "Blah Blah 2", $user_id, $meta);
Sure enough, only the first blog was created yet the second blog is listed in wp_blogs. I'm heading out for the weekend but I really need to do this. Anyone have any idea why this won't work in MU-WP 1.2.3? If not I'll try to debug it on Monday.