https://dev5.tile.expert/de-ch/tile/azteca/amazonas

Exceptions

collection not found

Exception

Symfony\Component\HttpKernel\Exception\ NotFoundHttpException

  1.             && $collection['status'] != BiConst::STATE_WORK_CONTINUED
  2.             && $collection['status'] != BiConst::STATE_CHECKING
  3.             && $collection['publishDate'] == null //на основании https://te.remote.team/#/discus/7B2C1D62-1AFC-B81F-1E11-0DABFD79046D/
  4.         ) {
  5.             // сказали не разделять 404 теперь
  6.             throw new NotFoundHttpException('collection not found');
  7.         }
  8.         //на основании https://te.remote.team/#/discus/7B2C1D62-1AFC-B81F-1E11-0DABFD79046D/
  9.         if ($collection['status'] > 3) {
  10.             $collection['status'] = 3;
CollectionService->findCollectionInDb() in src/WebBundle/Controller/TileController.php (line 110)
  1.                     $iNeedRedirect->getArrayForRedirect()
  2.                 )
  3.             );
  4.         }
  5.         $collection $this->collectionService->findCollectionInDb($factoryUrl$collectionUrl);
  6.         if ($collection['return'] ?? null) {
  7.             return $collection['return'];
  8.         }
in vendor/symfony/http-kernel/HttpKernel.php -> indexAction (line 163)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     {
  2.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  3.         $this->requestStack->push($request);
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle() in public/index.php (line 34)
  1. }
  2. Request::enableHttpMethodParameterOverride();
  3. $request Request::createFromGlobals();
  4. define('BASE_URL'$request->getScheme() . '://tile.expert/');
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);
require('/var/www/dev5.tile.expert/public/index.php') in web/index.php (line 3)
  1. <?php
  2. require '../public/index.php';

Logs

Level Channel Message
INFO 04:44:00 php User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
{
    "exception": {}
}
INFO 04:44:00 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "8e96d5"
    },
    "request_uri": "https://dev5.tile.expert/_profiler/8e96d5",
    "method": "GET"
}
INFO 04:44:00 php User Deprecated: Since symfony/http-foundation 5.3: "Symfony\Component\HttpFoundation\RequestStack::getMasterRequest()" is deprecated, use "getMainRequest()" instead.
{
    "exception": {}
}
INFO 04:44:00 php User Deprecated: Since symfony/framework-bundle 5.2: Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.
{
    "exception": {}
}
INFO 04:44:00 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
{
    "exception": {}
}
INFO 04:44:00 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
{
    "exception": {}
}
INFO 04:44:00 php User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
{
    "exception": {}
}

Stack Trace

NotFoundHttpException
Symfony\Component\HttpKernel\Exception\NotFoundHttpException:
collection not found

  at src/WebBundle/Service/CollectionService.php:722
  at WebBundle\Service\CollectionService->findCollectionInDb()
     (src/WebBundle/Controller/TileController.php:110)
  at WebBundle\Controller\TileController->indexAction()
     (vendor/symfony/http-kernel/HttpKernel.php:163)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:75)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (public/index.php:34)
  at require('/var/www/dev5.tile.expert/public/index.php')
     (web/index.php:3)