Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend maintenance - TypeError Contao Crawl Escargot FactoryService #6739

Closed
Ainschy opened this issue Jan 18, 2024 · 1 comment
Closed

Comments

@Ainschy
Copy link

Ainschy commented Jan 18, 2024

Affected version(s)

5.3.-RC-1

Description

When go to maintenance in contao backend 5.3-rc1 this TypeError pops up.

TypeError:
Contao\CoreBundle\Crawl\Escargot\Factory::__construct(): Argument #3 ($urlGenerator) must be of type Contao\CoreBundle\Routing\ContentUrlGenerator, array given, called in /var/www/html/var/cache/dev/ContainerXtM87TA/getContao_Crawl_Escargot_FactoryService.php on line 31

  at vendor/contao/core-bundle/src/Crawl/Escargot/Factory.php:48
  at Contao\CoreBundle\Crawl\Escargot\Factory->__construct()
     (var/cache/dev/ContainerXtM87TA/getContao_Crawl_Escargot_FactoryService.php:31)
  at ContainerXtM87TA\getContao_Crawl_Escargot_FactoryService::do()
     (var/cache/dev/ContainerXtM87TA/Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer.php:812)
  at ContainerXtM87TA\Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer->load()
     (vendor/symfony/dependency-injection/Container.php:229)
  at Symfony\Component\DependencyInjection\Container::make()
     (vendor/symfony/dependency-injection/Container.php:211)
  at Symfony\Component\DependencyInjection\Container->get()
     (vendor/contao/core-bundle/contao/classes/Crawl.php:63)
  at Contao\Crawl->run()
     (vendor/contao/core-bundle/contao/modules/ModuleMaintenance.php:47)
  at Contao\ModuleMaintenance->compile()
     (vendor/contao/core-bundle/contao/classes/BackendModule.php:80)
  at Contao\BackendModule->generate()
     (vendor/contao/core-bundle/contao/classes/Backend.php:316)
  at Contao\Backend->getBackendModule()
     (vendor/contao/core-bundle/contao/controllers/BackendMain.php:146)
  at Contao\BackendMain->run()
     (vendor/contao/core-bundle/src/Controller/BackendController.php:44)
  at Contao\CoreBundle\Controller\BackendController->mainAction()
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (public/index.php:44)
@bytehead
Copy link
Member

See #6735

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants