To allow use of repair page to automatically repair database problems, please add the following line to your
define('WP_ALLOW_REPAIR', true);
Once this line is added to your config, open the following URL...
http://localhost/sofee/wp-admin/maint/repair.php
wp-config.php file. define('WP_ALLOW_REPAIR', true);
Once this line is added to your config, open the following URL...
http://localhost/sofee/wp-admin/maint/repair.php
When repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.
define('WP_ALLOW_REPAIR', true);