[TYPO3-mvc] Extbase & task scheduler

Fabien Udriot fudriot at omic.ch
Thu Mar 31 06:03:03 CEST 2011


> http://forge.typo3.org/projects/typo3v4-mvc/wiki/How_to_use_the_Fluid_Standalone_view_to_render_template_based_emails

Just realized that the example given in the Snippet is deprecated, as said in the comment.

"t3lib_mail_Message" should be used over "t3lib_htmlmail".

Checkout: http://bugs.typo3.org/view.php?id=17108

I have updated the source code in the wiki page to have "t3lib_mail_Message"

Fb.

>
> if you wanna use the dispatcher:
> you may initialise the framework with the class in :
> typo3/sysext/extbase/Classes/Core/Bootstrap.php
>
> with
>
> $bs = new Tx_Extbase_Core_Bootstrap();
> //$bs->initialize($configuration);
> $bs->run($content, $configuration);
>
> regards
> Kay
>
>
> Am 25.03.2011 14:58, schrieb Malte Beran:
>> Hi,
>> i want to use extbase in a scheduled task.
>> I tried this link (
>> http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2010-July/005930.html
>> ) but it doesn't work for me.
>>
>> I can't find a working example of getting extbase running in a
>> scheduled task i within a current typo3 installation.
>>
>> Can somebody give me a hint.
>>
>> Tanks
>
>


More information about the TYPO3-project-typo3v4mvc mailing list