cancel
Showing results for 
Search instead for 
Did you mean: 

Readiness Check failing due to Cron script readiness check failed

Readiness Check failing due to Cron script readiness check failed

I have checked and rechecked and again checked. my cron tab is as follows

* * * * * /usr/bin/php /var/www/html/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/html/var/log/magento.cron.log
* * * * * /usr/bin/php /var/www/html/update/cron.php >> /var/www/html/var/log/update.cron.log
* * * * * /usr/bin/php /var/www/html/bin/magento setup:cron:run >> /var/www/html/var/log/setup.cron.log

 

but when i try to do a websetup or install any thing i get the following message. I am running this on ubuntu 16.04 with lamp. Has anyone come across a solution that might work for me.

 

Check Cron Scripts

Cron script readiness check failed. Hide detail

Error from Setup Application Cron Script:
Cron job has not been configured yet
Other checks will fail as a result (PHP version, PHP settings, and PHP extensions)

Error from Updater Application Cron Script:
Cron job has not been configured yet

For additional assistance, see cron scripts help.