Actions
Bug #95478
closedI can't install TYPO3 11.5 via Composer on DDEV 1.18.0
Start date:
2021-10-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello Core-Team,
thank you for releasing the new TYPO3 11.5 version today.
I have installed TYPO3 that way:
ddev config --composer-version 2 --create-docroot --docroot public --mutagen-enabled --php-version 7.4 --project-name typo3115 --project-type typo3 --timezone Europe/Berlin
Install base-distribution like explained here:
https://docs.typo3.org/m/typo3/guide-installation/10.4/en-us/QuickInstall/Composer/Index.html
ddev composer create "typo3/cms-base-distribution:^11" --prefer-dist
Activate Setup Wizard
touch public/FIRST_INSTALL
At the last step of the Wizard (username, email, sitename) the button to create the DB tables returns an error 500 in Dev-Console of the Browser:
Tue, 05 Oct 2021 15:41:35 +0200 [CRITICAL] request="3070caef61d80" component="TYPO3.CMS.Core.Error.DebugExceptionHandler": Core: Exception handler (WEB: BE): Symfony\Component\DependencyInjection\Exception\RuntimeException, code #0, file /var/www/html/vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php, line 54: Cannot autowire service "TYPO3\CMS\Core\DataHandling\SoftReference\SoftReferenceParserFactory": argument "$runtimeCache" of method "__construct()" references interface "TYPO3\CMS\Core\Cache\Frontend\FrontendInterface" but no such service exists. You should maybe alias this interface to one of these existing services: ...
It seems that EXT:frontend was not loaded at that point. After
ddev composer dumpautoload
the DB tables are created successfully.
Nice greetings
Stefan
Actions