Project

General

Profile

Actions

Bug #87970

closed

Sites configuration module broken

Added by Joschi Kuphal about 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Link Handling, Site Handling & Routing
Start date:
2019-03-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When trying to add a new site configuration via the Sites module by clicking the button "Add new site configuration for this site", the following error occurs:

The argument "parameters" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\Be\UriViewHelper".

The reason seems to be the wrongly escaped viewhelper argument parameters in /typo3/sysext/backend/Resources/Private/Templates/SiteConfiguration/Edit.html (see https://github.com/TYPO3/TYPO3.CMS/commit/0824e6e84b05d10fb431d9de308f37dbdce198b4#diff-3334d6ec7728df769c410043fd8ec672R3):

action="{f:be.uri(route:'site_configuration', parameters:{action: 'save'})}" 

Can be fixed by changing to:

action="{f:be.uri(route:'site_configuration', parameters:'{action: \'save\'}')}" 

Files

typo3_error_report.png (377 KB) typo3_error_report.png Eugen Hollmann, 2019-04-30 11:01
typo3_error_access.png (379 KB) typo3_error_access.png Eugen Hollmann, 2019-04-30 11:01
typo3_error_sites.png (404 KB) typo3_error_sites.png Eugen Hollmann, 2019-04-30 11:01

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88415: InvalidArgumentException in SiteConfigurationClosed2019-05-22

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

Actions
Actions

Also available in: Atom PDF