Deprecated: Constant E_STRICT is deprecated in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

Error 500 Internal Server Error

GET https://cdsfzgu-grzoh.josette-tic.com/

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"f65d0e"
exception
RuntimeException {#824
  #message: "Failed to start the session because headers have already been sent by "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php" at line 42."
  #code: 0
  #file: "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php"
  #line: 132
  trace: {
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:132 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › if (filter_var(\ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOL) && headers_sent($file, $line)) {    throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line));}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-foundation/Session/Session.php:201 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-foundation/Session/Session.php:221 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-foundation/Session/Session.php:74 {
      Symfony\Component\HttpFoundation\Session\Session->set(string $name, mixed $value) …
      › {    $this->getAttributeBag()->set($name, $value);}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Util/TargetPathTrait.php:28 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->saveTargetPath(SessionInterface $session, string $firewallName, string $uri) …
      › {    $session->set('_security.'.$firewallName.'.target_path', $uri);}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Firewall/ExceptionListener.php:224 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->setTargetPath(Request $request) …
      › if ($request->hasSession() && $request->isMethodSafe() && !$request->isXmlHttpRequest()) {    $this->saveTargetPath($request->getSession(), $this->firewallName, $request->getUri());}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Firewall/ExceptionListener.php:195 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->startAuthentication(Request $request, AuthenticationException $authException): Response …
      › if (!$this->stateless) {    $this->setTargetPath($request);}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Firewall/ExceptionListener.php:148 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->handleAccessDeniedException(ExceptionEvent $event, AccessDeniedException $exception) …
      › 
      ›     $event->setResponse($this->startAuthentication($event->getRequest(), $insufficientAuthenticationException));} catch (\Exception $e) {
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Firewall/ExceptionListener.php:103 {
      Symfony\Component\Security\Http\Firewall\ExceptionListener->onKernelException(ExceptionEvent $event) …
      › if ($exception instanceof AccessDeniedException) {    $this->handleAccessDeniedException($event, $exception);}
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-kernel/HttpKernel.php:221 {
      Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
      › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-kernel/HttpKernel.php:89 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->handleThrowable($e, $request, $type);} finally {
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-kernel/Kernel.php:184 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/u761779440/domains/josette-tic.com/public_html/intranet-staging/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#63 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"cdsfzgu-grzoh.josette-tic.com"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 31 Jan 2026 10:47:35 GMT"
vary
"Accept"
x-debug-exception
"Failed%20to%20start%20the%20session%20because%20headers%20have%20already%20been%20sent%20by%20%22%2Fhome%2Fu761779440%2Fdomains%2Fjosette-tic.com%2Fpublic_html%2Fintranet-staging%2Fvendor%2Fsymfony%2Fdoctrine-bridge%2FSecurity%2FUser%2FEntityUserProvider.php%22%20at%20line%2042."
x-debug-exception-file
"%2Fhome%2Fu761779440%2Fdomains%2Fjosette-tic.com%2Fpublic_html%2Fintranet-staging%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FNativeSessionStorage.php:132"
x-debug-token
"f27aff"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 78
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 46
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 70
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/public/index.php"
    "line" => 5
    "args" => [
      "/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"d337f488c26e73faa9d43d74ec382927"
DATABASE_URL
"mysql://u761779440_stagingintra:4RG8Qpor7&NI@127.0.0.1:3306/u761779440_stagingintra?serverVersion=mariadb-10.4.118&charset=utf8mb4"
KLAVIYO_API_KEY
"pk_18b89684e8ebaa771bfa5e1699635ed8d6"
KLAVIYO_WEBHOOK_TOKEN
"int_4f68fzef8v4ze164ze8v4z8z5ef6ze48fz56e1fv3fd5vf68d4b8rdji1kly32u1kuik4ui56l8u4l651k"
LOCATION_ID
"70021087465"
LOCATION_ID_TRAIT_TARTINE
"72335098152"
LOCK_DSN
"flock"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
ODOO_DATABASE
"odoo-ps-psbe-josette-and-tic-main-3916016"
ODOO_DATABASE_TRAIT_TARTINE
"trait-tartine"
ODOO_PASSWORD
"NqzRk&854zSB"
ODOO_PASSWORD_TRAIT_TARTINE
"86741a7044f12a3c0c3b22cd55767f97e8a0ca19"
ODOO_USERNAME
"clement@josette-tic.com"
ODOO_USERNAME_TRAIT_TARTINE
"philomene@trait-tartine.com"
PROM_METRICS_DSN
"apcu"
SENTRY_DSN
"https://efce577a4ed040428cd9843b7b598af1@romantic-quetzal.pikapod.net/4"
SHOPIFY_ACCESS_TOKEN
"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"
SHOPIFY_ACCESS_TOKEN_TRAIT_TARTINE
"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"
SHOPIFY_SHARED_SECRET
"e38a2a7c2b85ec5f10c617cd5487614b"
SHOPIFY_SHOP_URL
"https://test-josette-theme.myshopify.com/"
SHOPIFY_SHOP_URL_TRAIT_TARTINE
"https://trait-tartine-theme.myshopify.com"
SHOPIFY_TOKEN
"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"
TESTING
"true"
URL_DOMAIN
"https://intranet.josette-tic.com"
WEATHER_API_KEY
"4fca7d0bc5d742caaac63539251106"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
CRAWLER_USLEEP
"1000"
DOCUMENT_ROOT
"/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/public"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"cdsfzgu-grzoh.josette-tic.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
H_CANARY
"false"
H_PLATFORM
"Hostinger"
H_STAGING
"false"
H_TYPE
"business"
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"216.73.216.62"
REMOTE_PORT
"3087"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1769856454
REQUEST_TIME_FLOAT
1769856454.8951
REQUEST_URI
"/"
SCRIPT_FILENAME
"/home/u761779440/domains/josette-tic.com/public_html/intranet-staging/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://cdsfzgu-grzoh.josette-tic.com/"
SCRIPT_URL
"/"
SERVER_ADDR
"147.79.98.138"
SERVER_ADMIN
""
SERVER_NAME
"cdsfzgu-grzoh.josette-tic.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,PROM_METRICS_DSN,SENTRY_DSN,KLAVIYO_WEBHOOK_TOKEN,LOCK_DSN,TESTING,MAILER_DSN,ODOO_USERNAME,ODOO_PASSWORD,ODOO_DATABASE,SHOPIFY_TOKEN,SHOPIFY_SHOP_URL,LOCATION_ID,SHOPIFY_ACCESS_TOKEN,URL_DOMAIN,ODOO_USERNAME_TRAIT_TARTINE,ODOO_PASSWORD_TRAIT_TARTINE,ODOO_DATABASE_TRAIT_TARTINE,SHOPIFY_ACCESS_TOKEN_TRAIT_TARTINE,SHOPIFY_SHOP_URL_TRAIT_TARTINE,LOCATION_ID_TRAIT_TARTINE,KLAVIYO_API_KEY,SHOPIFY_SHARED_SECRET,WEATHER_API_KEY"
UNIQUE_ID
"d@BoCbmhOtfAHUtE5yY9pKQY"
X-LSCACHE
"on,crawler,esi,combine"
X_SPDY
"HTTP2"
ratelimited_meta_externalagent
"1"

Parent Request

Return to parent request (token = 7c8325)

Key Value
_controller
"App\Controller\IndexController::index"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"app_index"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"dd723e"