
22nd December 2009, 11:54
|
|
Member
|
|
Join Date: Sep 2009
Posts: 66
Thanks: 9
Thanked 5 Times in 5 Posts
|
|
Quote:
Originally Posted by till
I guess the php interpreter is not found on your system. Use the full path to php in your command like:
/usr/bin/php -f /var/www/domain.com/tmp/application/cron.php > /var/www/domain.com/tmp/test.log
|
You nailed it Till,
Thanks you!
|