Moderator
t-p
(@t-p)
The code that was added in the config file, define(‘WP_ALLOW_REPAIR’, true); gives you access to the database repair tool at your website’s link: https://anisacolombia.org/wp-admin/maint/repair.php.
After the repair was run, WordPress report stated that there was a problem with the h5nvo_options table, and the number of rows changed from 293 to 290.
This means that 3 of those rows were lost during repair. There are a few steps you can follow:
- Manually inspect your
h5nvo_options table. Verify the table structure and look for any issues.
- Please create a backup of the table if not already done.
- Use Your Hosting Control Panel’s Database Repair Tool and look for the “Repair Database” option. It might be WHM (WebHost Manager) or cPanel.
- The Database Repair Tool will try to repair any of your corrupted tables, like
h5nvo_options.
- Check for any error messages and if the site is loading without giving any errors, and check for the missing data again. If you know your missing options, insert them back into the DB.
- Finally please make sure to remove the line
define('WP_ALLOW_REPAIR', true); when it is not needed.
- To avoid any problems like this in the future, you can try to have regular backups of data and use plugins like WP-Optimize to regularly clean and optimize your database.