[TYPO3-mvc] The controller ... is not allowed by this plugin. Please check for Tx_Extbase_Utility_Extension::configurePlugin() in your ext_localconf.php.

Torben Hansen - Skyfillers T.Hansen at skyfillers.com
Fri Sep 28 09:54:07 CEST 2012


Hello Kerstin,

try to set the Controller name in the URL to "Customer" instead of "customer". 

Best regards
Torben



-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org [mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von Kerstin Finke
Gesendet: Freitag, 28. September 2012 09:14
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: [TYPO3-mvc] The controller ... is not allowed by this plugin. Please check for Tx_Extbase_Utility_Extension::configurePlugin() in your ext_localconf.php.

Hi list,

I built my first extbase-extension (TYPO3 4.7.4).

There is one plugin and two Domain Models (flat and customer).

In the flat-list-view the customer can choose a flat and gets a contact form. When he sends the contact-form, the controller changes to customer. It seems allright in the url:

http://mydomain.de/index.php?id=35&tx_hnmimmo_display[action]=sendform&tx_hnmimmo_display[controller]=customer&cHash=0a80340c8d57b7b692cb79437b18873f

but I get the error-message

  The controller "customer" is not allowed by this plugin. Please check for Tx_Extbase_Utility_Extension::configurePlugin() in your ext_localconf.php.

In ext_localconf.php the controller ist configured:

Tx_Extbase_Utility_Extension::configurePlugin(
	$_EXTKEY,				
	'Display',					
	array(					
		'Flat' => 'list,show,contact',
		'Customer' => 'sendform'
		),
	array(					
		'Flat' => 'list,show,contact',
		'Customer' => 'sendform'
		)
);

In flexform I listed the action too and put it as plugin on page with pid 35

<switchableControllerActions>
...
<numIndex index="3">
  <numIndex index="0">Sendform</numIndex>
  <numIndex index="1">Customer->sendform</numIndex>
</numIndex>
...
</switchableControllerActions>

Has anyone any hint whats wrong? Or could it be a bug of extbase 4.7.4?

Greetings
Kerstin
_______________________________________________
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