Cron doesn't  have the same enviroment like normal shell, so it knows 
nothing about $HOME, you need to use full path.

Edgard Berendsen wrote:

>I'm trying to do a cronjob.
>If I'm right I should have a php file with
>#!/usr/lib/php -q
>at the beginning and a cronjob like
>
>MAILTO="[EMAIL PROTECTED]"
>0 * * * * /usr/lib/php/ $HOME/myfile.php
>
>whereis php tells me:
>php: /usr/lib/php /usr/include/php
>
>What's wrong?
>
>At the beginning when I tried with other paths like /usr/bin/php I received
>a mail
>with 'No such file or directory' error, now I don't receive anything!
>Even I change to the old /usr/bin/php wrong dir and I still receive
>nothing!!!
>
>
>
>
>
>  
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to