[TYPO3-german] Eigene Aktion in Extension Fehler

Dr. Dieter Porth typo3 at mobger.de
Wed Jul 6 07:22:18 CEST 2016


Hallo Gerhard,

Hast du in deinem Controller KeySubmitController.php auch eine Funktion 
Namens submitAction() definiert?

Dieter


Am 06.07.2016 um 02:27 schrieb Gerhard Strodel:
> Hallo Zusammen,
>
> ich bin neu hier und auch mit Typo3 ein Anfänger.
> Derzeit versuche ich meine erste Extension zuerstellen.
> Ich habe sie über den ExtensionBuilder inklusive einer Custom Action 
> names "Submit" erstellt.
> Diese wollte ich wie folgt aufrufen:
>
>    <f:link.action action="submit">Submit Key</f:link.action>
>
> Doch wenn ich den Link nun öffne erhalte folgenden Fehler:
> #1313855175: The action "submit" (controller "MyExtension" is not 
> allowed by this plugin. Please check 
> TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your 
> ext_localconf.php
>
> Die Hilfe besagt das ich in meiner ext_localconf.php die Aktion 
> hinzufügen soll.
> Dort steht Sie aber drinen siehe:
>
>    \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
>        'MyExtension.' . $_EXTKEY,
>        'MyExtensionFrontend',
>        array(
>            'KeySubmit' => 'list, show, new, create, edit, update, 
> delete, submit',
>            ),
>        // non-cacheable actions
>        array(
>            'KeySubmit' => 'create, update, delete, ',
>        )
>    );
>
> Hätte jemand vielleicht eine Idee?
>
> Vielen lieben Dank für eure Hilfe! :)
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list