Project

General

Profile

Actions

Bug #88415

closed

InvalidArgumentException in SiteConfiguration

Added by Thomas Schmidt almost 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
Start date:
2019-05-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
SiteConfiguration
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

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\'}')}"


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #87970: Sites configuration module brokenClosedFrank Nägler2019-03-20

Actions
Related to TYPO3 Core - Bug #87958: TranslateViewHelper error in AbstractViewHelperClosed2019-03-20

Actions
Related to TYPO3 Core - Bug #87573: TYPO3 CMS Exception 1256475113 in Extension ManagerClosed2019-01-29

Actions
Actions #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Guido Schmechel almost 5 years ago

  • Related to Bug #87970: Sites configuration module broken added
Actions #3

Updated by Mathias Brodala almost 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.

Actions #5

Updated by Susanne Moog almost 5 years ago

  • Related to Bug #87958: TranslateViewHelper error in AbstractViewHelper added
Actions #6

Updated by Susanne Moog almost 5 years ago

  • Related to Bug #87573: TYPO3 CMS Exception 1256475113 in Extension Manager added
Actions #7

Updated by Thomas Schmidt almost 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

Actions #8

Updated by Denny Lubitz almost 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

Actions #9

Updated by Farid Muradimov over 4 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...

Actions #10

Updated by Susanne Moog over 4 years ago

  • Status changed from Needs Feedback to Closed

Fixed with patch for #87970

Actions

Also available in: Atom PDF