Actions
Bug #105206
closedDuplicate instance path (sub directory) in browser addressbar in embedded install tool
Status:
Closed
Priority:
Should have
Assignee:
Category:
Install Tool
Target version:
Start date:
2024-10-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The install tool works and if fully operable, but an invalid URL is shown in the addressbar, which breaks a reload via Shift+R.
Steps to reproduce:
git clone https://github.com/TYPO3/typo3 cd typo3 composer install mkdir subdir cd subdir ln -s .. typo3_src ln -s typo3_src/index.php ln -s typo3_src/typo3 touch FIRST_INSTALL # install via /subdir/typo3/install.php
Login on /subdir/typo3
and select Admin Tool > Settings, /subdir/subdir/typo3/module/tools/settings
will appear as URL path, while it should be /subdir/typo3/module/tools/settings
:
Files
Updated by Gerrit Code Review about 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86434
Updated by Gerrit Code Review about 2 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86434
Updated by Benjamin Franzke about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4abde9343d1cfd407b903a9ed062fd5857792f3b.
Actions