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

Also available in: Atom PDF