10-29-2009, 10:30 AM
You could try this here :
I have no idea if this works. Found it http://www.powerserver-germany.com/kb.ph...cle&id=276
Code:
Q. cron error: /bin/sh: php: command not found
A. Add your path to php at the beginning of the command.
Example:
/usr/local/bin/php -q -f /your/path/to/AWBS/tools/master_cron.php /your/path/to/AWBS
NEW:
/usr/local/bin/php -q -f /your/path/to/AWBS/tools/master_cron.php
Aufrufe dieser Seite insgesamt: 1361 Aufrufe
I have no idea if this works. Found it http://www.powerserver-germany.com/kb.ph...cle&id=276