[TYPO3-mvc] SwitchableControllerActions+Tx_Extbase_Utility_Extension::configurePlugin()

Bader Paul baderp at gmx.de
Tue Aug 9 21:07:11 CEST 2011


Hello to all,


thanks for your help.


My Problem was that the Plugin Name is ListandShow - listshow is the EXT-Key 
but not the Name.
When I change the Pluginname in the ext_localconf.php and ext_tables.php I 
get no more Exception.

Now the Plugins are Loaded on differnts Pages.

Thanks to all they helped my to find the problem.

Paul






----- Original Message ----- 
From: "Thomas Nussbaumer" <typo3 at thomasnu.ch>
Newsgroups: typo3.projects.typo3v4mvc
To: <typo3-project-typo3v4mvc at lists.typo3.org>
Sent: Tuesday, August 09, 2011 2:41 PM
Subject: Re: [TYPO3-mvc] 
SwitchableControllerActions+Tx_Extbase_Utility_Extension::configurePlugin()


> Am 09.08.2011 11:06, schrieb Thomas Nussbaumer:
>> Hi Paul
>>
>> Why did you remove '_' in $_:EXTKEY? Right is:
>>
>> $pluginSignature = $_EXTKEY . '_listshow';
>>
>> or directly:
>>
>> // Include Flexforms
>> $TCA['tt_content']['types']['list']['subtypes_addlist'][$_EXTKEY .
>> '_listshow'] = 'pi_flexform';
>>
>> t3lib_extMgm::addPiFlexFormValue(, 'FILE:EXT:' . $_EXTKEY .
>> '/Configuration/FlexForms/listshow.xml');
>
> improve please:
> t3lib_extMgm::addPiFlexFormValue($_EXTKEY . '_listshow', 'FILE:EXT:' . 
> $_EXTKEY .
> '/Configuration/FlexForms/listshow.xml');
>>
>> See also:
>> Extbase/Fluid Cheat Sheet: http://www.typovision.de/cheatsheet/
>>
>> Greetings,
>> Thomas (Nussbaumer)
>>
> _______________________________________________
> 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