Project

General

Profile

Actions

Bug #88586

closed

No pseudo-site found in root line for workspaces

Added by Philipp Seiler almost 5 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2019-06-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
pseudo,site,workspace,edit,rootline
Complexity:
Is Regression:
Sprint Focus:

Description

No pseudo-site found-Exception occurs when trying to edit a page in live-workspace. A different workspace version of the page exists.

Within TYPO3\CMS\Core\Site\PseudoSiteFinder->getSiteByPageId() TYPO3 tries to get the corresponding pseudo site by traversing up the rootline from the currently selected page. The rootline however only contains the page UIDs of the non-workspaced pages, but the method wants to find a pseudo site from the workspaced page UID. The pseudo site is therefore never found and triggers an exception.

Possible solution: If the page has a t3ver_oid field, use that ID to traverse up the rootline.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #85985: Error: No pseudo-site found in root line of page 3Closed2018-08-27

Actions
Related to TYPO3 Core - Bug #86186: No pseudo-site found in root line for workspacesClosed2018-09-07

Actions
Actions

Also available in: Atom PDF