Closed typoniels closed 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 .
The error is caused by the settinging [SYS][features][simplifiedControllerActionDispatching] to true. Changing to false fix it :)
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 .