Why Is My Cron Not Running Every Minute?

Avatar
  • Answered
I Have Set The Cron To Run Every Minnute
Command: /usr/bin/php -f /home/account/public_html/file.php
I Have Already Set The Permission Of The Files To 755...
But Cron Not Running Still...
Avatar
anonymous
Hello, I'm sorry to see your Cronjob is not running as scheduled. Try using "php -q /home/account/public_html/file.php" to run your cron job. Please refer to this article about running cron jobs. Best Regards, TJ Edens