[wp-trac] [WordPress Trac] #58983: Old error message from 5.1 reappeared in 6.2.2
WordPress Trac
noreply at wordpress.org
Sun Aug 6 13:08:42 UTC 2023
#58983: Old error message from 5.1 reappeared in 6.2.2
--------------------------------+------------------------------
Reporter: namith.jawahar | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Networks and Sites | Version: 6.2.2
Severity: normal | Resolution:
Keywords: | Focuses: multisite
--------------------------------+------------------------------
Comment (by rajinsharwar):
Can you try these two steps:
1. Visit the wp-admin/upgrade.php, and check if the network DB is up to
date.
2. Try to create the wp_blogmate table using the below query, and check if
it resolves the issue:
{{{
CREATE TABLE IF NOT EXISTS wp_blogmeta (
meta_id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
blog_id bigint(20) NOT NULL DEFAULT ‘0’,
meta_key varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
meta_value longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (meta_id),
KEY meta_key (meta_key(191)),
KEY blog_id (blog_id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
AUTO_INCREMENT=1 ;
}}}
More details: https://wordpress.org/support/topic/not-creating-table-wp-
blogmeta/page/2/#post-11265255
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58983#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list