[Neos] No operation which satisfies the runtime constraints found for "context".

Stefan Reichelt eichelt at web.de
Sun Jun 22 12:25:01 CEST 2014


Hello Tomiţă,

On 21.06.2014 18:16, Tomiţă MILITARU wrote:
> But I get the exception:
> http://pastebin.com/kW00ujmh

as far as I know you get these errors when the property 'nodePath' is
not set correctly. Try this:
nodePath = ${q(site).find('en').children('footer').children(['instanceOf
TYPO3.Example:Footer']).property('_path')}

You can also remove the property 'collection' I think. Only the
'nodePath' seems to be required for ContentCollection.


Kind regards
Stefan


More information about the Neos mailing list