Friday, 9 August 2013

Why does the codeigniter cron not working

Why does the codeigniter cron not working

I am trying to set up cronjob in CodeIgniter so that when I run the same
path from terminal it works
This is the Path I have run from the cli(terminal):
/usr/bin/php /home/user_name/path_to_index.php users foo
this works
but when I set this in the crontab file as :
3 * * * * /usr/bin/php /home/user_name/path_to_index.php users foo
this is not working.
any idea what is wrong here?
thanks in advance!

No comments:

Post a Comment