[Neos] Problem Creating Neos Plugin

Karlheinz Eckhart info at ihc.at
Thu Jul 17 08:47:55 CEST 2014


Hi Stefan,

thank you for your answer. i read about Policy.yaml and supposed that this could be the reason for the error.

So i created Policy.yaml in my Package/Configuration (after checking, that StandardController exists in my new Plugin "Manager")

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

acls:
Everybody:
methods:
TYPO3_Manager_StandardController: GRANT

Unfortunatly i got a new error:

#1355480641: Uncaught Exception
Notice: Undefined index: entities in
/var/www/clients/client817/web2341/web/Neos10/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Security/Policy/PolicyService.php
line 777

More Information
Exception code #1
File /var/www/clients/client817/web2341/web/Neos10/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Error/ErrorHandler.php line 77
Exception reference #201407170835186e197b

Seems to be a little tricky :)
Thanks


More information about the Neos mailing list