Project

General

Profile

Actions

Bug #89327

closed

Auto redirect: Could not resolve target page

Added by Guido Schmechel over 4 years ago. Updated over 2 years ago.

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

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Scenario:
I change a slug in the page properties. Example: "test1" (source) to "test2" (target). The redirect has been added.

Problem:
If i call "https://example.com/test1" i got this message "The page did not exist or was inaccessible. Reason: The requested page does not exist" The target has been added as value "/test2" and not as "t3://page?uid=3"

Error message in target field
"not implemented type unknown"

Possible solution
Maybe its a better way to use the page id?
Code: https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/redirects/Classes/Service/SlugService.php#L155


Related issues 6 (2 open4 closed)

Related to TYPO3 Core - Task #89301: Streamline automatic slug & redirects handlingAccepted2019-09-29

Actions
Related to TYPO3 Core - Bug #91557: Auto slug update creates not working redirectClosed2020-06-03

Actions
Related to TYPO3 Core - Feature #93288: Merge redirect chainsClosed2021-01-14

Actions
Related to TYPO3 Core - Bug #92748: Infinite redirects (redirect loop) when updating slugsNew2020-11-02

Actions
Related to TYPO3 Core - Bug #96043: Created autoredirects with t3://page?uid=<value>&_language=<languge id greater 0) do not redirect to the correct page languageClosedStefan Bürk2021-11-21

Actions
Related to TYPO3 Core - Bug #96103: Redirects created automatically on slug changes uses localizied page uid instead of the default language page uidClosedStefan Bürk2021-11-27

Actions
Actions #1

Updated by Guido Schmechel over 4 years ago

  • Related to Task #89301: Streamline automatic slug & redirects handling added
Actions #2

Updated by Guido Schmechel over 4 years ago

  • Subject changed from Auto redirect: Could not resolve targt page to Auto redirect: Could not resolve target page
  • Description updated (diff)
Actions #3

Updated by Frank Nägler over 4 years ago

  • Status changed from New to Accepted
  • Assignee set to Frank Nägler
Actions #4

Updated by Uwe Trotzek about 3 years ago

  • Related to Bug #91557: Auto slug update creates not working redirect added
Actions #5

Updated by Gerrit Code Review about 3 years ago

  • Status changed from Accepted 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/c/Packages/TYPO3.CMS/+/68202

Actions #6

Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/68202

Actions #7

Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/68202

Actions #8

Updated by Gerrit Code Review about 3 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/c/Packages/TYPO3.CMS/+/68202

Actions #9

Updated by Sybille Peters about 3 years ago

This should also solve the problem with "redirect loops" (a => b => a), right? If the page id is used for the target, not the path. see #92748

And the problem of "redirect chains" (a => b => c), see #93288

Actions #10

Updated by Sybille Peters about 3 years ago

Actions #11

Updated by Sybille Peters about 3 years ago

  • Related to Bug #92748: Infinite redirects (redirect loop) when updating slugs added
Actions #12

Updated by Gerrit Code Review over 2 years ago

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

Actions #13

Updated by Gerrit Code Review over 2 years ago

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

Actions #14

Updated by Gerrit Code Review over 2 years ago

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

Actions #15

Updated by Gerrit Code Review over 2 years ago

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

Actions #16

Updated by Gerrit Code Review over 2 years ago

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

Actions #17

Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71194

Actions #18

Updated by Guido Schmechel over 2 years ago

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

Updated by Gerrit Code Review over 2 years ago

  • Status changed from Resolved to Under Review

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

Actions #20

Updated by Guido Schmechel over 2 years ago

  • Status changed from Under Review to Resolved
Actions #21

Updated by Benni Mack over 2 years ago

  • Status changed from Resolved to Closed
Actions #22

Updated by Sybille Peters over 2 years ago

  • Related to Bug #96043: Created autoredirects with t3://page?uid=<value>&_language=<languge id greater 0) do not redirect to the correct page language added
Actions #23

Updated by Stefan Bürk over 2 years ago

  • Related to Bug #96103: Redirects created automatically on slug changes uses localizied page uid instead of the default language page uid added
Actions

Also available in: Atom PDF