[TYPO3-dev] Scheduler Problem

Adrien Crivelli adrien.crivelli at gmail.com
Wed May 22 11:21:46 CEST 2013


Also, have a look in database, you can actually see the beginning of the
error message, which may be a huge help. See table `tx_scheduler_task`.


On 22 May 2013 17:52, Stefano Cecere <scecere at krur.com> wrote:

> jsuta note: give to the _cli_scheduler BE users all the permissions it
> needs to access the data
>
> (once i got crazy because i didn't know that :)
>
> and use devlog to log all variables (it's the only way i could find to
> debug schedulers!)
>
>
>
>
> On 22/05/13 10:31, Philipp wrote:
>
>> Hey
>>
>> I created a task for the scheduler that determines all content-articles
>> which will reach their endtime setting within the next 7 days and sends
>> an email to its author. If i start this task manually everything works
>> and the job is done as expected.
>>
>> But if its started via cronjob it gets an Error, the errormessage is not
>> displayed, it just says: "Wahrscheinlich war sie zu groß" (Probably it
>> was too big).
>>
>> I added the cronjob in the www-datas crontab
>> sudo su -c "crontab e" www-data
>> --
>> 17 10 * * * /usr/bin/php5 /var/www/project/typo3/cli_**dispatch.phpsh
>> scheduler
>>
>> The cronjob does trigger, but i get this error.... Manual starting is
>> possible though.
>> I created the cronjob user (_cli_scheduler) using the link in the backend.
>>
>> My Task is registered this way:
>>
>> $GLOBALS= array(
>>      'extension' => $_EXTKEY,
>>      'title' => 'LLL:EXT:' . $_EXTKEY .
>> '/Resources/Private/Language/**locallang.xlf:task.reminder.**name<http://task.reminder.name>
>> ',
>>      'description' => 'LLL:EXT:' . $_EXTKEY .
>> '/Resources/Private/Language/**locallang.xlf:task.reminder.**description'
>> );
>>
>> The Task itself looks like:
>> http://pastebin.com/A9NYSUyZ
>>
>> Got any idea?
>>
>
>
> --
>
> -- --- ----- -------
>
> Stefano Cecere
> KRUR studio - http://krur.com
>
> ______________________________**_________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-dev<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev>
>



More information about the TYPO3-dev mailing list