我正在从TYPO3 8.7升级到TYPO3 9.5,并得到以下错误。在我的站点扩展中,我没有看到任何地方使用该控制器,也不知道如何处理。此错误阻止我使用任何typo3cms命令。寻找答案在斯莱克频道和其他地方,但还没有找到答案,并被困。
vendor和typo3temp目录。[ Symfony\Component\Console\Exception\RuntimeException ]
Command controller class "TYPO3\CMS\Lang\Command\LanguageCommandController" does not exist.
Exception code: 1520200175
Exception trace:
#0 ()
vendor/helhum/typo3-console/Classes/Console/Mvc/Cli/CommandConfiguration.php:102
#1 Helhum\Typo3Console\Mvc\Cli\CommandConfiguration::extractCommandDefinitionsFromControllers()
vendor/helhum/typo3-console/Classes/Console/Mvc/Cli/CommandConfiguration.php:94
#2 Helhum\Typo3Console\Mvc\Cli\CommandConfiguration::unifyCommandConfiguration()
vendor/helhum/typo3-console/Classes/Console/Mvc/Cli/CommandConfiguration.php:149
#3 Helhum\Typo3Console\Mvc\Cli\CommandConfiguration->addCommandControllerCommands()
vendor/helhum/typo3-console/Classes/Console/Mvc/Cli/CommandCollection.php:141
#4 Helhum\Typo3Console\Mvc\Cli\CommandCollection->addCommandControllerCommands()
vendor/helhum/typo3-console/Classes/Console/Core/Kernel.php:138
#5 Helhum\Typo3Console\Core\Kernel->handle()
vendor/helhum/typo3-console/Scripts/typo3-console.php:30
#6 {closure}()
vendor/helhum/typo3-console/Scripts/typo3-console.php:32
#7 require()
vendor/helhum/typo3-console/typo3cms:3发布于 2022-11-03 11:53:25
请记住,删除的包也在您的sysext文件夹中。
在您的例子中,EXT:lang已被删除。
在我的例子中,它是typo3/cms的中继,同时切换到TYPO3的子树分离安装。
通过删除您的web-dir (如果使用root-dir ),手动清除typo3/-folder将有所帮助。
https://stackoverflow.com/questions/74278734
复制相似问题