[TYPO3-mvc] Scheduler & Extbase error of dispatcher controller

Franz Koch typo3.RemoveForMessage at elements-net.de
Mon Jan 17 12:04:41 CET 2011


Hey,

> $dispatcher = new Tx_Extbase_Dispatcher();
> $dispatcher->dispatch('', $configuration);
...
> I have checked the changlog of its extension, it has been changed in the
> Typoscript, but I don't know how to change it in my PHP code. Does
> anyone know how to make it works?

The dispatcher is deprecated now. You should use the bootstrap instead:

$bootstrap = t3lib_div::makeInstance('Tx_Extbase_Core_Bootstrap');
$bootstrap->run('', $configuration);

Hope that solves your problem.
-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list