Actions
Bug #89327
closedAuto redirect: Could not resolve target page
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & 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
Actions