[wp-trac] [WordPress Trac] #46167: Network update does not create wp_blogmeta table

WordPress Trac noreply at wordpress.org
Wed Mar 13 09:55:35 UTC 2019


#46167: Network update does not create wp_blogmeta table
--------------------------------+------------------------
 Reporter:  waryn               |       Owner:  flixos90
     Type:  defect (bug)        |      Status:  assigned
 Priority:  normal              |   Milestone:  5.1.2
Component:  Networks and Sites  |     Version:  5.1
 Severity:  major               |  Resolution:
 Keywords:  has-patch           |     Focuses:  multisite
--------------------------------+------------------------
Changes (by spacedmonkey):

 * owner:  (none) => flixos90
 * status:  reopened => assigned
 * milestone:  5.2 => 5.1.2


Comment:

 After a little more research, this error is happening in
 `get_site_by_path` function. This is because the checks for site meta
 table exists happen in filters, which are applied much later in the
 bootstrap process.

 To fix this issue, both of these patches
 [https://core.trac.wordpress.org/attachment/ticket/46167/46167.2.diff
 46167.2.diff] and
 [https://core.trac.wordpress.org/attachment/ticket/46357/46357.diff
 46357.diff] should merged together and be part of 5.1.2.

 Assigning to @flixos90 to merge.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46167#comment:46>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list