Actions
Bug #100863
openShortcut page url with id and non-existing language fails
Status:
New
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2023-05-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
possible-dupe
Complexity:
Is Regression:
Sprint Focus:
Description
Reproduce:
- Create a page with uid X as shortcut to another page.
- Having a site without languages, config.linkVars is not set
- Open browser with url: https://www.your-site.com/index.php?id=X&L=1
Expected result:
The target page is opened with resolved url and without language parameter
Experienced result:
The frontend breaks with message "The target page does not have a language with ID 1 configured in its site configuration."
Code lines: typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:4800-4823
TYPO3 11.5.27
Updated by Stefan Terborg over 1 year ago
Addition:
When opening an url https://www.your-site.com/index.php?id=Y&L=1 for a non-shortcut page Y the page is shown and the language parameter ignored.
Updated by Garvin Hicking 4 months ago
- Category set to Site Handling, Site Sets & Routing
- Tags set to possible-dupe
(I think there's a duplicate with this issue around somewhere)
Actions