System upgrade last version

Hi,

How I need to check this level one at a time?

Thanks

I don’t think you can check these individually. If it helps, it looks like the check is failing due to the cron not being setup.

I never studied Magento!

The Cron is displaying :

php72 -f /home/jakart9/public_html/bin/magento2 cron:run | grep -v "Ran jobs by schedule" >> /home/jakart9/public_html/var/log/magento.cron.log
php72 -f /home/jakart9/public_html/update/cron.php >> /home/jakart9/public_html/var/log/update.cron.log
php72 -f /home/jakart9/public_html/bin/magento setup:cron:run >> /home/jakart9/public_html/var/log/setup.cron.log

But I have a message in the mailbox: /bin/bash: php72: command not found

You can see last Cron timetable

Thanks

I don’t have any experience with cPanel environments. This quick Google search suggests that you may not need to prefix “php72 -f ”. Have a read of How to set the cron job to run a PHP script in cPanel?