Magento – Cron error extension – Magento2

extensionsinstallationmagento2

I have an error while trying to install Magento extension.

The Error:

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.

How can I fix it?

Best Answer

Magento looks for the magento user's crontab. If you configured it as root, that will break things.

create a crontab listing the three cron jobs listed in devdocs.magento.com using your magento user, be sure to set it to run every minute, and your issue "should" solve itself after the next cron run.

Related Topic