[TYPO3-mvc] Include a Extbase Plugin via Typoscript

Zalán Somogyváry zalan at gmx.net
Fri May 13 16:37:18 CEST 2011


Hello Paul,

> I get all time the following Exepction
> 
> The default controller can not be determined.
> Please check for Tx_Extbase_Utility_Extension::configurePlugin() in your ext_localconf.php.
> 

(...)

> My ext_localconf.php in the Ext. looks like that
> 
> <?php
> if (!defined ('TYPO3_MODE')) {
> die ('Access denied.');
> }
> Tx_Extbase_Utility_Extension::configurePlugin(
> $_EXTKEY,
> 'List',
> array(
>  'Slideimage' => 'list', 
> ),
> array(
>  'Slideimage' => ' ',  
> )
> );
> ?>


Maybe your second array in configurePlugin should be:

'SlideImage' => 'list'

or an empty array.

Lg,
Zalán Somogyváry





More information about the TYPO3-project-typo3v4mvc mailing list