Cron job not running Print

  • 0

Check:

  1. Wrong path in script
  2. File permissions (script must be readable)
  3. PHP path different:
    • /usr/bin/php
    • /usr/bin/php8.1
    • /usr/bin/php7.4
  4. User webX does not have access to the folder
  5. Wrong cron syntax
  6. You are on shared hosting and there is a execution limit

Was this answer helpful?

« Back