
22nd December 2009, 09:20
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,894
Thanks: 693
Thanked 4,191 Times in 3,208 Posts
|
|
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
|