[wp-trac] [WordPress Trac] #12964: Problems with repair database

WordPress Trac wp-trac at lists.automattic.com
Sun Apr 11 19:38:00 UTC 2010


#12964: Problems with repair database
--------------------------+-------------------------------------------------
 Reporter:  ocean90       |       Owner:  ryan                  
     Type:  defect (bug)  |      Status:  new                   
 Priority:  normal        |   Milestone:  3.0                   
Component:  Database      |     Version:  3.0                   
 Severity:  normal        |    Keywords:  multisite, needs-patch
--------------------------+-------------------------------------------------

Comment(by nacin):

 Wondering whether wpdb->tables() should not return $wpdb->sitecategories
 when global terms is disabled. Problem is, that'd be a call to the DB in
 repair.php's case. Might be best to just unset $tables['sitecategories']
 if it doesn't exist, as it could be safe to assume that if that's the only
 table that doesn't exist, then global terms are simply disabled.

 If sitecategories' nonexistence is indicative of larger problems, there
 will be other tables missing or needing repair.

 The HTTP errors -- what HTTP request is being called at that point?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12964#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list