• Bindery.
  • Digital.
  • Offset.

Our website, re-inked for today

It’s our pleasure to announce that we’ve launched a new website with a new, modern design. Here you’ll learn who we are and what we offer,…

show more

A year in service for your Heidelberg XL 106-5+L: 56 Million…

As unbelievable as it may seem, it’s been a year since the installation of our new Heidelberg XL 106-5+L machine. We’ve already printed over 56…

show more

Investments into web offset printing

We kicked off this year with investments into our Müller Martini Concept web offset printing machine. We primarily use web-fed printing technology when preparing customers’…

show more

Digital printing in metallic inks

Our Xerox XC 1000i digital printing machine, purchased in autumn of last year, has its first 450,000 prints behind it after three months in operation.…

show more

TYPOS, a member of the EDS (Euro-Druckservice GmbH) Group, is an important European printing company that specializes in large print runs of catalogues, manuals, brochures, books, and a wide range of other products. We offer a broad portfolio of printing technologies – sheet-fed offset printing, roll-to-roll printing, and small-circulation digital printing. Our services also include pre-press preparation and bookbinding for publications.

We’re a modern printing company with years of tradition in the printing industry. We approach every customer and order individually, we care about high quality, and we’re constantly investing in new technologies and machines. We’d like to be your long-term partner.

Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/e8/35). (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/e8/35).

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 19:47:43 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/en"."
INFO 19:47:43 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 19:47:43 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": 224
    }
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns='www.typos.cz' OR tl_page.dns=''))
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.alias='index' OR tl_page.alias='/'
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=1 LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=18 LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=203 LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=245 LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=538 LIMIT 0,1
DEBUG 19:47:43 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<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=618 LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=689 LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.dns='www.eds-zrinyi.hu' AND tl_page.fallback='1' AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=809 LIMIT 0,1
INFO 19:47:43 request Matched route "tl_page.112".
{
    "route": "tl_page.112",
    "route_parameters": {
        "_token_check": true,
        "_controller": "Contao\\FrontendIndex::renderPage",
        "_scope": "frontend",
        "_locale": "en",
        "pageModel": {},
        "_route": "tl_page.112"
    },
    "request_uri": "https://www.typos.cz/en/",
    "method": "GET"
}
DEBUG 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 security Populated the TokenStorage with an anonymous Token.
DEBUG 19:47:43 app Router Symfony\Bundle\FrameworkBundle\Routing\Router was not able to match, message "No routes found for "/en"."
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.type='root' AND (tl_page.dns='www.typos.cz' OR tl_page.dns=''))
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.alias='index' OR tl_page.alias='/'
DEBUG 19:47:43 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 19:47:43 php Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:47:43 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:47:43 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 19:47:43 doctrine SELECT tl_layout.* FROM tl_layout WHERE tl_layout.`id`=4 LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT * FROM tl_theme WHERE tl_theme.`id`=3 LIMIT 0,1
INFO 19:47:43 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 19:47:43 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 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.id IN(51,58,0) ORDER BY FIND_IN_SET(`tl_module`.`id`, '51,58,0')
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=111 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(190,114,115,122,123,194,134) ORDER BY FIND_IN_SET(`tl_page`.`id`, '190,114,115,122,123,194,134')
INFO 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=115 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 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": 224
    }
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(116,884,121,117,118,119,120) ORDER BY FIND_IN_SET(`tl_page`.`id`, '116,884,121,117,118,119,120')
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=116 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=123 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(124,126,127,125,192,128,129,130) ORDER BY FIND_IN_SET(`tl_page`.`id`, '124,126,127,125,192,128,129,130')
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=124 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=194 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(196,197) ORDER BY FIND_IN_SET(`tl_page`.`id`, '196,197')
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=196 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=134 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(987) ORDER BY FIND_IN_SET(`tl_page`.`id`, '987')
INFO 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Warning: Undefined array key "load"
DEBUG 19:47:43 doctrine SELECT tl_article.* FROM tl_article WHERE tl_article.pid=112 AND tl_article.inColumn='main' AND tl_article.published='1' AND (tl_article.start='' OR tl_article.start<='1779817620') AND (tl_article.stop='' OR tl_article.stop>'1779817620') ORDER BY tl_article.sorting
DEBUG 19:47:43 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 19:47:43 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 19:47:43 doctrine SELECT tl_content.* FROM tl_content WHERE tl_content.pid=192 AND (tl_content.ptable='tl_article' OR tl_content.ptable='') AND tl_content.invisible='' AND (tl_content.start='' OR tl_content.start<='1779817620') AND (tl_content.stop='' OR tl_content.stop>'1779817620') AND tl_content.tstamp!=0 ORDER BY tl_content.sorting
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.`id`='' LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('fdbc35981d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('f62634021d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('ffa54fe81d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('fee124a61d9a11e982bb00ac10d55900') LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.`id`='' LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('e621c5cf1d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('dd107f9b1d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('e8a4dbda1d9a11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('e8146c811d9a11e982bb00ac10d55900') LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.`id`='' LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('51173da23c2f11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('304db5d03c2f11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('839d58423c2f11e982bb00ac10d55900') LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using deserialize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::deserialize() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('702004dd3c2f11e982bb00ac10d55900') LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='34' LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.type='root' AND ( tl_page.dns='www.typos.cz' 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.typos.cz' 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.typos.cz' 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.typos.cz' LIMIT 1 ) ) ) ORDER BY sorting
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE (tl_page.id=112 OR tl_page.languageMain=112) AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<1779817620) AND (tl_page.stop='' OR tl_page.stop>1779817680)
DEBUG 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 php User Deprecated: Using standardize() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::standardize() instead.
{
    "exception": {}
}
INFO 19:47:43 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 19:47:43 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 19:47:43 php Warning: Trying to access array offset on value of type null
DEBUG 19:47:43 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 19:47:43 php Warning: Trying to access array offset on value of type null
DEBUG 19:47:43 php Warning: Trying to access array offset on value of type null
DEBUG 19:47:43 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": 224
    }
}
DEBUG 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='56' LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='63' LIMIT 0,1
DEBUG 19:47:43 php Warning: Undefined array key "load"
DEBUG 19:47:43 doctrine SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(6) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '6')
DEBUG 19:47:43 doctrine SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.pid IN(6) AND (tl_news.start='' OR tl_news.start<=1779817620) AND (tl_news.stop='' OR tl_news.stop>1779817680) AND tl_news.published=1
DEBUG 19:47:43 php Warning: Undefined array key "load"
DEBUG 19:47:43 doctrine SELECT tl_news.* FROM tl_news WHERE tl_news.pid IN(6) AND (tl_news.start='' OR tl_news.start<=1779817620) AND (tl_news.stop='' OR tl_news.stop>1779817680) AND tl_news.published=1 ORDER BY tl_news.date DESC LIMIT 0,10
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('febb9f78311f11e982bb00ac10d55900'),UNHEX('df39e9a34b0a11e982bb00ac10d55900'),UNHEX('2300b12d4b1211e982bb00ac10d55900'),UNHEX('f584d54b4b1211e982bb00ac10d55900')) ORDER BY tl_files.uuid!=UNHEX('febb9f78311f11e982bb00ac10d55900'), tl_files.uuid!=UNHEX('df39e9a34b0a11e982bb00ac10d55900'), tl_files.uuid!=UNHEX('2300b12d4b1211e982bb00ac10d55900'), tl_files.uuid!=UNHEX('f584d54b4b1211e982bb00ac10d55900')
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=67 LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php Warning: Undefined array key "date"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 154,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 8
    }
}
DEBUG 19:47:43 php Warning: Undefined array key "ccount"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 156,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 8
    }
}
DEBUG 19:47:43 php Warning: Undefined array key "comments"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 157,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 8
    }
}
DEBUG 19:47:43 php Warning: Undefined array key "author"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 159,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 13
    }
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Using the "dcaconfig.php" file has been deprecated and will no longer work in Contao 5.0. Create custom DCA files in the "contao/dca" folder instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "linkTitle"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php",
        "line": 1925,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 186,
                "function": "addImageToTemplate",
                "class": "Contao\\Controller",
                "type": "::"
            }
        ],
        "count": 7
    }
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
INFO 19:47:43 php User Deprecated: Using the "dcaconfig.php" file has been deprecated and will no longer work in Contao 5.0. Create custom DCA files in the "contao/dca" folder instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('41')
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('43')
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('44')
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('45')
DEBUG 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='61' LIMIT 0,1
DEBUG 19:47:43 php Warning: Undefined array key "load"
DEBUG 19:47:43 doctrine SELECT tl_news_archive.* FROM tl_news_archive WHERE tl_news_archive.id IN(8) ORDER BY FIND_IN_SET(`tl_news_archive`.`id`, '8')
DEBUG 19:47:43 doctrine SELECT COUNT(*) AS count FROM tl_news WHERE tl_news.pid IN(8) AND (tl_news.start='' OR tl_news.start<=1779817620) AND (tl_news.stop='' OR tl_news.stop>1779817680) AND tl_news.published=1
DEBUG 19:47:43 php Warning: Undefined array key "load"
DEBUG 19:47:43 doctrine SELECT tl_news.* FROM tl_news WHERE tl_news.pid IN(8) AND (tl_news.start='' OR tl_news.start<=1779817620) AND (tl_news.stop='' OR tl_news.stop>1779817680) AND tl_news.published=1 ORDER BY tl_news.date DESC LIMIT 0,10
DEBUG 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid IN(UNHEX('daa7d290471611e982bb00ac10d55900'),UNHEX('16c511b44bd011e982bb00ac10d55900'),UNHEX('e3fe13d4471811e982bb00ac10d55900'),UNHEX('c0c4ce4b464711e982bb00ac10d55900'),UNHEX('f6b9abd756d711e982bb00ac10d55900'),UNHEX('2446b008463a11e982bb00ac10d55900'),UNHEX('beeb3daa4b2411e982bb00ac10d55900'),UNHEX('d67e11c4471c11e982bb00ac10d55900'),UNHEX('a2834dfd471611e982bb00ac10d55900')) ORDER BY tl_files.uuid!=UNHEX('daa7d290471611e982bb00ac10d55900'), tl_files.uuid!=UNHEX('16c511b44bd011e982bb00ac10d55900'), tl_files.uuid!=UNHEX('e3fe13d4471811e982bb00ac10d55900'), tl_files.uuid!=UNHEX('c0c4ce4b464711e982bb00ac10d55900'), tl_files.uuid!=UNHEX('f6b9abd756d711e982bb00ac10d55900'), tl_files.uuid!=UNHEX('2446b008463a11e982bb00ac10d55900'), tl_files.uuid!=UNHEX('beeb3daa4b2411e982bb00ac10d55900'), tl_files.uuid!=UNHEX('d67e11c4471c11e982bb00ac10d55900'), tl_files.uuid!=UNHEX('a2834dfd471611e982bb00ac10d55900')
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.`id`=66 LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('113')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (15) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('114')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (15) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('112')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (16) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Warning: Undefined array key "author"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 159,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 13
    }
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "linkTitle"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/core-bundle/src/Resources/contao/library/Contao/Controller.php",
        "line": 1925,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 186,
                "function": "addImageToTemplate",
                "class": "Contao\\Controller",
                "type": "::"
            }
        ],
        "count": 6
    }
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('64')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (15) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Warning: Undefined array key "date"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 154,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 5
    }
}
DEBUG 19:47:43 php Warning: Undefined array key "ccount"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 156,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 5
    }
}
DEBUG 19:47:43 php Warning: Undefined array key "comments"
{
    "exception": {
        "severity": 2,
        "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
        "line": 157,
        "trace": [
            {
                "file": "/homepages/3/d557446887/htdocs/contao/vendor/contao/news-bundle/src/Resources/contao/modules/ModuleNews.php",
                "line": 271,
                "function": "parseArticle",
                "class": "Contao\\ModuleNews",
                "type": "->"
            }
        ],
        "count": 5
    }
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('65')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (16) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('66')
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('133')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (17) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('134')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (17) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
INFO 19:47:43 php Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawImg() method instead.
{
    "exception": {}
}
INFO 19:47:43 php User Deprecated: Since contao/image 1.2: Passing NULL as $rootDir is deprecated and will no longer work in version 2.0. Use the getRawSources() method instead.
{
    "exception": {}
}
DEBUG 19:47:43 php Warning: Undefined array key "title"
DEBUG 19:47:43 doctrine SELECT category_id FROM tl_news_categories WHERE news_id IN ('135')
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.id IN (16) AND tl_news_category.published=1 ORDER BY tl_news_category.sorting
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT * FROM tl_news_category WHERE tl_news_category.`id`=0 LIMIT 0,1
INFO 19:47:43 php User Deprecated: Using trimsplit() has been deprecated and will no longer work in Contao 5.0. Use StringUtil::trimsplit() instead.
{
    "exception": {}
}
DEBUG 19:47:43 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": 54
    }
}
DEBUG 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='53' LIMIT 0,1
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=111 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
INFO 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=115 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=116 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=123 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=124 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=194 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id=196 AND tl_page.published='1' AND (tl_page.start='' OR tl_page.start<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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<='1779817620') AND (p2.stop='' OR p2.stop>'1779817620')) AS hasSubpages FROM tl_page p1 WHERE p1.pid=134 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<='1779817620') AND (p1.stop='' OR p1.stop>'1779817620') ORDER BY p1.sorting
INFO 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='54' LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 doctrine SELECT tl_module.* FROM tl_module WHERE tl_module.`id`='52' LIMIT 0,1
DEBUG 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id IN(136,137,138) 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<='1779817620') AND (tl_page.stop='' OR tl_page.stop>'1779817620') ORDER BY FIND_IN_SET(`tl_page`.`id`, '136,137,138')
INFO 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 php Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
{
    "exception": {}
}
DEBUG 19:47:43 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 19:47:43 doctrine SELECT tl_page.* FROM tl_page WHERE tl_page.id='139' LIMIT 0,1
DEBUG 19:47:43 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 19:47:43 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 19:47:43 doctrine SELECT * FROM tl_files WHERE tl_files.uuid=UNHEX('d21740d14c6311ecac9db337f93a386a') LIMIT 0,1
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InitializeControllerListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InitializeControllerListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MergeHttpHeadersListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\CacheControlListener::onKernelResponse"
}
DEBUG 19:47:43 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 19:47:43 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 19:47:43 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentTypeListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ReferrerPolicyListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InterestCohortListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PageTrailCacheTagsListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewToolbarListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\StoreRefererListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\TagListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ClickjackingListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "TrustedCookieResponseListener_c7f9b85::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
}
DEBUG 19:47:43 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 19:47:43 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\ClearSessionDataListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MakeResponsePrivateListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 request Uncaught PHP Exception RuntimeException: "Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/e8/35)." at /homepages/3/d557446887/htdocs/contao/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php line 135
{
    "exception": {}
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:47:43 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:47:43 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 19:47:43 php User Deprecated: Class "Nyholm\Psr7\Factory\HttplugFactory" is deprecated since version 1.8, use "Nyholm\Psr7\Factory\Psr17Factory" instead.
{
    "exception": {}
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InitializeControllerListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InitializeControllerListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MergeHttpHeadersListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MergeHttpHeadersListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\CacheControlListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\CacheControlListener::onKernelResponse"
}
DEBUG 19:47:43 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 19:47:43 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 19:47:43 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentTypeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentTypeListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ReferrerPolicyListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\InterestCohortListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\InterestCohortListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PageTrailCacheTagsListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PageTrailCacheTagsListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\PreviewToolbarListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewToolbarListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\StoreRefererListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\StoreRefererListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "FOS\HttpCacheBundle\EventListener\TagListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\TagListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ClickjackingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ClickjackingListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Nelmio\SecurityBundle\EventListener\XssProtectionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\XssProtectionListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "TrustedCookieResponseListener_c7f9b85::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "TrustedCookieResponseListener_c7f9b85::onKernelResponse"
}
DEBUG 19:47:43 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 19:47:43 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 19:47:43 event Notified event "kernel.response" to listener "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\ClearSessionDataListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\ClearSessionDataListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Contao\CoreBundle\EventListener\MakeResponsePrivateListener::__invoke".
{
    "event": "kernel.response",
    "listener": "Contao\\CoreBundle\\EventListener\\MakeResponsePrivateListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 19:47:43 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 doctrine SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
DEBUG 19:47:43 doctrine LOCK TABLES tl_cron_job WRITE, tl_cron_job AS t0 WRITE, tl_cron_job AS t0_ WRITE
DEBUG 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 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 19:47:43 doctrine UNLOCK TABLES
DEBUG 19:47:43 php Warning: file_put_contents(/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/bb/46/3946bb): 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 19:47:43 profiler Unable to store the profiler information.
{
    "configured_storage": "Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage"
}
DEBUG 19:47:43 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 19:47:43 event Notified event "kernel.terminate" to listener "Contao\CoreBundle\EventListener\CommandSchedulerListener::__invoke".
{
    "event": "kernel.terminate",
    "listener": "Contao\\CoreBundle\\EventListener\\CommandSchedulerListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.terminate" to listener "Contao\CoreBundle\EventListener\SearchIndexListener::__invoke".
{
    "event": "kernel.terminate",
    "listener": "Contao\\CoreBundle\\EventListener\\SearchIndexListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.terminate" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener::onTerminate"
}
DEBUG 19:47:43 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
CRITICAL 19:47:43 php Uncaught Exception: Unable to create the storage directory (/homepages/3/d557446887/htdocs/contao/var/cache/dev/profiler/e8/35).
{
    "exception": {}
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\SecurityBundle\\EventListener\\ContentSecurityPolicyListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\SubrequestCacheSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\SubrequestCacheSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::setTranslatorLocale".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::setTranslatorLocale"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\CsrfTokenCookieSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\CsrfTokenCookieSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\EventListener\\ResolveControllerNameSubscriber::resolveControllerName"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RefererIdListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RefererIdListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LocaleSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LocaleSubscriber::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\RequestTokenListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\RequestTokenListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendLocaleListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendLocaleListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\LegacyLoginConstantsListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\LegacyLoginConstantsListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\PreviewAuthenticationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\PreviewAuthenticationListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BypassMaintenanceListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BypassMaintenanceListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Lexik\Bundle\MaintenanceBundle\Listener\MaintenanceListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Lexik\\Bundle\\MaintenanceBundle\\Listener\\MaintenanceListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\BackendPreviewRedirectListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\BackendPreviewRedirectListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\InsecureInstallationListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\InsecureInstallationListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\TwoFactorFrontendListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\TwoFactorFrontendListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "Contao\CoreBundle\EventListener\UserSessionListener::__invoke".
{
    "event": "kernel.request",
    "listener": "Contao\\CoreBundle\\EventListener\\UserSessionListener::__invoke"
}
DEBUG 19:47:43 event Notified event "kernel.request" to listener "FOS\HttpCacheBundle\EventListener\Php8AttributesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "FOS\\HttpCacheBundle\\EventListener\\Php8AttributesListener::onKernelRequest"
}
DEBUG 19:47:43 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 19:47:43 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 19:47:43 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/e8/35).

  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()