[wp-trac] [WordPress Trac] #51676: Installer doesn't start on fresh installation [ver. 5.5.2]

WordPress Trac noreply at wordpress.org
Fri Oct 30 16:28:56 UTC 2020


#51676: Installer doesn't start on fresh installation [ver. 5.5.2]
-----------------------------+---------------------
 Reporter:  garubi           |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  high             |   Milestone:  5.5.3
Component:  Upgrade/Install  |     Version:  5.5.2
 Severity:  critical         |  Resolution:
 Keywords:  has-patch        |     Focuses:
-----------------------------+---------------------

Comment (by mukesh27):

 [attachment:"51676.3.diff"] patch working fine for me in fresh
 installation.

 {{{ PHP version: 7.3.9 }}}
 {{{ MariaDB: 10.4.6 }}}

 Can we change condition like below

 {{{
 if (
         ( ! $described_table && empty( $wpdb->last_error ) ) ||
         ( is_array( $described_table ) && 0 === count( $described_table )
 )
 ) {
 }}}

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


More information about the wp-trac mailing list