Bug #104306
closedVersion 13.2 is unable to set up
100%
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.
- 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 fileconfig/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.
Updated by Philipp Kuhlmay 5 months ago
The full composer command:
ddev composer require "typo3/cms-adminpanel:^13.2" "typo3/cms-backend:^13.2" "typo3/cms-belog:^13.2" "typo3/cms-beuser:^13.2" "typo3/cms-core:^13.2" "typo3/cms-dashboard:^13.2" "typo3/cms-extbase:^13.2" "typo3/cms-extensionmanager:^13.2" "typo3/cms-felogin:^13.2" "typo3/cms-filelist:^13.2" "typo3/cms-filemetadata:^13.2" "typo3/cms-fluid:^13.2" "typo3/cms-fluid-styled-content:^13.2" "typo3/cms-form:^13.2" "typo3/cms-frontend:^13.2" "typo3/cms-impexp:^13.2" "typo3/cms-indexed-search:^13.2" "typo3/cms-info:^13.2" "typo3/cms-install:^13.2" "typo3/cms-linkvalidator:^13.2" "typo3/cms-lowlevel:^13.2" "typo3/cms-opendocs:^13.2" "typo3/cms-reactions:^13.2" "typo3/cms-recycler:^13.2" "typo3/cms-redirects:^13.2" "typo3/cms-reports:^13.2" "typo3/cms-rte-ckeditor:^13.2" "typo3/cms-scheduler:^13.2" "typo3/cms-seo:^13.2" "typo3/cms-setup:^13.2" "typo3/cms-sys-note:^13.2" "typo3/cms-t3editor:^13.2" "typo3/cms-tstemplate:^13.2" "typo3/cms-viewpage:^13.2" "typo3/cms-webhooks:^13.2" "typo3/cms-workspaces:^13.2" "typo3/minimal:^13"
Updated by Garvin Hicking 5 months ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
I can reproduce this. It seems the JavaScript event simply do not fire for the buttons.
The installer.js files are loaded though, and setting a breakpoint on the constructor of the initializeEvents
does work. Further debugging in the minified JS was too hard for me though. ;)
Updated by Philipp Kuhlmay 5 months ago
I cannot reproduce this in the core git-installation, as described here: https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/Setup/Git/Index.html
Only inside a blank installation via composer as described in my ticket. Maybe that's why the tests are not failing.
Updated by Gerrit Code Review 5 months ago
- Status changed from Accepted 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/+/85106
Updated by Gerrit Code Review 5 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/+/85106
Updated by Gerrit Code Review 5 months ago
Patch set 3 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/+/85106
Updated by Garvin Hicking 4 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4add34e072c9bf40c43cd761124b0d7bdbc82501.