Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20863

Many exceptions 'The "..." controller is not a valid a:b:c controller string' happening.

    XMLWordPrintable

Details

    Description

      A lot (~130) Exceptions are thrown/catch silently with the following type of message:
      The "..." controller is not a valid a:b:c controller string.

      The Exception is generated from:
      vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php around line 50:

      if (3 != count($parts = explode(':', $controller))) {
          throw new \InvalidArgumentException(sprintf('The "%s" controller is not a valid a:b:c controller string.', $controller));
      }
      

      and caught in:
      vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php around line 63:

      try {
          $controller = $this->parser->parse($controller);
      } catch (\Exception $e) {
          // unable to optimize unknown notation
      }
      

      Steps to reproduce:

      1. Install APM 1.1.0RC2 to record all error events.
      2. Launch a new setup wizard.
      3. Look into APM dashboard the registered events and notice the number of errors like The "..." controller is not a valid a:b:c controller string.

      Note:

      Solving this might improve performance of uncached requests, a benchmark (not involving a reverse proxy) should be done after and before this is fixed.

      Stacktrace example:

      ezpublish-community/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php:50     Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser::parse()
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php:62    Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser->parse("ezpublish_rest.controller.url_alias:deleteURLAlias")
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php:54  Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load("/home/patrick.allaert/Projets/ezpublish-community/ezpublish/config/routing.yml", )
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:236  Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection()
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php:215  Symfony\Component\Routing\Router->getMatcher()
      ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Routing/DefaultRouter.php:33  Symfony\Component\Routing\Router->match("/ezsetup")
      ezpublish-community/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php:168     eZ\Bundle\EzPublishCoreBundle\Routing\DefaultRouter->matchRequest(Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("siteaccess" => /* [...] */, "semanticPathinfo" => /* [...] */, "viewParameters" => /* [...] */, "viewParametersString" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => array("SCRIPT_URL" => /* [...] */, "SCRIPT_URI" => /* [...] */, "ENVIRONMENT" => /* [...] */, "USE_DEBUGGING" => /* [...] */, "USE_HTTP_CACHE" => /* [...] */, "HTTP_HOST" => /* [...] */, "HTTP_CONNECTION" => /* [...] */, "HTTP_CACHE_CONTROL" => /* [...] */, "HTTP_ACCEPT" => /* [...] */, "HTTP_USER_AGENT" => /* [...] */, "HTTP_ACCEPT_ENCODING" => /* [...] */, "HTTP_ACCEPT_LANGUAGE" => /* [...] */, "HTTP_ACCEPT_CHARSET" => /* [...] */, "HTTP_COOKIE" => /* [...] */, "HTTP_IF_MODIFIED_SINCE" => /* [...] */, "PATH" => /* [...] */, "SERVER_SIGNATURE" => /* [...] */, "SERVER_SOFTWARE" => /* [...] */, "SERVER_NAME" => /* [...] */, "SERVER_ADDR" => /* [...] */, "SERVER_PORT" => /* [...] */, "REMOTE_ADDR" => /* [...] */, "DOCUMENT_ROOT" => /* [...] */, "SERVER_ADMIN" => /* [...] */, "SCRIPT_FILENAME" => /* [...] */, "REMOTE_PORT" => /* [...] */, "GATEWAY_INTERFACE" => /* [...] */, "SERVER_PROTOCOL" => /* [...] */, "REQUEST_METHOD" => /* [...] */, "QUERY_STRING" => /* [...] */, "REQUEST_URI" => /* [...] */, "SCRIPT_NAME" => /* [...] */, "PHP_SELF" => /* [...] */, "REQUEST_TIME_FLOAT" => /* [...] */, "REQUEST_TIME" => /* [...] */)), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => array()), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("adminNavigationTab" => /* [...] */, "contentStructureMenu" => /* [...] */, "eZSESSID59b88f37a0cd75e7c15e6bd7175f7672" => /* [...] */, "eZSESSID" => /* [...] */)), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => array("host" => /* [...] */, "connection" => /* [...] */, "cache-control" => /* [...] */, "accept" => /* [...] */, "user-agent" => /* [...] */, "accept-encoding" => /* [...] */, "accept-language" => /* [...] */, "accept-charset" => /* [...] */, "cookie" => /* [...] */, "if-modified-since" => /* [...] */, "x-php-ob-level" => /* [...] */), "cacheControl" => array("max-age" => /* [...] */)), "content" => , "languages" => array(0 => "fr", 1 => "en_GB", 2 => "en", 3 => "en_US"), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Object ("bags" => /* [...] */, "started" => /* [...] */, "closed" => /* [...] */, "saveHandler" => /* [...] */, "metadataBag" => /* [...] */), "flashName" => "flashes", "attributeName" => "attributes"), "locale" => , "defaultLocale" => "en"))
      ezpublish-community/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php:147     Symfony\Cmf\Component\Routing\ChainRouter->doMatch("/ezsetup", Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("siteaccess" => /* [...] */, "semanticPathinfo" => /* [...] */, "viewParameters" => /* [...] */, "viewParametersString" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => array("SCRIPT_URL" => /* [...] */, "SCRIPT_URI" => /* [...] */, "ENVIRONMENT" => /* [...] */, "USE_DEBUGGING" => /* [...] */, "USE_HTTP_CACHE" => /* [...] */, "HTTP_HOST" => /* [...] */, "HTTP_CONNECTION" => /* [...] */, "HTTP_CACHE_CONTROL" => /* [...] */, "HTTP_ACCEPT" => /* [...] */, "HTTP_USER_AGENT" => /* [...] */, "HTTP_ACCEPT_ENCODING" => /* [...] */, "HTTP_ACCEPT_LANGUAGE" => /* [...] */, "HTTP_ACCEPT_CHARSET" => /* [...] */, "HTTP_COOKIE" => /* [...] */, "HTTP_IF_MODIFIED_SINCE" => /* [...] */, "PATH" => /* [...] */, "SERVER_SIGNATURE" => /* [...] */, "SERVER_SOFTWARE" => /* [...] */, "SERVER_NAME" => /* [...] */, "SERVER_ADDR" => /* [...] */, "SERVER_PORT" => /* [...] */, "REMOTE_ADDR" => /* [...] */, "DOCUMENT_ROOT" => /* [...] */, "SERVER_ADMIN" => /* [...] */, "SCRIPT_FILENAME" => /* [...] */, "REMOTE_PORT" => /* [...] */, "GATEWAY_INTERFACE" => /* [...] */, "SERVER_PROTOCOL" => /* [...] */, "REQUEST_METHOD" => /* [...] */, "QUERY_STRING" => /* [...] */, "REQUEST_URI" => /* [...] */, "SCRIPT_NAME" => /* [...] */, "PHP_SELF" => /* [...] */, "REQUEST_TIME_FLOAT" => /* [...] */, "REQUEST_TIME" => /* [...] */)), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => array()), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("adminNavigationTab" => /* [...] */, "contentStructureMenu" => /* [...] */, "eZSESSID59b88f37a0cd75e7c15e6bd7175f7672" => /* [...] */, "eZSESSID" => /* [...] */)), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => array("host" => /* [...] */, "connection" => /* [...] */, "cache-control" => /* [...] */, "accept" => /* [...] */, "user-agent" => /* [...] */, "accept-encoding" => /* [...] */, "accept-language" => /* [...] */, "accept-charset" => /* [...] */, "cookie" => /* [...] */, "if-modified-since" => /* [...] */, "x-php-ob-level" => /* [...] */), "cacheControl" => array("max-age" => /* [...] */)), "content" => , "languages" => array(0 => "fr", 1 => "en_GB", 2 => "en", 3 => "en_US"), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Object ("bags" => /* [...] */, "started" => /* [...] */, "closed" => /* [...] */, "saveHandler" => /* [...] */, "metadataBag" => /* [...] */), "flashName" => "flashes", "attributeName" => "attributes"), "locale" => , "defaultLocale" => "en"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:78  Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("siteaccess" => /* [...] */, "semanticPathinfo" => /* [...] */, "viewParameters" => /* [...] */, "viewParametersString" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => array("SCRIPT_URL" => /* [...] */, "SCRIPT_URI" => /* [...] */, "ENVIRONMENT" => /* [...] */, "USE_DEBUGGING" => /* [...] */, "USE_HTTP_CACHE" => /* [...] */, "HTTP_HOST" => /* [...] */, "HTTP_CONNECTION" => /* [...] */, "HTTP_CACHE_CONTROL" => /* [...] */, "HTTP_ACCEPT" => /* [...] */, "HTTP_USER_AGENT" => /* [...] */, "HTTP_ACCEPT_ENCODING" => /* [...] */, "HTTP_ACCEPT_LANGUAGE" => /* [...] */, "HTTP_ACCEPT_CHARSET" => /* [...] */, "HTTP_COOKIE" => /* [...] */, "HTTP_IF_MODIFIED_SINCE" => /* [...] */, "PATH" => /* [...] */, "SERVER_SIGNATURE" => /* [...] */, "SERVER_SOFTWARE" => /* [...] */, "SERVER_NAME" => /* [...] */, "SERVER_ADDR" => /* [...] */, "SERVER_PORT" => /* [...] */, "REMOTE_ADDR" => /* [...] */, "DOCUMENT_ROOT" => /* [...] */, "SERVER_ADMIN" => /* [...] */, "SCRIPT_FILENAME" => /* [...] */, "REMOTE_PORT" => /* [...] */, "GATEWAY_INTERFACE" => /* [...] */, "SERVER_PROTOCOL" => /* [...] */, "REQUEST_METHOD" => /* [...] */, "QUERY_STRING" => /* [...] */, "REQUEST_URI" => /* [...] */, "SCRIPT_NAME" => /* [...] */, "PHP_SELF" => /* [...] */, "REQUEST_TIME_FLOAT" => /* [...] */, "REQUEST_TIME" => /* [...] */)), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => array()), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("adminNavigationTab" => /* [...] */, "contentStructureMenu" => /* [...] */, "eZSESSID59b88f37a0cd75e7c15e6bd7175f7672" => /* [...] */, "eZSESSID" => /* [...] */)), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => array("host" => /* [...] */, "connection" => /* [...] */, "cache-control" => /* [...] */, "accept" => /* [...] */, "user-agent" => /* [...] */, "accept-encoding" => /* [...] */, "accept-language" => /* [...] */, "accept-charset" => /* [...] */, "cookie" => /* [...] */, "if-modified-since" => /* [...] */, "x-php-ob-level" => /* [...] */), "cacheControl" => array("max-age" => /* [...] */)), "content" => , "languages" => array(0 => "fr", 1 => "en_GB", 2 => "en", 3 => "en_US"), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Object ("bags" => /* [...] */, "started" => /* [...] */, "closed" => /* [...] */, "saveHandler" => /* [...] */, "metadataBag" => /* [...] */), "flashName" => "flashes", "attributeName" => "attributes"), "locale" => , "defaultLocale" => "en"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php:451   call_user_func(array(0 => Symfony\Component\HttpKernel\EventListener\RouterListener Object ("matcher" => Symfony\Cmf\Component\Routing\ChainRouter Object ("context" => /* [...] */, "routers" => /* [...] */, "sortedRouters" => /* [...] */, "routeCollection" => /* [...] */, "logger" => /* [...] */), "context" => Symfony\Component\Routing\RequestContext Object ("baseUrl" => /* [...] */, "pathInfo" => /* [...] */, "method" => /* [...] */, "host" => /* [...] */, "scheme" => /* [...] */, "httpPort" => /* [...] */, "httpsPort" => /* [...] */, "parameters" => /* [...] */), "logger" => Symfony\Bridge\Monolog\Logger Object ("name" => /* [...] */, "handlers" => /* [...] */, "processors" => /* [...] */)), 1 => "onKernelRequest"), Symfony\Component\HttpKernel\Event\GetResponseEvent Object ("response" => , "kernel" => Symfony\Bundle\FrameworkBundle\HttpKernel Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "dispatcher" => Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher Object ("logger" => /* [...] */, "called" => /* [...] */, "stopwatch" => /* [...] */, "profiler" => /* [...] */, "dispatcher" => /* [...] */, "wrappedListeners" => /* [...] */, "firstCalledEvent" => /* [...] */, "id" => /* [...] */), "resolver" => Symfony\Component\HttpKernel\Controller\TraceableControllerResolver Object ("resolver" => /* [...] */, "stopwatch" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => /* [...] */), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => /* [...] */), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => /* [...] */, "cacheControl" => /* [...] */), "content" => , "languages" => array(0 => /* [...] */, 1 => /* [...] */, 2 => /* [...] */, 3 => /* [...] */), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => /* [...] */, "flashName" => /* [...] */, "attributeName" => /* [...] */), "locale" => , "defaultLocale" => "en"), "requestType" => 1, "propagationStopped" => , "dispatcher" => Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "listenerIds" => array("kernel.controller" => /* [...] */, "kernel.response" => /* [...] */, "kernel.exception" => /* [...] */, "ezpublish.siteaccess" => /* [...] */, "ezpublish_legacy.build_kernel_web_handler" => /* [...] */, "ezpublish_legacy.build_kernel" => /* [...] */, "ezpublish.api.contentException" => /* [...] */, "ezpublish.rest.csrf_token_validated" => /* [...] */, "kernel.view" => /* [...] */), "listeners" => array("ezpublish.siteaccess" => /* [...] */), "sorted" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */), "listeners" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */)), "name" => "kernel.request"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:164     call_user_func(Closure Object (), Symfony\Component\HttpKernel\Event\GetResponseEvent Object ("response" => , "kernel" => Symfony\Bundle\FrameworkBundle\HttpKernel Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "dispatcher" => Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher Object ("logger" => /* [...] */, "called" => /* [...] */, "stopwatch" => /* [...] */, "profiler" => /* [...] */, "dispatcher" => /* [...] */, "wrappedListeners" => /* [...] */, "firstCalledEvent" => /* [...] */, "id" => /* [...] */), "resolver" => Symfony\Component\HttpKernel\Controller\TraceableControllerResolver Object ("resolver" => /* [...] */, "stopwatch" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => /* [...] */), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => /* [...] */), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => /* [...] */, "cacheControl" => /* [...] */), "content" => , "languages" => array(0 => /* [...] */, 1 => /* [...] */, 2 => /* [...] */, 3 => /* [...] */), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => /* [...] */, "flashName" => /* [...] */, "attributeName" => /* [...] */), "locale" => , "defaultLocale" => "en"), "requestType" => 1, "propagationStopped" => , "dispatcher" => Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "listenerIds" => array("kernel.controller" => /* [...] */, "kernel.response" => /* [...] */, "kernel.exception" => /* [...] */, "ezpublish.siteaccess" => /* [...] */, "ezpublish_legacy.build_kernel_web_handler" => /* [...] */, "ezpublish_legacy.build_kernel" => /* [...] */, "ezpublish.api.contentException" => /* [...] */, "ezpublish.rest.csrf_token_validated" => /* [...] */, "kernel.view" => /* [...] */), "listeners" => array("ezpublish.siteaccess" => /* [...] */), "sorted" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */), "listeners" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */)), "name" => "kernel.request"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:53  Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(0 => Closure Object (), 1 => Closure Object (), 2 => Closure Object (), 3 => Closure Object (), 4 => Closure Object (), 5 => Closure Object (), 6 => Closure Object (), 7 => Closure Object (), 8 => Closure Object (), 9 => Closure Object (), 10 => Closure Object (), 11 => Closure Object (), 12 => Closure Object ()), "kernel.request", Symfony\Component\HttpKernel\Event\GetResponseEvent Object ("response" => , "kernel" => Symfony\Bundle\FrameworkBundle\HttpKernel Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "dispatcher" => Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher Object ("logger" => /* [...] */, "called" => /* [...] */, "stopwatch" => /* [...] */, "profiler" => /* [...] */, "dispatcher" => /* [...] */, "wrappedListeners" => /* [...] */, "firstCalledEvent" => /* [...] */, "id" => /* [...] */), "resolver" => Symfony\Component\HttpKernel\Controller\TraceableControllerResolver Object ("resolver" => /* [...] */, "stopwatch" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => /* [...] */), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => /* [...] */), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => /* [...] */, "cacheControl" => /* [...] */), "content" => , "languages" => array(0 => /* [...] */, 1 => /* [...] */, 2 => /* [...] */, 3 => /* [...] */), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => /* [...] */, "flashName" => /* [...] */, "attributeName" => /* [...] */), "locale" => , "defaultLocale" => "en"), "requestType" => 1, "propagationStopped" => , "dispatcher" => Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "listenerIds" => array("kernel.controller" => /* [...] */, "kernel.response" => /* [...] */, "kernel.exception" => /* [...] */, "ezpublish.siteaccess" => /* [...] */, "ezpublish_legacy.build_kernel_web_handler" => /* [...] */, "ezpublish_legacy.build_kernel" => /* [...] */, "ezpublish.api.contentException" => /* [...] */, "ezpublish.rest.csrf_token_validated" => /* [...] */, "kernel.view" => /* [...] */), "listeners" => array("ezpublish.siteaccess" => /* [...] */), "sorted" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */), "listeners" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */)), "name" => "kernel.request"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:167   Symfony\Component\EventDispatcher\EventDispatcher->dispatch("kernel.request", Symfony\Component\HttpKernel\Event\GetResponseEvent Object ("response" => , "kernel" => Symfony\Bundle\FrameworkBundle\HttpKernel Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "dispatcher" => Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher Object ("logger" => /* [...] */, "called" => /* [...] */, "stopwatch" => /* [...] */, "profiler" => /* [...] */, "dispatcher" => /* [...] */, "wrappedListeners" => /* [...] */, "firstCalledEvent" => /* [...] */, "id" => /* [...] */), "resolver" => Symfony\Component\HttpKernel\Controller\TraceableControllerResolver Object ("resolver" => /* [...] */, "stopwatch" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => /* [...] */), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => /* [...] */), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => /* [...] */, "cacheControl" => /* [...] */), "content" => , "languages" => array(0 => /* [...] */, 1 => /* [...] */, 2 => /* [...] */, 3 => /* [...] */), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => /* [...] */, "flashName" => /* [...] */, "attributeName" => /* [...] */), "locale" => , "defaultLocale" => "en"), "requestType" => 1, "propagationStopped" => , "dispatcher" => Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "listenerIds" => array("kernel.controller" => /* [...] */, "kernel.response" => /* [...] */, "kernel.exception" => /* [...] */, "ezpublish.siteaccess" => /* [...] */, "ezpublish_legacy.build_kernel_web_handler" => /* [...] */, "ezpublish_legacy.build_kernel" => /* [...] */, "ezpublish.api.contentException" => /* [...] */, "ezpublish.rest.csrf_token_validated" => /* [...] */, "kernel.view" => /* [...] */), "listeners" => array("ezpublish.siteaccess" => /* [...] */), "sorted" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */), "listeners" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */)), "name" => "kernel.request"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php:139   Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch("kernel.request", Symfony\Component\HttpKernel\Event\GetResponseEvent Object ("response" => , "kernel" => Symfony\Bundle\FrameworkBundle\HttpKernel Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "dispatcher" => Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher Object ("logger" => /* [...] */, "called" => /* [...] */, "stopwatch" => /* [...] */, "profiler" => /* [...] */, "dispatcher" => /* [...] */, "wrappedListeners" => /* [...] */, "firstCalledEvent" => /* [...] */, "id" => /* [...] */), "resolver" => Symfony\Component\HttpKernel\Controller\TraceableControllerResolver Object ("resolver" => /* [...] */, "stopwatch" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => /* [...] */), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => /* [...] */), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => /* [...] */, "cacheControl" => /* [...] */), "content" => , "languages" => array(0 => /* [...] */, 1 => /* [...] */, 2 => /* [...] */, 3 => /* [...] */), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => /* [...] */, "flashName" => /* [...] */, "attributeName" => /* [...] */), "locale" => , "defaultLocale" => "en"), "requestType" => 1, "propagationStopped" => , "dispatcher" => Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "listenerIds" => array("kernel.controller" => /* [...] */, "kernel.response" => /* [...] */, "kernel.exception" => /* [...] */, "ezpublish.siteaccess" => /* [...] */, "ezpublish_legacy.build_kernel_web_handler" => /* [...] */, "ezpublish_legacy.build_kernel" => /* [...] */, "ezpublish.api.contentException" => /* [...] */, "ezpublish.rest.csrf_token_validated" => /* [...] */, "kernel.view" => /* [...] */), "listeners" => array("ezpublish.siteaccess" => /* [...] */), "sorted" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */), "listeners" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */)), "name" => "kernel.request"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:112   Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher->dispatch("kernel.request", Symfony\Component\HttpKernel\Event\GetResponseEvent Object ("response" => , "kernel" => Symfony\Bundle\FrameworkBundle\HttpKernel Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "dispatcher" => Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher Object ("logger" => /* [...] */, "called" => /* [...] */, "stopwatch" => /* [...] */, "profiler" => /* [...] */, "dispatcher" => /* [...] */, "wrappedListeners" => /* [...] */, "firstCalledEvent" => /* [...] */, "id" => /* [...] */), "resolver" => Symfony\Component\HttpKernel\Controller\TraceableControllerResolver Object ("resolver" => /* [...] */, "stopwatch" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => /* [...] */), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => /* [...] */), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => /* [...] */), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => /* [...] */, "cacheControl" => /* [...] */), "content" => , "languages" => array(0 => /* [...] */, 1 => /* [...] */, 2 => /* [...] */, 3 => /* [...] */), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => /* [...] */, "flashName" => /* [...] */, "attributeName" => /* [...] */), "locale" => , "defaultLocale" => "en"), "requestType" => 1, "propagationStopped" => , "dispatcher" => Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher Object ("container" => ezpublishProdDebugProjectContainer Object ("parameterBag" => /* [...] */, "services" => /* [...] */, "scopes" => /* [...] */, "scopeChildren" => /* [...] */, "scopedServices" => /* [...] */, "scopeStacks" => /* [...] */, "loading" => /* [...] */, "parameters" => /* [...] */), "listenerIds" => array("kernel.controller" => /* [...] */, "kernel.response" => /* [...] */, "kernel.exception" => /* [...] */, "ezpublish.siteaccess" => /* [...] */, "ezpublish_legacy.build_kernel_web_handler" => /* [...] */, "ezpublish_legacy.build_kernel" => /* [...] */, "ezpublish.api.contentException" => /* [...] */, "ezpublish.rest.csrf_token_validated" => /* [...] */, "kernel.view" => /* [...] */), "listeners" => array("ezpublish.siteaccess" => /* [...] */), "sorted" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */), "listeners" => array("kernel.request" => /* [...] */, "ezpublish.siteaccess" => /* [...] */)), "name" => "kernel.request"))
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:73    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("siteaccess" => /* [...] */, "semanticPathinfo" => /* [...] */, "viewParameters" => /* [...] */, "viewParametersString" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => array("SCRIPT_URL" => /* [...] */, "SCRIPT_URI" => /* [...] */, "ENVIRONMENT" => /* [...] */, "USE_DEBUGGING" => /* [...] */, "USE_HTTP_CACHE" => /* [...] */, "HTTP_HOST" => /* [...] */, "HTTP_CONNECTION" => /* [...] */, "HTTP_CACHE_CONTROL" => /* [...] */, "HTTP_ACCEPT" => /* [...] */, "HTTP_USER_AGENT" => /* [...] */, "HTTP_ACCEPT_ENCODING" => /* [...] */, "HTTP_ACCEPT_LANGUAGE" => /* [...] */, "HTTP_ACCEPT_CHARSET" => /* [...] */, "HTTP_COOKIE" => /* [...] */, "HTTP_IF_MODIFIED_SINCE" => /* [...] */, "PATH" => /* [...] */, "SERVER_SIGNATURE" => /* [...] */, "SERVER_SOFTWARE" => /* [...] */, "SERVER_NAME" => /* [...] */, "SERVER_ADDR" => /* [...] */, "SERVER_PORT" => /* [...] */, "REMOTE_ADDR" => /* [...] */, "DOCUMENT_ROOT" => /* [...] */, "SERVER_ADMIN" => /* [...] */, "SCRIPT_FILENAME" => /* [...] */, "REMOTE_PORT" => /* [...] */, "GATEWAY_INTERFACE" => /* [...] */, "SERVER_PROTOCOL" => /* [...] */, "REQUEST_METHOD" => /* [...] */, "QUERY_STRING" => /* [...] */, "REQUEST_URI" => /* [...] */, "SCRIPT_NAME" => /* [...] */, "PHP_SELF" => /* [...] */, "REQUEST_TIME_FLOAT" => /* [...] */, "REQUEST_TIME" => /* [...] */)), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => array()), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("adminNavigationTab" => /* [...] */, "contentStructureMenu" => /* [...] */, "eZSESSID59b88f37a0cd75e7c15e6bd7175f7672" => /* [...] */, "eZSESSID" => /* [...] */)), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => array("host" => /* [...] */, "connection" => /* [...] */, "cache-control" => /* [...] */, "accept" => /* [...] */, "user-agent" => /* [...] */, "accept-encoding" => /* [...] */, "accept-language" => /* [...] */, "accept-charset" => /* [...] */, "cookie" => /* [...] */, "if-modified-since" => /* [...] */, "x-php-ob-level" => /* [...] */), "cacheControl" => array("max-age" => /* [...] */)), "content" => , "languages" => array(0 => "fr", 1 => "en_GB", 2 => "en", 3 => "en_US"), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Object ("bags" => /* [...] */, "started" => /* [...] */, "closed" => /* [...] */, "saveHandler" => /* [...] */, "metadataBag" => /* [...] */), "flashName" => "flashes", "attributeName" => "attributes"), "locale" => , "defaultLocale" => "en"), 1)
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php:57  Symfony\Component\HttpKernel\HttpKernel->handle(Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("siteaccess" => /* [...] */, "semanticPathinfo" => /* [...] */, "viewParameters" => /* [...] */, "viewParametersString" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => array("SCRIPT_URL" => /* [...] */, "SCRIPT_URI" => /* [...] */, "ENVIRONMENT" => /* [...] */, "USE_DEBUGGING" => /* [...] */, "USE_HTTP_CACHE" => /* [...] */, "HTTP_HOST" => /* [...] */, "HTTP_CONNECTION" => /* [...] */, "HTTP_CACHE_CONTROL" => /* [...] */, "HTTP_ACCEPT" => /* [...] */, "HTTP_USER_AGENT" => /* [...] */, "HTTP_ACCEPT_ENCODING" => /* [...] */, "HTTP_ACCEPT_LANGUAGE" => /* [...] */, "HTTP_ACCEPT_CHARSET" => /* [...] */, "HTTP_COOKIE" => /* [...] */, "HTTP_IF_MODIFIED_SINCE" => /* [...] */, "PATH" => /* [...] */, "SERVER_SIGNATURE" => /* [...] */, "SERVER_SOFTWARE" => /* [...] */, "SERVER_NAME" => /* [...] */, "SERVER_ADDR" => /* [...] */, "SERVER_PORT" => /* [...] */, "REMOTE_ADDR" => /* [...] */, "DOCUMENT_ROOT" => /* [...] */, "SERVER_ADMIN" => /* [...] */, "SCRIPT_FILENAME" => /* [...] */, "REMOTE_PORT" => /* [...] */, "GATEWAY_INTERFACE" => /* [...] */, "SERVER_PROTOCOL" => /* [...] */, "REQUEST_METHOD" => /* [...] */, "QUERY_STRING" => /* [...] */, "REQUEST_URI" => /* [...] */, "SCRIPT_NAME" => /* [...] */, "PHP_SELF" => /* [...] */, "REQUEST_TIME_FLOAT" => /* [...] */, "REQUEST_TIME" => /* [...] */)), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => array()), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("adminNavigationTab" => /* [...] */, "contentStructureMenu" => /* [...] */, "eZSESSID59b88f37a0cd75e7c15e6bd7175f7672" => /* [...] */, "eZSESSID" => /* [...] */)), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => array("host" => /* [...] */, "connection" => /* [...] */, "cache-control" => /* [...] */, "accept" => /* [...] */, "user-agent" => /* [...] */, "accept-encoding" => /* [...] */, "accept-language" => /* [...] */, "accept-charset" => /* [...] */, "cookie" => /* [...] */, "if-modified-since" => /* [...] */, "x-php-ob-level" => /* [...] */), "cacheControl" => array("max-age" => /* [...] */)), "content" => , "languages" => array(0 => "fr", 1 => "en_GB", 2 => "en", 3 => "en_US"), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Object ("bags" => /* [...] */, "started" => /* [...] */, "closed" => /* [...] */, "saveHandler" => /* [...] */, "metadataBag" => /* [...] */), "flashName" => "flashes", "attributeName" => "attributes"), "locale" => , "defaultLocale" => "en"), 1, 1)
      ezpublish-community/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:197   Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("siteaccess" => /* [...] */, "semanticPathinfo" => /* [...] */, "viewParameters" => /* [...] */, "viewParametersString" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => array("SCRIPT_URL" => /* [...] */, "SCRIPT_URI" => /* [...] */, "ENVIRONMENT" => /* [...] */, "USE_DEBUGGING" => /* [...] */, "USE_HTTP_CACHE" => /* [...] */, "HTTP_HOST" => /* [...] */, "HTTP_CONNECTION" => /* [...] */, "HTTP_CACHE_CONTROL" => /* [...] */, "HTTP_ACCEPT" => /* [...] */, "HTTP_USER_AGENT" => /* [...] */, "HTTP_ACCEPT_ENCODING" => /* [...] */, "HTTP_ACCEPT_LANGUAGE" => /* [...] */, "HTTP_ACCEPT_CHARSET" => /* [...] */, "HTTP_COOKIE" => /* [...] */, "HTTP_IF_MODIFIED_SINCE" => /* [...] */, "PATH" => /* [...] */, "SERVER_SIGNATURE" => /* [...] */, "SERVER_SOFTWARE" => /* [...] */, "SERVER_NAME" => /* [...] */, "SERVER_ADDR" => /* [...] */, "SERVER_PORT" => /* [...] */, "REMOTE_ADDR" => /* [...] */, "DOCUMENT_ROOT" => /* [...] */, "SERVER_ADMIN" => /* [...] */, "SCRIPT_FILENAME" => /* [...] */, "REMOTE_PORT" => /* [...] */, "GATEWAY_INTERFACE" => /* [...] */, "SERVER_PROTOCOL" => /* [...] */, "REQUEST_METHOD" => /* [...] */, "QUERY_STRING" => /* [...] */, "REQUEST_URI" => /* [...] */, "SCRIPT_NAME" => /* [...] */, "PHP_SELF" => /* [...] */, "REQUEST_TIME_FLOAT" => /* [...] */, "REQUEST_TIME" => /* [...] */)), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => array()), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("adminNavigationTab" => /* [...] */, "contentStructureMenu" => /* [...] */, "eZSESSID59b88f37a0cd75e7c15e6bd7175f7672" => /* [...] */, "eZSESSID" => /* [...] */)), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => array("host" => /* [...] */, "connection" => /* [...] */, "cache-control" => /* [...] */, "accept" => /* [...] */, "user-agent" => /* [...] */, "accept-encoding" => /* [...] */, "accept-language" => /* [...] */, "accept-charset" => /* [...] */, "cookie" => /* [...] */, "if-modified-since" => /* [...] */, "x-php-ob-level" => /* [...] */), "cacheControl" => array("max-age" => /* [...] */)), "content" => , "languages" => array(0 => "fr", 1 => "en_GB", 2 => "en", 3 => "en_US"), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Object ("bags" => /* [...] */, "started" => /* [...] */, "closed" => /* [...] */, "saveHandler" => /* [...] */, "metadataBag" => /* [...] */), "flashName" => "flashes", "attributeName" => "attributes"), "locale" => , "defaultLocale" => "en"), 1, 1)
      ezpublish-community/web/index.php:59     Symfony\Component\HttpKernel\Kernel->handle(Symfony\Component\HttpFoundation\Request Object ("attributes" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("siteaccess" => /* [...] */, "semanticPathinfo" => /* [...] */, "viewParameters" => /* [...] */, "viewParametersString" => /* [...] */)), "request" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "query" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array()), "server" => Symfony\Component\HttpFoundation\ServerBag Object ("parameters" => array("SCRIPT_URL" => /* [...] */, "SCRIPT_URI" => /* [...] */, "ENVIRONMENT" => /* [...] */, "USE_DEBUGGING" => /* [...] */, "USE_HTTP_CACHE" => /* [...] */, "HTTP_HOST" => /* [...] */, "HTTP_CONNECTION" => /* [...] */, "HTTP_CACHE_CONTROL" => /* [...] */, "HTTP_ACCEPT" => /* [...] */, "HTTP_USER_AGENT" => /* [...] */, "HTTP_ACCEPT_ENCODING" => /* [...] */, "HTTP_ACCEPT_LANGUAGE" => /* [...] */, "HTTP_ACCEPT_CHARSET" => /* [...] */, "HTTP_COOKIE" => /* [...] */, "HTTP_IF_MODIFIED_SINCE" => /* [...] */, "PATH" => /* [...] */, "SERVER_SIGNATURE" => /* [...] */, "SERVER_SOFTWARE" => /* [...] */, "SERVER_NAME" => /* [...] */, "SERVER_ADDR" => /* [...] */, "SERVER_PORT" => /* [...] */, "REMOTE_ADDR" => /* [...] */, "DOCUMENT_ROOT" => /* [...] */, "SERVER_ADMIN" => /* [...] */, "SCRIPT_FILENAME" => /* [...] */, "REMOTE_PORT" => /* [...] */, "GATEWAY_INTERFACE" => /* [...] */, "SERVER_PROTOCOL" => /* [...] */, "REQUEST_METHOD" => /* [...] */, "QUERY_STRING" => /* [...] */, "REQUEST_URI" => /* [...] */, "SCRIPT_NAME" => /* [...] */, "PHP_SELF" => /* [...] */, "REQUEST_TIME_FLOAT" => /* [...] */, "REQUEST_TIME" => /* [...] */)), "files" => Symfony\Component\HttpFoundation\FileBag Object ("parameters" => array()), "cookies" => Symfony\Component\HttpFoundation\ParameterBag Object ("parameters" => array("adminNavigationTab" => /* [...] */, "contentStructureMenu" => /* [...] */, "eZSESSID59b88f37a0cd75e7c15e6bd7175f7672" => /* [...] */, "eZSESSID" => /* [...] */)), "headers" => Symfony\Component\HttpFoundation\HeaderBag Object ("headers" => array("host" => /* [...] */, "connection" => /* [...] */, "cache-control" => /* [...] */, "accept" => /* [...] */, "user-agent" => /* [...] */, "accept-encoding" => /* [...] */, "accept-language" => /* [...] */, "accept-charset" => /* [...] */, "cookie" => /* [...] */, "if-modified-since" => /* [...] */, "x-php-ob-level" => /* [...] */), "cacheControl" => array("max-age" => /* [...] */)), "content" => , "languages" => array(0 => "fr", 1 => "en_GB", 2 => "en", 3 => "en_US"), "charsets" => , "acceptableContentTypes" => , "pathInfo" => "/ezsetup", "requestUri" => "/ezsetup", "baseUrl" => "", "basePath" => , "method" => "GET", "format" => , "session" => Symfony\Component\HttpFoundation\Session\Session Object ("storage" => Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage Object ("bags" => /* [...] */, "started" => /* [...] */, "closed" => /* [...] */, "saveHandler" => /* [...] */, "metadataBag" => /* [...] */), "flashName" => "flashes", "attributeName" => "attributes"), "locale" => , "defaultLocale" => "en"))
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            patrick.allaert-obsolete@ez.no Patrick Allaert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 50 minutes
                50m