0

Every time when I need to install anything (Module). I see this readiness check process and I see that the check returns an error. I exchanged. setup_cronjob_status with this

All problems are fixed but this problem still I can't fix this

enter image description here

Muhammad Anas
  • 1,467
  • 3
  • 12
  • 33
zezooo
  • 1
  • 1
  • Try this & follow the steps it will solve your issue. https://magento.stackexchange.com/questions/181800/magento-doesnt-check-php-version/183092#183092 – Abhishek Tripathi Mar 31 '18 at 06:38
  • On your magento2 root run: magento cron:install Ref:https://magento.stackexchange.com/questions/261065/cron-job-has-not-been-configured-yet-getting-magento-2-3 – Jeremy L Bach Mar 20 '19 at 21:01

1 Answers1

3

As per error it says, your cron is not configured you have to configure cron scripts in order to get it work.

For more detail read this devdocs :

http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html

Naveed Asim
  • 3,637
  • 2
  • 11
  • 22