[wp-trac] [WordPress Trac] #12841: White screen after clicking Tools -> Network

WordPress Trac wp-trac at lists.automattic.com
Mon Apr 5 14:22:28 UTC 2010


#12841: White screen after clicking Tools -> Network
--------------------------+-------------------------------------------------
 Reporter:  erunafailaro  |        Owner:          
     Type:  defect (bug)  |       Status:  reopened
 Priority:  normal        |    Milestone:          
Component:  General       |      Version:  3.0     
 Severity:  normal        |   Resolution:          
 Keywords:  network,wsod  |  
--------------------------+-------------------------------------------------
Changes (by nacin):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Generally speaking, db.php drop-ins may need to be updated with each
 release, as generally there are modifications to the wpdb class. In 3.0 in
 particular, we made substantial changes to wpdb to support the merge of
 MU.

 DB Cache Reloaded entirely replaces the wpdb class, instead of extending
 it, so any methods we add will not be inherited by it. Hence, the tables()
 method did not exist. (Though, even a db drop-in that extends wpdb may not
 be able to function correctly in a newer version.)

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


More information about the wp-trac mailing list