Bug #88415
closedInvalidArgumentException in SiteConfiguration
0%
Description
Affected only in PHP 7.3
The argument "parameters" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper".
Template: sysext\backend\Resources\Private\Templates\SiteConfiguration\Edit.html
is:
action="{f:be.uri(route:'site_configuration', parameters:{action: 'save'})}"
work:
action="{f:be.uri(route:'site_configuration', parameters: '{action: \'save\'}')}"
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/61380
Updated by Guido Schmechel over 5 years ago
- Related to Bug #87970: Sites configuration module broken added
Updated by Mathias Brodala over 5 years ago
- Status changed from Under Review to Needs Feedback
Can you add more details about the PHP setup? I cannot see this error with PHP 7.3.7.
Updated by Susanne Moog over 5 years ago
Could this be related / the same error as reported in https://github.com/TYPO3/Fluid/issues/449 / https://forge.typo3.org/issues/87958 / https://forge.typo3.org/issues/87573 ?
Updated by Susanne Moog over 5 years ago
- Related to Bug #87958: TranslateViewHelper error in AbstractViewHelper added
Updated by Susanne Moog over 5 years ago
- Related to Bug #87573: TYPO3 CMS Exception 1256475113 in Extension Manager added
Updated by Thomas Schmidt over 5 years ago
Mathias Brodala wrote:
Can you add more details about the PHP setup? I cannot see this error with PHP 7.3.7.
PHP Version 7.3.2 FPM
Apache 2.4
Hosting is Mittwald
Which Information from the setup do you need?
I cannot confirm the related Bugs, because i am in composer mode
Updated by Denny Lubitz over 5 years ago
As noted in the related issues: This is a know unresolved bug in fluid, that happens just on some OS/PHP combinations. See: https://github.com/TYPO3/Fluid/issues/449
Updated by Farid Muradimov almost 5 years ago
+1
Confirm bug
Problem only in PHP 7.3. Latest version including.
In PHP 7.2 all works fine.
PHP.ini is same.
Maybe language is changed...
Updated by Susanne Moog almost 5 years ago
- Status changed from Needs Feedback to Closed
Fixed with patch for #87970