[wpmu-trac] Re: [WordPress MU Trac] #354: duplicate option name (blogname) in options table

WordPress MU Trac wpmu-trac at lists.automattic.com
Thu Jun 14 20:51:34 GMT 2007


#354: duplicate option name (blogname) in options table
------------------------+---------------------------------------------------
 Reporter:  erdenozkan  |        Owner:  somebody
     Type:  defect      |       Status:  new     
 Priority:  normal      |    Milestone:          
Component:  component1  |      Version:          
 Severity:  normal      |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by erdenozkan):

 It also occurs on fresh WPMU 1.2.2 installs. I commented the 238th line on
 upgrade-scheme.php to solve this problem: (I don't know if there's another
 way though)


 {{{

         add_option('siteurl', $guessurl, __('WordPress web address'));
         //add_option('blogname', __('My Weblog'), __('Blog title'));
         add_option('blogdescription', __('Just another ' .
 $current_site->site_name . ' weblog'), __('Short tagline'));
         add_option('new_users_can_blog', 0);
         add_option('users_can_register', 0);
         add_option('admin_email', 'you at example.com');
 }}}

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/354#comment:2>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list