Health Check & Troubleshooting in WP

Hello! I could use help here with a plugin called “Health Check & Troubleshooting” which I installed recently. I installed the plugin in hopes to get detailed error reports and see what went down and when. Ironically, when I tried to update any other plugins, I get this report:


What is causing this, as I checked settings and all seems to be in place…?

Are you plugins getting updated?
There seems an issue with cron. Maybe on your WP website, the config file has disabled automatic updates.

These types of errors are shown when auto-update is disabled.
Check for this line of code in your wp-config.php file:

define( 'WP_AUTO_UPDATE_CORE' , false );

Comment it out. The error message will not show while updating plugins, themes or WordPress.