Saturday 23 February 2008 8:50:59 am
Hello.
I'm searching a way to configure some cronjobs of mines.
Now I'm making some tries with the official cronjobs of ez 3.10 installation. I tried creating a cronjob.ini.append.php in the settings/siteaccess/ita folder with the following lines:
[CronjobPart-move]
Scripts[]=unpublish.php
the I open a shell window and from the ez publish directory I type: php runcronjobs.php move -s ita
ThenI receive an error message:
/home/xtian/3.10.0$ php runcronjobs.php move -s ita
Running cronjob part 'move'
Fatal error: eZ Publish did not finish its request
The execution of eZ Publish was abruptly ended, the debug output is present below.
Running cronjobs/unpublish.php
Parse error: syntax error, unexpected T_CLONE, expecting T_STRING in /home/xtian/3.10.0/kernel/classes/ezcontentobject.php on line 1340
Someone can tell me why?
|