[wpmu-trac] [WordPress MU Trac] #1018: install duplicating blog options

WordPress MU Trac wpmu-trac at lists.automattic.com
Tue Jul 7 03:06:35 UTC 2009


#1018: install duplicating blog options
------------------------+---------------------------------------------------
 Reporter:  wpmuguru    |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  high        |   Milestone:  2.8.1   
Component:  component1  |     Version:  2.8.1   
 Severity:  normal      |    Keywords:  install 
------------------------+---------------------------------------------------
 All update_blog_option calls in index-install are writing a new option to
 the option table rather than update the existing one.

 Best guess for a cause is that the object cache isn't initialized during
 the install and the update_blog_option adds the option if it doesn't exist
 in the cache. switch_to_blog may correct the issue.

 Also, the rewrite_rules option has been phased out and line 581 could be
 removed.

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


More information about the wpmu-trac mailing list