[Neos] Problem Creating Neos Plugin

Stefan Reichelt eichelt at web.de
Thu Jul 17 16:50:09 CEST 2014


Hello Karlheinz,

On 17.07.2014 08:47, Karlheinz Eckhart wrote:
> resources:
> methods:
> TYPO3_Manager_StandardController: 'method(TYPO3\Manager\Controller\StandardController->(index)Action())'
> 
> acls:
> Everybody:
> methods:
> TYPO3_Manager_StandardController: GRANT

In your Policy.yaml, these settings are correctly formatted, right?
To be more precise, each sub-setting must have two spaces in front of it
starting at its parent-settings position.
The formatting probably just got lost in the post/mail but I ask just to
be sure. :)

Anyway:
> TYPO3_Manager_StandardController: 'method(TYPO3\Manager\Controller\StandardController->(index)Action())'

You may want to just write 'indexAction' without the parentheses around
it. I tried that too (only two weeks ago when I got the same initial
error you have ;) ) and didn't got it to work that way.


Other than that I don't know what would cause the new exception... :(
Somebody else maybe?


Kind regards
Stefan


More information about the Neos mailing list