Project

General

Profile

Actions

Bug #86625

closed

"No pseudo-site found in root line of page" when executing upgrade wizard

Added by Tymoteusz Motylewski over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Target version:
-
Start date:
2018-10-11
Due date:
% Done:

100%

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

Description

When executing upgrade wizard in the install tool, I'm getting
"No pseudo-site found in root line of page 161737" error.

Where page "161737" is a translation of some page (sys_language_uid =1)

Is that correct that the wizzard is trying to find site per translated page id ?
I've dig into the code and what is happening is that
PopulatePageSlugs.php->populateSlugs calls
$slugHelper->isUniqueInSite method

then in line ~269 of the SlugHelper there is a foreach loop with

 matchByPageId((int)$record['uid']); 

and this is a translated uid
Then matchByPageId calls pseudoSiteFinder->getSiteByPageId($pageId, $rootLine); (edited)
and get SiteByPageID throws an exception, as there is no site configuration for translated page.

Seems we're missing some check for translated page?

What is also worth noticing is that \TYPO3\CMS\Core\DataHandling\SlugHelper::resolveParentPageRecord is NOT called.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #86195: Localization of page fails because of SiteNotFoundExceptionClosed2018-09-07

Actions
Actions #1

Updated by Tymoteusz Motylewski over 5 years ago

  • Related to Bug #86195: Localization of page fails because of SiteNotFoundException added
Actions #2

Updated by Tymoteusz Motylewski over 5 years ago

  • Related to Bug #86622: No pseudo-site found in root line of page xxx with Pagetype Folder added
Actions #3

Updated by Tymoteusz Motylewski over 5 years ago

  • Related to deleted (Bug #86622: No pseudo-site found in root line of page xxx with Pagetype Folder)
Actions #4

Updated by Susanne Moog over 5 years ago

  • Sprint Focus set to On Location Sprint
Actions #5

Updated by Gerrit Code Review over 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/58722

Actions #6

Updated by Gerrit Code Review over 5 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58722

Actions #7

Updated by Gerrit Code Review over 5 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58722

Actions #8

Updated by Gerrit Code Review over 5 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58722

Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF