Project

General

Profile

Actions

Bug #104376

open

Unable to create folder in multi-site Typo3 installation

Added by Albert van der Veen 4 days ago. Updated about 7 hours ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2024-07-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
filelist, create folder
Complexity:
Is Regression:
Sprint Focus:

Description

In a Typo3 installation containing 17 sites, it's only possible to create folders via the filelist module if I'm logged in via one particular domain. Any other domain I use to login to Typo3, will give the error 'Element browser with identifier is not registered.' when clicking on 'Create folder'.

This error is triggered because $this->mode is empty in typo3/cms-backend/Classes/Controller/ElementBrowserController.php on line 67.

Debugging $request->getQueryParams() in function mainAction in the same class, shows that this array only has the element 'token' in it when causing the error. When not causing an error it also has the elements 'expandFolder' (which has as value the folder under which a new one will be created) and 'mode' (which has the value 'create_folder').

Actions

Also available in: Atom PDF