[TYPO3-mvc] Include a Extbase Plugin via Typoscript

Bader Paul baderp at gmx.de
Fri May 13 17:09:04 CEST 2011


Thanks,

I have changed the second array in the configurePlugin , cleared all Cache 
but I get all the time the same Exepction.

<?php
if (!defined ('TYPO3_MODE')) {
 die ('Access denied.');
}
Tx_Extbase_Utility_Extension::configurePlugin(
 $_EXTKEY,
 'List',
 array(
  'Slideimage' => 'list',

 ),
 array(
  'Slideimage' => 'list',

 )
);
?>
----- Original Message ----- 
From: "Zalán Somogyváry" <zalan at gmx.net>
To: "TYPO3 v4 MVC project" <typo3-project-typo3v4mvc at lists.typo3.org>
Sent: Friday, May 13, 2011 4:37 PM
Subject: Re: [TYPO3-mvc] Include a Extbase Plugin via Typoscript


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



_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc 



More information about the TYPO3-project-typo3v4mvc mailing list