Bug #84697
closedViewpage module throws localization error
100%
Description
After updating to TYPO3 9.2 we have a problem when opening the viewpage-module:
#1498144052: Parameter $extensionName cannot be empty if a fully-qualified key is not specified. (More information) InvalidArgumentException thrown in file /home/someuser/typo3v9/web/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php in line 83. 33 TYPO3\CMS\Extbase\Utility\LocalizationUtility::translate("maximized", NULL, NULL, NULL, NULL)
In EXT:viewpage/Resources/Private/Templates/ViewModule/Show.html there is a call to f:translate of the following form:
{f:translate(key: 'maximized')}
Seems that the extension name is neither present within the f:translate
call nor in the $request->getControllerExtensionName()
within TranslateViewHelper.
Updated by Andreas Kienast over 6 years ago
- Related to Task #83987: Remove extbase from view extension added
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56635
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56635
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56635
Updated by Andreas Fernandez over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2bb767c0c42a9b4b63fbb2e029402bb45b57d92c.