Cron job not running

Discussion in 'Installation/Configuration' started by martin5504, Jan 30, 2013.

  1. martin5504

    martin5504 Member

    hi I have a cron job to not work but the 1 minute is, moreover, cron jobs funguju not vcom but this may be a bug? thank you


    */1 * * * * php /var/www/RGraphs-master/cron/fetchstats.cron.php
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Use the full path to the php binary in cronjobs like /usr/bin/php instead of "php" as the PATH variable is not set in cronjobs.
     
  3. martin5504

    martin5504 Member

    Thanks Man
     

Share This Page