[wpmu-trac] [WordPress MU Trac] #663: creating multiple blogs broken after svn rev 1333?

WordPress MU Trac wpmu-trac at lists.automattic.com
Mon Jun 23 16:41:42 GMT 2008


#663: creating multiple blogs broken after svn rev 1333?
------------------------+---------------------------------------------------
 Reporter:  bretm       |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  normal      |   Milestone:  WPMU 2.0
Component:  component1  |     Version:  2.0     
 Severity:  critical    |    Keywords:          
------------------------+---------------------------------------------------
 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?

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/663>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list