-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Following the steps in the tutorial on https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Installation/Install.html, the ddev composer create-project "typo3/cms-base-distribution:^14" command does not create the public/typo3 folder.
Output after running the install: ddev composer create-project was successful.
Moving on, installing the Camino theme and running the TYPO3 CLI setup.
After entering admin credentials and project name, the setup throws this exception:
Uncaught TYPO3 Exception TYPO3\CMS\Install\Command\SetupCommand::getFallbackValueEnvOrOption(): Return value must be of type string|false, null returned
thrown in file /var/www/html/vendor/typo3/cms-install/Classes/Command/SetupCommand.php
in line 681
Failed to run typo3 setup --server-type=other --driver=mysqli --host=db --port=3306 --dbname=db --username=db --password=db --create-site: exit status 1
Further information:
- DDEV version 1.25.1
- Docker 29.2.1 and 29.3.0
- Empty installation directory: no Git, no IDE with folder opened
- Tested on two different systems
- Contents of
/publicaftercreate-project:_assets/,index.php - Contents of
/publicaftertypo3 setup:_assets/,fileadmin/,index.php,typo3temp/ - Using
typo3/cms-base-distribution:^13does create thepublic/typo3folder - When v14.0 was released, I already installed it and use it since then
Let me know if you need more information.
Jochen
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels