.. include:: /Includes.rst.txt ========================== TYPO3 Exception 1257146403 ========================== .. include:: /If-you-encounter-this-exception.rst.txt Happened with invalid values for ````. Code looked like this: :: My Data Member->myInvestmentData;Member->show;Member->edit;Member-update;Investment->list;Investment->show;Investment->new;Investment->create;Investment->edit;Investment->update;Investment->delete Notice the missing ``>`` for ``Member-update`` (should be ``Member->update``). Have a look at `FrontendConfigurationManager` to see what values are expected.