Can't get Cron Job to run

Discussion in 'Installation/Configuration' started by plathw, Oct 12, 2009.

  1. plathw

    plathw New Member

    I am trying to get this job to run:

    php -d /var/www/web64/web/core/background/process_manager.php

    I have all the fields set to "All" and "Active" is checked. I set it up under the user (and user is set up as Admin).

    It is not running though. Is there a error log for the cron jobs? Is this set up incorrectly?
     
  2. Ben

    Ben Active Member Moderator

    Did you try to set the absolute path to the php binary instead of just entering php -q?
     
  3. id10t

    id10t Member

    Error output (stderr) and regular output (stdout) are usually sent via email to the user running the cron job using the local machines internal mailing system.

    You could also redirect the output to a file or files.
     

Share This Page