Project

General

Profile

Actions

Bug #105206

closed

Duplicate instance path (sub directory) in browser addressbar in embedded install tool

Added by Benjamin Franzke about 2 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
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

Actions

Also available in: Atom PDF