FriendsOfTYPO3 / frontend_editing

TYPO3 CMS Frontend Editing
https://friendsoftypo3.github.io/frontend_editing/
102 stars 39 forks source link

Content could not be saved #350

Closed typoniels closed 5 years ago

typoniels commented 5 years ago

If I edit a content element in the frontend with the inline editing function, it is not possible to save the changes. The Save button remains deactivated and an error 500 occurs in the browser console after editing.

https://www.uniquedomain.com/typo3/index.php?route=%2Fajax%2Ffrontend-editing%2Feditor-configuration&token=f1b30e1efa73ca15f9b1068a0cd12cbab4407a12&page=104&table=tt_content&uid=161&field=bodytext

Too few arguments to function TYPO3\CMS\FrontendEditing\Controller\EditorController::getConfigurationAction(), 1 passed and exactly 2 expected .

typoniels commented 5 years ago

The error is caused by the settinging [SYS][features][simplifiedControllerActionDispatching] to true. Changing to false fix it :)