• Print
  • Érték
  • Minőség

Az EDS Zrínyi Zrt. hazánk kiemelkedő, közel 160 éves múlttal rendelkező nyomdája. Már több mint egy évtizede az EDS Csoport tagja, így Közép-Kelet-Európa szinte minden országában elérhető.

Vállalatunk fő célja, hogy ügyfeleink mindig elégedettek legyenek szolgáltatásunkkal, munkánkkal.

Technológiánkból adódóan kizárólag nagy példányszámú katalógusok és szórólapok nyomtatásával foglalkozunk.

Alapértékeink: Partnerség, Minőség, Megbízhatóság, Rugalmasság

 

Visszaélésbejelentő rendszer:

Kérjük amennyiben bármilyen jellegű problémával vagy visszaéléssel találkozik társaságunknál, az alábbi linkre kattintva tegye megy bejelentését!

Köszönettel
EDS Csoport

Bejelentő csatorna – EDS Group



Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/7a/45). (500 Internal Server Error)

Symfony Exception

RuntimeException

HTTP 500 Internal Server Error

Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/7a/45).

Exception

RuntimeException

  1.         $profileIndexed is_file($file);
  2.         if (!$profileIndexed) {
  3.             // Create directory
  4.             $dir \dirname($file);
  5.             if (!is_dir($dir) && false === @mkdir($dir0777true) && !is_dir($dir)) {
  6.                 throw new \RuntimeException(sprintf('Unable to create the storage directory (%s).'$dir));
  7.             }
  8.         }
  9.         $profileToken $profile->getToken();
  10.         // when there are errors in sub-requests, the parent and/or children tokens
  1.             if ($collector instanceof LateDataCollectorInterface) {
  2.                 $collector->lateCollect();
  3.             }
  4.         }
  5.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  6.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  7.         }
  8.         return $ret;
  9.     }
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.     {
  2.         foreach ($listeners as $listener) {
  3.             if ($event->isPropagationStopped()) {
  4.                 break;
  5.             }
  6.             $listener($event$eventName$this);
  7.         }
  8.     }
  9.     /**
  10.      * Sorts the internal list of listeners for the given event by priority.
  1.      * @param object     $event     The event object to pass to the event handlers/listeners
  2.      */
  3.     protected function callListeners(iterable $listenersstring $eventName$event)
  4.     {
  5.         if ($event instanceof Event) {
  6.             $this->doDispatch($listeners$eventName$event);
  7.             return;
  8.         }
  9.         $stoppable $event instanceof ContractsEvent || $event instanceof StoppableEventInterface;
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 166)
  1.         if (false === $this->booted) {
  2.             return;
  3.         }
  4.         if ($this->getHttpKernel() instanceof TerminableInterface) {
  5.             $this->getHttpKernel()->terminate($request$response);
  6.         }
  7.     }
  8.     /**
  9.      * {@inheritdoc}
Kernel->terminate() in web/index.php (line 35)
  1. $response $kernel->handle($request);
  2. $response->send();
  3. if ($kernel instanceof TerminableInterface) {
  4.     $kernel->terminate($request$response);
  5. }
require('/homepages/3/d557446887/htdocs/contao/web/index.php') in web/app.php (line 4)
  1. <?php
  2. // Backwards compatibility
  3. require __DIR__.'/index.php';

Logs 2

Level Channel Message
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/hu"."
INFO 21:08:21 php User Deprecated: Using the "Contao\RequestToken" class has been deprecated and will no longer work in Contao 5.0. Use the Symfony CSRF service via the container instead.
{
    "exception": {}
}
DEBUG 21:08:21 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 310
    }
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns='www.eds-zrinyi.hu' OR tl_page.dns=''))
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.alias='index' OR tl_page.alias='/'
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=1 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=18 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=72 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.dns='www.typos.cz' AND tl_page.fallback='1' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=143 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=203 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=245 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=538 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.dns='www.eurodruk.com.pl' AND tl_page.fallback='1' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=618 LIMIT 0,1
INFO 21:08:21 request Matched route "tl_page.841".
{
    "route": "tl_page.841",
    "route_parameters": {
        "_token_check": true,
        "_controller": "Contao\\FrontendIndex::renderPage",
        "_scope": "frontend",
        "_locale": "hu",
        "pageModel": {},
        "_route": "tl_page.841"
    },
    "request_uri": "https://www.eds-zrinyi.hu/hu/",
    "method": "GET"
}
DEBUG 21:08:21 event Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin".
{
    "event": "security.authentication.success",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onLogin"
}
DEBUG 21:08:21 event Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onLogin".
{
    "event": "security.authentication.success",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onLogin"
}
DEBUG 21:08:21 event Notified event "security.authentication.success" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor::onLogin".
{
    "event": "security.authentication.success",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\AuthenticationSuccessEventSuppressor::onLogin"
}
INFO 21:08:21 security Populated the TokenStorage with an anonymous Token.
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/hu"."
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns='www.eds-zrinyi.hu' OR tl_page.dns=''))
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.alias='index' OR tl_page.alias='/'
DEBUG 21:08:21 event Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
{
    "event": "debug.security.authorization.vote",
    "listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
INFO 21:08:21 php Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 21:08:21 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 21:08:21 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 21:08:21 doctrine SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=14 LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT * FROM tl_theme WHERE tl_theme.`id`=6 LIMIT 0,1
INFO 21:08:21 php User Deprecated: Since contao/image 1.2: Not passing a secret to "Contao\Image\DeferredResizer::__construct()" has been deprecated and will no longer work in version 2.0.
{
    "exception": {}
}
INFO 21:08:21 php User Deprecated: Since contao/image 1.2: Not passing a secret to "Contao\Image\Resizer::__construct()" has been deprecated and will no longer work in version 2.0.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(281,314,0) ORDER BY FIND_IN_SET(`tl_module`.`id`, '281,314,0')
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=840 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(852,859,860,869,968) ORDER BY FIND_IN_SET(`tl_page`.`id`, '852,859,860,869,968')
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=852 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 310
    }
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(853,855,896,857,858) ORDER BY FIND_IN_SET(`tl_page`.`id`, '853,855,896,857,858')
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=852 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=859 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(907,908) ORDER BY FIND_IN_SET(`tl_page`.`id`, '907,908')
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=859 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=860 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(861,862,863) ORDER BY FIND_IN_SET(`tl_page`.`id`, '861,862,863')
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=860 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=869 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(870,898,871,899,900) ORDER BY FIND_IN_SET(`tl_page`.`id`, '870,898,871,899,900')
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=869 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=968 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(974,975,976,977) ORDER BY FIND_IN_SET(`tl_page`.`id`, '974,975,976,977')
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=968 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
        "line": 218,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php",
                "line": 443,
                "function": "generate",
                "class": "Contao\\Module",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 21:08:21 php Warning: Undefined array key "load"
DEBUG 21:08:21 doctrine SELECT tl_article.* FROM tl_article WHERE tl_article.pid=841 AND tl_article.inColumn='main' AND tl_article.published='1' AND (tl_article.start='' OR tl_article.start<='1779563280') AND (tl_article.stop='' OR tl_article.stop>'1779563280') ORDER BY tl_article.sorting
DEBUG 21:08:21 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/ModuleArticle.php",
        "line": 116,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
                "line": 214,
                "function": "compile",
                "class": "Contao\\ModuleArticle",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 21:08:21 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/ModuleArticle.php",
        "line": 160,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
                "line": 214,
                "function": "compile",
                "class": "Contao\\ModuleArticle",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 21:08:21 doctrine SELECT tl_content.* FROM tl_content WHERE tl_content.pid=880 AND (tl_content.ptable='tl_article' OR tl_content.ptable='') AND tl_content.invisible='' AND (tl_content.start='' OR tl_content.start<='1779563280') AND (tl_content.stop='' OR tl_content.stop>'1779563280') AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.`id`='' LIMIT 0,1
DEBUG 21:08:21 php Warning: Undefined variable $src
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/templates/passavia/rsce_teaser.html5",
        "line": 107,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/TemplateInheritance.php",
                "line": 100,
                "args": [
                    "/homepages/3/d557446887/htdocs/contao/templates/passavia/rsce_teaser.html5"
                ],
                "function": "include"
            }
        ],
        "count": 3
    }
}
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 php Notice: unserialize(): Error at offset 0 of 36 bytes
{
    "exception": {
        "severity": 8,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/helper/functions.php",
        "line": 224,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/templates/passavia/rsce_teaser.html5",
                "line": 109,
                "function": "deserialize"
            }
        ],
        "count": 12
    }
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('fdbc35981d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('f62634021d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('ffa54fe81d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('fee124a61d9a11e982bb00ac10d55900') LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.`id`='' LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('e621c5cf1d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('dd107f9b1d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('e8a4dbda1d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('e8146c811d9a11e982bb00ac10d55900') LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.`id`='' LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('51173da23c2f11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('304db5d03c2f11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('839d58423c2f11e982bb00ac10d55900') LIMIT 0,1
INFO 21:08:21 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('702004dd3c2f11e982bb00ac10d55900') LIMIT 0,1
DEBUG 21:08:21 php Warning: Undefined global variable $TL_USER_CSS
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php",
        "line": 539,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/pages/PageRegular.php",
                "line": 227,
                "function": "createHeaderScripts",
                "class": "Contao\\PageRegular",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 21:08:21 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='311' LIMIT 0,1
DEBUG 21:08:21 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 310
    }
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND ( tl_page.dns='www.eds-zrinyi.hu' OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND id = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot = ( SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) ) ORDER BY sorting
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.id=841 OR tl_page.languageMain=841) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1779563280) AND (tl_page.stop='' OR tl_page.stop>1779563340)
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=840 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND ( tl_page.dns='www.eds-zrinyi.hu' OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND id = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot = ( SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) ) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1779563280) AND (tl_page.stop='' OR tl_page.stop>1779563340) ORDER BY sorting
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=840 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND ( tl_page.dns='www.eds-zrinyi.hu' OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND id = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot = ( SELECT id FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) OR tl_page.dns IN ( SELECT dns FROM tl_page WHERE type='root' AND fallback='1' AND languageRoot != 0 AND languageRoot = ( SELECT languageRoot FROM tl_page WHERE type='root' AND fallback='1' AND dns='www.eds-zrinyi.hu' LIMIT 1 ) ) ) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1779563280) AND (tl_page.stop='' OR tl_page.stop>1779563340) ORDER BY sorting
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=689 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=809 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_index' not found': Unable to generate a URL for the named route "contao_index" as such route does not exist.
INFO 21:08:21 php User Deprecated: Using standardize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::standardize() instead.
{
    "exception": {}
}
INFO 21:08:21 php User Deprecated: Using strip_insert_tags() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::stripInsertTags() instead.
{
    "exception": {}
}
DEBUG 21:08:21 php Warning: Undefined variable $arrLanguages
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_dropdown.html5",
        "line": 23,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/TemplateInheritance.php",
                "line": 100,
                "args": [
                    "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_dropdown.html5"
                ],
                "function": "include"
            }
        ],
        "count": 1
    }
}
DEBUG 21:08:21 php Warning: Trying to access array offset on value of type null
DEBUG 21:08:21 php Warning: Undefined variable $arrLanguages
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_dropdown.html5",
        "line": 25,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/TemplateInheritance.php",
                "line": 100,
                "args": [
                    "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_dropdown.html5"
                ],
                "function": "include"
            }
        ],
        "count": 2
    }
}
DEBUG 21:08:21 php Warning: Trying to access array offset on value of type null
DEBUG 21:08:21 php Warning: Trying to access array offset on value of type null
DEBUG 21:08:21 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='317' LIMIT 0,1
DEBUG 21:08:21 php Warning: Undefined array key 1
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/modules/Module.php",
        "line": 218,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php",
                "line": 443,
                "function": "generate",
                "class": "Contao\\Module",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 21:08:21 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='310' LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=840 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=852 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=852 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=859 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=859 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=860 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=860 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=869 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=869 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT p1.id, EXISTS(SELECT * FROM tl_page p2 WHERE p2.pid=p1.id AND p2.type!='root' AND p2.type!='error_401' AND p2.type!='error_403' AND p2.type!='error_404' AND p2.hide='' AND p2.published='1' AND (p2.start='' OR p2.start<='1779563280') AND (p2.stop='' OR p2.stop>'1779563280')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=968 AND p1.type!='root' AND p1.type!='error_401' AND p1.type!='error_403' AND p1.type!='error_404' AND p1.hide='' AND p1.published='1' AND (p1.start='' OR p1.start<='1779563280') AND (p1.stop='' OR p1.stop>'1779563280') ORDER BY p1.sorting
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.pid=968 AND tl_page.type='regular' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY tl_page.sorting LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 php Warning: Undefined array key "eager"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model/QueryBuilder.php",
        "line": 48,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Model.php",
                "line": 1215,
                "function": "find",
                "class": "Contao\\Model\\QueryBuilder",
                "type": "::"
            }
        ],
        "count": 310
    }
}
DEBUG 21:08:21 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='291' LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='275' LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(874,875,876) AND tl_page.type!='error_401' AND tl_page.type!='error_403' AND tl_page.type!='error_404' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779563280') AND (tl_page.stop='' OR tl_page.stop>'1779563280') ORDER BY FIND_IN_SET(`tl_page`.`id`, '874,875,876')
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
INFO 21:08:21 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 21:08:21 php Warning: Undefined array key "subitems"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_footer.html5",
        "line": 6,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/TemplateInheritance.php",
                "line": 100,
                "args": [
                    "/homepages/3/d557446887/htdocs/contao/templates/passavia/nav_footer.html5"
                ],
                "function": "include"
            }
        ],
        "count": 3
    }
}
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id='877' LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id='147' LIMIT 0,1
DEBUG 21:08:21 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=145 LIMIT 0,1
DEBUG 21:08:21 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was unable to generate route. Reason: 'Route 'contao_frontend' not found': Unable to generate a URL for the named route "contao_frontend" as such route does not exist.
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InitializeControllerListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InitializeControllerListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MergeHttpHeadersListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\CacheControlListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentTypeListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ReferrerPolicyListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InterestCohortListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PageTrailCacheTagsListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewToolbarListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\StoreRefererListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\TagListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ClickjackingListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "TrustedCookieResponseListener_c7f9b85::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\ClearSessionDataListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MakeResponsePrivateListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
CRITICAL 21:08:21 request Uncaught PHP Exception RuntimeException: "Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/7a/45)." at /homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 135
{
    "exception": {}
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 21:08:21 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 21:08:21 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
INFO 21:08:21 php User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
{
    "exception": {}
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InitializeControllerListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InitializeControllerListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MergeHttpHeadersListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\CacheControlListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentTypeListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ReferrerPolicyListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InterestCohortListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PageTrailCacheTagsListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewToolbarListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\StoreRefererListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\TagListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ClickjackingListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "TrustedCookieResponseListener_c7f9b85::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\ClearSessionDataListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MakeResponsePrivateListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 21:08:21 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 21:08:21 doctrine SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
DEBUG 21:08:21 doctrine LOCK TABLES tl_cron_job WRITE, tl_cron_job AS t0 WRITE, tl_cron_job AS t0_ WRITE
DEBUG 21:08:21 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 21:08:21 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 21:08:21 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 21:08:21 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 21:08:21 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Leg [...]"
]
DEBUG 21:08:21 doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.lastRun AS lastRun_3 FROM tl_cron_job t0 WHERE t0.name = ? LIMIT 1
[
    "Contao\\CoreBundle\\Cron\\Pur [...]"
]
DEBUG 21:08:21 doctrine UNLOCK TABLES
DEBUG 21:08:21 php Warning: file_put_contents(/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/36/ae/6cae36): Failed to open stream: Disk quota exceeded
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php",
        "line": 166,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/Profiler.php",
                "line": 104,
                "function": "write",
                "class": "Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage",
                "type": "->"
            }
        ],
        "count": 1
    }
}
WARNING 21:08:21 profiler Unable to store the profiler information.
{
    "configured_storage": "Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage"
}
DEBUG 21:08:21 php Warning: mkdir(): Disk quota exceeded
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php",
        "line": 134,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/Profiler.php",
                "line": 104,
                "function": "write",
                "class": "Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage",
                "type": "->"
            }
        ],
        "count": 1
    }
}
DEBUG 21:08:21 event Notified event "kernel.terminate" to listener "Contao\CoreBundle\EventListener\CommandSchedulerListener::__invoke".
{
    "event": "kernel.terminate",
    "listener": "Contao\\CoreBundle\\EventListener\\CommandSchedulerListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.terminate" to listener "Contao\CoreBundle\EventListener\SearchIndexListener::__invoke".
{
    "event": "kernel.terminate",
    "listener": "Contao\\CoreBundle\\EventListener\\SearchIndexListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.terminate" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener::onTerminate"
}
DEBUG 21:08:21 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
CRITICAL 21:08:21 php Uncaught Exception: Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/7a/45).
{
    "exception": {}
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 21:08:21 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 21:08:21 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 21:08:21 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 21:08:21 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

RuntimeException

RuntimeException:
Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/7a/45).

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:135
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write()
     (vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:264)
  at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:239)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (vendor/symfony/event-dispatcher/EventDispatcher.php:73)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (vendor/symfony/http-kernel/HttpKernel.php:103)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (vendor/symfony/http-kernel/Kernel.php:166)
  at Symfony\Component\HttpKernel\Kernel->terminate()
     (web/index.php:35)
  at require('/homepages/3/d557446887/htdocs/contao/web/index.php')
     (web/app.php:4)                
Symfony\Component\VarDumper\Cloner\Data objects are immutable. (500 Internal Server Error)

Symfony Exception

BadMethodCallException

HTTP 500 Internal Server Error

Symfony\Component\VarDumper\Cloner\Data objects are immutable.

Exception

BadMethodCallException

  1.      * @return void
  2.      */
  3.     #[\ReturnTypeWillChange]
  4.     public function offsetSet($key$value)
  5.     {
  6.         throw new \BadMethodCallException(self::class.' objects are immutable.');
  7.     }
  8.     /**
  9.      * @return void
  10.      */
  1.      *
  2.      * @see TraceableEventDispatcher
  3.      */
  4.     public function setCalledListeners(array $listeners)
  5.     {
  6.         $this->data['called_listeners'] = $listeners;
  7.     }
  8.     /**
  9.      * Gets the called listeners.
  10.      *
  1.     }
  2.     public function lateCollect()
  3.     {
  4.         if ($this->dispatcher instanceof TraceableEventDispatcherInterface) {
  5.             $this->setCalledListeners($this->dispatcher->getCalledListeners($this->currentRequest));
  6.             $this->setNotCalledListeners($this->dispatcher->getNotCalledListeners($this->currentRequest));
  7.         }
  8.         if ($this->dispatcher instanceof TraceableEventDispatcher) {
  9.             $this->setOrphanedEvents($this->dispatcher->getOrphanedEvents($this->currentRequest));
  1.     public function saveProfile(Profile $profile)
  2.     {
  3.         // late collect
  4.         foreach ($profile->getCollectors() as $collector) {
  5.             if ($collector instanceof LateDataCollectorInterface) {
  6.                 $collector->lateCollect();
  7.             }
  8.         }
  9.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  10.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => \get_class($this->storage)]);
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->called true;
  2.         $this->priority $dispatcher->getListenerPriority($eventName$this->listener);
  3.         $e $this->stopwatch->start($this->name'event_listener');
  4.         ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         if ($e->isStarted()) {
  6.             $e->stop();
  7.         }
  1.     {
  2.         foreach ($listeners as $listener) {
  3.             if ($event->isPropagationStopped()) {
  4.                 break;
  5.             }
  6.             $listener($event$eventName$this);
  7.         }
  8.     }
  9.     /**
  10.      * Sorts the internal list of listeners for the given event by priority.
  1.      * @param object     $event     The event object to pass to the event handlers/listeners
  2.      */
  3.     protected function callListeners(iterable $listenersstring $eventName$event)
  4.     {
  5.         if ($event instanceof Event) {
  6.             $this->doDispatch($listeners$eventName$event);
  7.             return;
  8.         }
  9.         $stoppable $event instanceof ContractsEvent || $event instanceof StoppableEventInterface;
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
  1.         }
  2.         $response->sendHeaders();
  3.         $response->sendContent();
  4.         $this->terminate($request$response);
  5.     }
  6.     /**
  7.      * Handles a request to convert it to a response.
  8.      *
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /homepages/3/d557446887/htdocs/contao/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 601)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 return $exceptionHandler($exception);
  6.             }
  7.             $handlerException $handlerException ?: $exception;
  8.         } catch (\Throwable $handlerException) {
  9.         }
  10.         if ($exception === $handlerException && null === $this->exceptionHandler) {
ErrorHandler->handleException()

Stack Trace

BadMethodCallException

BadMethodCallException:
Symfony\Component\VarDumper\Cloner\Data objects are immutable.

  at /homepages/3/d557446887/htdocs/contao/vendor/symfony/var-dumper/Cloner/Data.php:176
  at Symfony\Component\VarDumper\Cloner\Data->offsetSet()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:88)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:68)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/Profiler.php:100)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:127)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/EventDispatcher.php:264)
  at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/EventDispatcher.php:239)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/EventDispatcher.php:73)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/HttpKernel.php:103)
  at Symfony\Component\HttpKernel\HttpKernel->terminate()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/HttpKernel.php:130)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:129)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}()
     (/homepages/3/d557446887/htdocs/contao/vendor/symfony/error-handler/ErrorHandler.php:601)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException()