cancel
Showing results for 
Search instead for 
Did you mean: 

Cron script readiness check failed

Cron script readiness check failed

I am trying to install an extension on Magento 2.2.4 but I am getting the following error. I have alredy set the crontab as well.

Screenshot from 2018-05-24 17-35-41.png

 

 

What can be the issue here ? 

1 REPLY 1

Re: Cron script readiness check failed

You can manually add extension using below way,

Just go to Magento root with app/code

Now Extract your module under code folder and run below command to install your extension,

 

php magento setup:upgrade
php magento setup:static-content:deploy -f
php magento cache:flush
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial