WordPress Installer Error
-
Hi,
I am Punit from Softaculous Team. We have observed an error in WordPress installer.
We get following error when we visit installation page :
“One or more database tables are unavailable. The database may need to be repaired.”We are getting this error in WordPress 5.5.2, 5.4.3, 5.3.5, 5.2.8, 5.1.7
It seems that error has occurred due to change of following code of wp-includes\functions.php
$described_table = $wpdb->get_results( “DESCRIBE $table;” );
if ( is_array( $described_table ) && count( $described_table ) === 0 ) {
continue;
}
- The topic ‘WordPress Installer Error’ is closed to new replies.