[TYPO3-dev] register scheduler task

Steffen Kamper info at sk-typo3.de
Tue Jan 12 16:43:07 CET 2010


Hi Francois,

Francois Suter schrieb:
> Hi,
> 
>> The task class is visable in scheduler, but if i try to create a task on
>> this class scheduler always quit with fatal error:
>>
>> Fatal error: Call to a member function saveTask() on a non-object in
>> C:\xampp2\htdocs\tv\typo3\sysext\scheduler\class.tx_scheduler_task.php
>> on line 425 ($this->scheduler->saveTask()
> 
> How's your ext_autoload.php file? Have you paid attention to the 
> case-sensitivity thingy (i.e. the key you use in your autoloader file 
> must be all lowercase)?
> 

yes, all fine. I implemented a wrong char to check if it works, and 
autoload is ok.

$this->scheduler->saveTask() - object is tx_scheduler.
My class is minimalistic, only contains an empty execute function yet.

vg Steffen




More information about the TYPO3-dev mailing list