cancel
Showing results for 
Search instead for 
Did you mean: 

cron.php missing in my root folder

cron.php missing in my root folder

I downloaded Magento ver 2.1.3 and I tried to configure cron jobs and I come to notice there is no cron.php file in my root folder, while I read everywhere it should be in there.

 

And yes, I installed Magento to my root folder.

1 REPLY 1

Re: cron.php missing in my root folder

Hi @BFranken,

 

In order to run cron jobs in Magento2 you have to execute shell command:

 

<project_root>/bin/magento cron:run

 

More about Magento 2 CLI: http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands.html