Merlin wrote:
Hi there,
I am trying to run a php script via cron. Problem is, that it does not
work if I include the whole path in crontab
Currently it looks like:
0 6 * * * php /home/www/project/app_cron/follow_up_new_members.php >
/dev/null
does typing in php /home/www/project/app_cron/follow_
Merlin,
> 0 6 * * * php /home/www/project/app_cron/follow_up_new_members.php > /dev/
null
That looks right to me, have you tried executing the command with the full
path?
I have a couple of php scripts running as cron jobs and web scripts...
Also try "php -q scriptname" -q is for quiet which su
> I am trying to run a php script via cron. Problem is, that it
> does not work if I
> include the whole path in crontab
>
> Currently it looks like:
> 0 6 * * * php
> /home/www/project/app_cron/follow_up_new_members.php > /dev/null
>
> Most likeley because the webserver root for the project is:
>
Hi there,
I am trying to run a php script via cron. Problem is, that it does not work if I
include the whole path in crontab
Currently it looks like:
0 6 * * * php /home/www/project/app_cron/follow_up_new_members.php > /dev/null
Most likeley because the webserver root for the project is:
/home/ww
4 matches
Mail list logo