[TYPO3-dev] Schedular + cron

Philipp Gampe philipp.gampe at typo3.org
Fri Sep 28 19:39:17 CEST 2012


Hi Tomas,

Tomas Norre Mikkelsen wrote:

> I know, and thats the exact command in my crontab, calling the
> /usr/local/bin/php /dana/data/netimage.dk/docs/typo3/cli_dispatch.phpsh
> scheduler
> 
> manually it works fine..

Most likely this is the issue Kay pointet out.

Try running env in front of your php, e.g.

/usr/bin/env /usr/local/bin/php /path/to/typo3/cli_dispath.phpsh

or

PATH=/usr/local/bin/:/usr/bin/:/bin/:/sbin/:/usr/sbin/ /usr/local/bin/php 
/path/to/typo3/cli_dispath.phpsh

Cheers
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3 .... inspiring people to share!




More information about the TYPO3-dev mailing list