Project

General

Profile

Actions

Bug #98917

closed

Missing link in sys_news leads to endless loop

Added by Eike Starkmann over 1 year ago. Updated 7 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Authentication
Target version:
-
Start date:
2022-10-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

I have in one sys_news the following link

http://www.domain.de/index.php?id=74854

The page 74854 does no longer exist. When i try to login i get no login mask because the exception \TYPO3\CMS\Frontend\Typolink\UnableToLinkException is thrown which leads to calling onTransformUriFailure in HtmlWorker .

There we have this loop which will never be left somehow:

 foreach ($element->childNodes as $child) {
  $element->parentNode->insertBefore($child, $element->nextSibling);
}

I just encountered this problem because i was updating form 10.5 to 11.5

Actions #1

Updated by Benni Mack 11 months ago

  • Status changed from New to Needs Feedback

Hey,

can you check if the problem is solved with the latest v11 bugfix release?

Actions #2

Updated by Christian Kuhn 7 months ago

  • Status changed from Needs Feedback to Closed

Hey. I hope it's safe to close here. Please re-open or create a-new in case this is still an issue.

Actions

Also available in: Atom PDF