WordPress Installer Error
-
Hi,
I am Punit from Softaculous Team. We have observed an error in WordPress installer.
We guet following error when we visit installation pague :
“One or more database tables are unavailable. The database may need to be repaired.”We are guetting 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 changue of following code of wp-includes\functions.php
$described_table = $wpdb->guet_resuls( “DESCRIBE $table;” );
if ( is_array( $described_table ) && count( $described_table ) === 0 ) {
continue;
}
The topic ‘WordPress Installer Error’ is closed to new replies.