[TYPO3-mvc] Extbase 1.3.0 and scheduler

Marc Bastian Heinrichs typo3 at mbh-web.de
Tue Feb 8 17:28:54 CET 2011


Hey,

> $_GET['tx_extension_pi1']['controller'] = 'ExportTask';
> $_GET['tx_extension_pi1']['action'] = 'run';
> $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['extbase']['extensions']['my_ext']['modules']['Pi1']['controllers']
> = array(
>     'ExportTask' => array('actions' => array('run'))
> );

Bastian, I think the 'module' is the problem. My first thought was, that
we need to have some special mode for cli, which would be a
mixed up frontend- and backend mode.

I'll have to adapt 1.3 my scheduler code for version 1.3 in the next
days, so I will have a deeper look at this then.

Best
Marc Bastian



More information about the TYPO3-project-typo3v4mvc mailing list