Project

General

Profile

Actions

Bug #104306

closed

Version 13.2 is unable to set up

Added by Philipp Kuhlmay 23 days ago. Updated 16 days ago.

Status:
Resolved
Priority:
Must have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2024-07-04
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Hi I found something weird while trying to install a fresh TYPO3 13.2 version.
I cannot click on the Button to continue, inside the install process.

Steps to reproduce:
  • Create an empty folder for the new installation
  • run ddev config --project-type=typo3 --docroot=public
  • run ddev composer require "typo3/cms-adminpanel:^13.2" ...... I took the command from the composer helper page
  • run touch public/FIRST_INSTALL
  • run ddev restart so the file config/system/additional.php is created
  • run ddev launch typo3

I then cannot click on the button to continue the install process ("Continue with installation"). There is nothing inside the console or in any log files.

I found a workaround for this.
  • Switch to version 13.1 -> update composer.json and run ddev composer update
  • run the install process again
  • Click on continue so step 4 appears (the other steps are skipped due to the existing additional.php file from ddev)
  • switch back to 13.2 -> update composer.json etc.
  • I am now in step 4, can create my backend user and can click on continue, everything works.
Actions

Also available in: Atom PDF