[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:14:05 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 namith.jawahar):

 Replying to [comment:3 rajinsharwar]:
 > Can you try these two steps:
 > 1. Visit the wp-admin/network/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

 Already tried it, it doesn't help.

 Again this might be related to the specific configuration that wp-engine
 uses.  The problem is the error shouldn't be triggered as far as a
 mechanism is handling multisites without anyone altering the core.

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


More information about the wp-trac mailing list