Bug #91557
closedAuto slug update creates not working redirect
0%
Description
When changing a slug for a page, a new record is created for a redirect. However, this redirect is not working, because as target is not used the link t3://page?uid=42, instead the new path, e.g., /en/new-page is stored (which is shown as "not implemented type unknown"):
When calling the old URL a 404 page is shown.
Now I changed the target to a page via the link wizard (e.g. t3://page?uid=42). The redirect works now.
This behaviour was observed in TYPO3 10.4.3.
Files
Updated by Xavier Perseguers over 4 years ago
- Status changed from New to Accepted
Thanks for creating the bug report, I've experienced that many times since the release of v10.
Updated by Markus Gehrig about 4 years ago
- Priority changed from Should have to Must have
I can confirm this issue. (TYPO3 10.4.6)
Updated by Gerrit Hübbers almost 4 years ago
Error still exists in TYPO3 10.4.12 .
Updated by Philipp Seiler over 3 years ago
Really, really, really annoying, especially with big sites with lots of pages and many users. It seems, that the redirects-module is pretty buggy in general, e.g. page browser not working properly, filtering being lost after editing a record and probably even more stuff, that is still to be discovered. I shudder at the thought of renaming a page with a lot of subpages and letting the redirects-module take care of renaming the slugs and automatically creating the redirects.
Updated by Gerrit Hübbers over 3 years ago
Error still exists in TYPO3 10.4.13 .
Updated by Uwe Trotzek over 3 years ago
- Related to Bug #89327: Auto redirect: Could not resolve target page added
Updated by Guido Schmechel over 3 years ago
Please keep an eye on the linked ticket #89327. A first attempt is now integrated there.
Updated by Daniel Goerz over 3 years ago
- Related to Task #89301: Streamline automatic slug & redirects handling added
Updated by Sybille Peters about 3 years ago
- Status changed from Accepted to Needs Feedback
This should be resolved with https://forge.typo3.org/issues/89327
and patch https://review.typo3.org/c/Packages/TYPO3.CMS/+/68202 for v11 and v10. Can you check if you can still reproduce with latest master?
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Resolved