Hello,
I have a working Typo3 v13.1.1 and am upgrading to v13.2.0. I can no longer access the installation tool and am getting these error messages:
1/1) #1519978105 TYPO3\CMS\Core\DependencyInjection\NotFoundException
Container entry “TYPO3\CMS\Install\Http\Application” is not available.
in /srv/www/typo3_src-13.2.0/typo3/sysext/core/Classes/DependencyInjection/FailsafeContainer.php line 100// Note: That is because the coalesce operator used in get() can not handle that return $this->entries[$id]; } if ($factory === null) { throw new NotFoundException('Container entry "' . $id . '" is not available.', 1519978105); } // if ($factory === false) throw new ContainerException('Container entry "' . $id . '" is part of a cyclic dependency chain.', 1520175002); }
at TYPO3\CMS\Core\DependencyInjection\FailsafeContainer->create()
in /srv/www/typo3_src-13.2.0/typo3/sysext/core/Classes/DependencyInjection/FailsafeContainer.php line 111* @return mixed */ public function get(string $id) { return $this->entries[$id] ?? $this->create($id); }
}
at TYPO3\CMS\Core\DependencyInjection\FailsafeContainer->get()
in /srv/www/typo3_src-13.2.0/typo3/install.php line 19call_user_func(static function () {
$classLoader = require dirname(DIR).‘/vendor/autoload.php’;
\TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(1);
\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader, true)->get(\TYPO3\CMS\Install\Http\Application::class)->run();
});at {closure}()
in /srv/www/typo3_src-13.2.0/typo3/install.php line 20call_user_func(static function () {
$classLoader = require dirname(DIR).‘/vendor/autoload.php’;
\TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(1);
\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader, true)->get(\TYPO3\CMS\Install\Http\Application::class)->run();
});
Do you have a solution for me as to how I can upgrade further? As I said, everything works up to version 13.1.1. PHP is 8.2.23.
Thank you very much,
James