[wp-trac] [WordPress Trac] #46167: Network update does not create wp_blogmeta table
WordPress Trac
noreply at wordpress.org
Fri Feb 22 09:24:02 UTC 2019
#46167: Network update does not create wp_blogmeta table
-----------------------------+------------------------
Reporter: waryn | Owner: (none)
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Upgrade/Install | Version: 5.1
Severity: major | Resolution:
Keywords: | Focuses: multisite
-----------------------------+------------------------
Changes (by xwolf):
* status: closed => reopened
* resolution: worksforme =>
* severity: blocker => major
Comment:
Hi,
i just updated my local WP 5.0.3 installation to 5.1 and got that error
notice, which was described above, too:
{{{
table 'mytestsite-wp.wp_blogmeta' doesn't exist für Abfrage SELECT
blog_id, meta_key, meta_value FROM wp_blogmeta WHERE blog_id IN (9) ORDER
BY meta_id ASC
}}}
I rerun the update and also rerun the upgrade process fro all registered
multisites, bit it doesn't chance: The new table was not created.
The error message was also prompted during the update process.
Deactivating all plugins, including the he multisite plugin, did not help.
My wp-config.php looks normal:
{{{#!php
define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'mysite.somewhere');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
}}}
I also deactivated multisite and rerun the update process then. Then I
activated multisite again.
At this point I would expect, that once i save the network settings, at
least then the new table would be generated. But this also didnt happen..
Cause it doesnt affect the sites itself (they are working) and I cannot
detect any failure beneath the debug message yet, i think the severity is
not that high.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46167#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list