https://frontdev.lagence.expert/sitemap.xml

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_format
"xml"
_stopwatch_token
"df3248"
exception
Error {#1799
  #message: "Call to a member function getHost() on null"
  #code: 0
  #file: "/data/www/frontdev/src/Controller/Client/AbstractClientController.php"
  #line: 122
  trace: {
    /data/www/frontdev/src/Controller/Client/AbstractClientController.php:122 {
      App\Controller\Client\AbstractClientController->__construct(RequestStack $request, AccountingFirmRepository $accountingFirmRepository, AliasRepository $aliasrepository, MailerInterface $mailer, SendContactEmail $CE, Environment $twig, WebSite $site, AnnouncementRepository $announcementRepository, DynDataRepository $dynDataRepository, QueriesV2Manager $serviceQMV2, MoneticoService $moneticoService, LoggerInterface $logger, AccountingFirmResolver $accountingFirmResolver, CacheInterface $cache) …
      › 
      › $theHost = $this->accountingFirm->getHost();$this->theHost = $theHost;
    }
    /data/www/frontdev/var/cache/dev/ContainerSoqyKnI/getClientControllerService.php:26 {
      ContainerSoqyKnI\getClientControllerService::do($container, $lazyLoad = true) …
      › 
      › $container->services['App\\Controller\\Client\\ClientController'] = $instance = new \App\Controller\Client\ClientController(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['App\\Repository\\AccountingFirmRepository'] ?? $container->load('getAccountingFirmRepositoryService')), ($container->services['App\\Repository\\AliasRepository'] ?? $container->load('getAliasRepositoryService')), ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService')), ($container->services['App\\Services\\SendContactEmail'] ?? $container->load('getSendContactEmailService')), ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()), ($container->services['App\\Services\\WebSite'] ?? ($container->services['App\\Services\\WebSite'] = new \App\Services\WebSite(($container->services['kernel'] ?? $container->get('kernel', 1))))), ($container->services['App\\Repository\\AnnouncementRepository'] ?? $container->load('getAnnouncementRepositoryService')), ($container->services['App\\Repository\\DynDataRepository'] ?? $container->load('getDynDataRepositoryService')), ($container->services['App\\Services\\QueriesV2Manager'] ?? $container->getQueriesV2ManagerService()), ($container->services['App\\Services\\MoneticoService'] ?? ($container->services['App\\Services\\MoneticoService'] = new \App\Services\MoneticoService())), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['App\\Services\\AccountingFirmResolver'] ?? $container->load('getAccountingFirmResolverService')), ($container->services['cache.app'] ?? $container->getCache_AppService()));}
    /data/www/frontdev/var/cache/dev/ContainerSoqyKnI/App_KernelDevDebugContainer.php:1583 {
      ContainerSoqyKnI\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
      › 
      ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
    }
    /data/www/frontdev/vendor/symfony/dependency-injection/Container.php:238 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
    }
    /data/www/frontdev/vendor/symfony/dependency-injection/Container.php:220 {
      Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
      ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
    }
    /data/www/frontdev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
      Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
      › if ($this->container->has($class)) {    return $this->container->get($class);}
    }
    /data/www/frontdev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
      Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
      › {    $controller = parent::instantiateController($class);}
    /data/www/frontdev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
      › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
    }
    /data/www/frontdev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
      Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
      › 
      ›     return parent::createController($controller);}
    }
    /data/www/frontdev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
      › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
    }
    /data/www/frontdev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:39 {
      Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
      › try {    return $this->resolver->getController($request);} finally {
    }
    /data/www/frontdev/vendor/symfony/http-kernel/HttpKernel.php:146 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
    }
    /data/www/frontdev/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/www/frontdev/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /data/www/frontdev/public/index.php:22 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#860 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"frontdev.lagence.expert"
referer
"http://frontdev.lagence.expert/sitemap.xml"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.50"
x-forwarded-proto
"https"
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/xml"
date
"Wed, 25 Mar 2026 17:55:59 GMT"
vary
"Accept"
x-debug-exception
"Call%20to%20a%20member%20function%20getHost%28%29%20on%20null"
x-debug-exception-file
"%2Fdata%2Fwww%2Ffrontdev%2Fsrc%2FController%2FClient%2FAbstractClientController.php:122"
x-debug-token
"bdd8cb"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"8a4db510819a41a5dedf128d3a638e30"
CALENDLY_AMIRA_GMB_LINKEDIN_URL
"https://calendly.com/amira-lagence/activation"
CALENDLY_SECRET_KEY
"test-calendly-secret-key-change-me"
CORS_ALLOW_ORIGIN
"*"
DATABASE_URL
"mysql://root:Jjh4j9JBd!1Ea@127.0.0.1:3306/expert57_actualite_frontdev?serverVersion=5.7"
DOMAIN_QRCODE
"https://qr.lagence.expert"
DOMAIN_SHORT_URL
"cmpt.ec"
DOMAIN_VCARD
"https://vcard-frontdev.lagence.expert"
DOMAIN_WIDGET_ACTU
"https://frontdev-w-actu.lagence.expert"
DOMAIN_WIDGET_APPELLE_TON_EC
"https://widget-appelle-ton-ec.lagence.expert"
DOMAIN_WIDGET_CE
"https://widget-ce.lagence.expert"
DOMAIN_WIDGET_CIR
"https://widget-cir.lagence.expert"
DOMAIN_WIDGET_ELECTRONIC_INVOICE
"https://widget-electronic-invoice.lagence.expert"
DOMAIN_WIDGET_EVENT
"https://widget-event.lagence.expert"
DOMAIN_WIDGET_HELPERS_FIRMS
"https://widget-helpers-firms.lagence.expert"
DOMAIN_WIDGET_PODCAST
"https://widget-podcast.lagence.expert"
DOMAIN_WIDGET_PODCAST_PRIVATE
"https://widget-podcast-prive.lagence.expert"
DOMAIN_WIDGET_RECOMMENDATION
"https://widget-recommendation.lagence.expert"
DOMAIN_WIDGET_RGPD
"https://frontdev-w-rgpd.lagence.expert"
DOMAIN_WIDGET_SATISFACTION_CLIENT
"https://widget-satisfaction-client.lagence.expert"
DOMAIN_WIDGET_SIMU
"https://frontdev-w-simu.lagence.expert"
DOMAIN_WIDGET_SPONSORSHIP
"https://widget-sponsorship.lagence.expert"
DOMAIN_WIDGET_SURVEY
"https://widget-survey.lagence.expert"
DOMAIN_WIDGET_TOUS_EN_LIGNE
"https://widget-tous-en-ligne.lagence.expert"
EMAILING_MAX_TOKEN_DEFAULT
"250"
ENCRYPTION_KEY
"z75afu8JEL2skxPmSG1MW8CVBsmT9f9v7FPRTCcpCco="
FFMPEG_BINARY
"/usr/bin/ffmpeg"
FFPROBE_BINARY
"/usr/bin/ffmprobe"
GOOGLE_CLIENT_ID
"884062928013-b0d2f6jpkqri65pkb2c19hnebjbe3ib7.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
GOOGLE_RECAPTCHA_SECRET
"6LcWsIYcAAAAAAwscFW3SY5jM3LIicC_7j6fXDKi"
GOOGLE_RECAPTCHA_SITE_KEY
"6LcWsIYcAAAAAF1rYbiA33TxnYSYy0QUDwET5eQl"
GOOGLE_REFRESH_TOKEN
"1//04_KSdS3WFimGCgYIARAAGAQSNwF-L9IrSW1vT7B0AGp5Rs9LjZs65M9A2qAm5X6TM27PLkHDGRPU5-VWUGCUFaRnX1x08DBu9oI"
JWT_PASSPHRASE
"admin"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LINKEDIN_CREDENTIALS_SECRET
"super-long-secret-key-change-me"
MAILER_DSN
"mailjet+api://67efeda5325e674908f1fa24dbd2257c:a062b21246cd76000cfafa93109c7b8c@api.mailjet.com"
MAILER_DSN_IMPORTANT
"smtp://localhost"
MAILER_URL
"null://localhost"
MAILING_SENDER_ADMIN
"rudy@lagence.expert"
MAILING_TUTO_URL
"https://www.lagence.expert/video/tutoriel-acces-client"
MAILJET_SANDBOX_MODE
"false"
MESSENGER_TRANSPORT_DSN
"redis://zeyVgLKVbHlZvBvHbRPC7xgnOytjbog3YEgRNEEUtFTgSQmFRDZWrj0elhzzMfmdO0OHYlYrkNEUkeItVzMjbxdFqPtY9uXv6tKm@10.0.0.10:6379/mailing"
SELLSY_CONSUMER_KEY
"b66edb2a7cd0f7477aad360e295584a2cbef100d"
SELLSY_CONSUMER_SECRET
"2087f79a5c344be91501f78aa8ab9efda66d4f61"
SELLSY_SECRET
"5d31b228510ab0f0e57f0aaab14e7fcb6d83aa06"
SELLSY_TOKEN
"abdd7a936006f0a4de6bdfd6afbd7d1199be7430"
SENTRY_DSN
""
SMS_MAX_CREDIT_DEFAULT
"50"
TRELLO_API_KEY
"73c2204d9fa80befc83333c058a5fba3"
TRELLO_API_TOKEN
"ATTA87819466cbb4442355eb4b056e2f41c5615ab362ff67add28791c78a0d16dd76A7048113"
TRELLO_ENABLED
"1"
TRELLO_MEMBER_CLAIRE_ID
"5f6c5831beb3535f276fd10b"
TRELLO_MEMBER_KARINE_ID
"5ebaaf08b0bedd556c14bdd0"
TRELLO_MEMBER_RUDY_ID
"52a56faa70ba651f5500074e"
TRELLO_WEBHOOK_CALLBACK_URL
"https://TODO/webhooks/trello"
TRELLO_WORKSPACE_ID
"5fb546cbff43d92162ae8e07"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/data/www/frontdev/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/www/frontdev/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"frontdev.lagence.expert"
HTTP_REFERER
"http://frontdev.lagence.expert/sitemap.xml"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.50"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/sitemap.xml"
REDIRECT_forwarded
"1"
REMOTE_ADDR
"10.0.0.254"
REMOTE_PORT
"5274"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1774461359
REQUEST_TIME_FLOAT
1774461359.3473
REQUEST_URI
"/sitemap.xml"
SCRIPT_FILENAME
"/data/www/frontdev/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.0.0.1"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"frontdev.lagence.expert"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,CORS_ALLOW_ORIGIN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_DSN,MAILER_DSN_IMPORTANT,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,MAILER_URL,SELLSY_TOKEN,SELLSY_SECRET,SELLSY_CONSUMER_KEY,SELLSY_CONSUMER_SECRET,TRUSTED_PROXIES,DOMAIN_WIDGET_SIMU,DOMAIN_WIDGET_ACTU,DOMAIN_WIDGET_PODCAST,DOMAIN_WIDGET_RGPD,DOMAIN_WIDGET_APPELLE_TON_EC,DOMAIN_WIDGET_CIR,DOMAIN_WIDGET_TOUS_EN_LIGNE,DOMAIN_QRCODE,DOMAIN_VCARD,DOMAIN_WIDGET_CE,DOMAIN_WIDGET_PODCAST_PRIVATE,DOMAIN_WIDGET_HELPERS_FIRMS,DOMAIN_WIDGET_EVENT,DOMAIN_WIDGET_SPONSORSHIP,DOMAIN_WIDGET_RECOMMENDATION,DOMAIN_WIDGET_SURVEY,DOMAIN_SHORT_URL,DOMAIN_WIDGET_SATISFACTION_CLIENT,DOMAIN_WIDGET_ELECTRONIC_INVOICE,MESSENGER_TRANSPORT_DSN,MAILING_TUTO_URL,MAILING_SENDER_ADMIN,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_REFRESH_TOKEN,FFMPEG_BINARY,FFPROBE_BINARY,EMAILING_MAX_TOKEN_DEFAULT,TRELLO_API_KEY,TRELLO_API_TOKEN,TRELLO_WORKSPACE_ID,TRELLO_WEBHOOK_CALLBACK_URL,TRELLO_MEMBER_KARINE_ID,TRELLO_MEMBER_RUDY_ID,TRELLO_MEMBER_CLAIRE_ID,TRELLO_ENABLED,SENTRY_DSN,MAILJET_SANDBOX_MODE,CALENDLY_AMIRA_GMB_LINKEDIN_URL,LINKEDIN_CREDENTIALS_SECRET,CALENDLY_SECRET_KEY,ENCRYPTION_KEY,SMS_MAX_CREDIT_DEFAULT"
USER
"www-data"
forwarded
"1"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 1b72b6)

Key Value
_controller
"App\Controller\Client\ClientController::sitemap"
_firewall_context
"security.firewall.map.context.main"
_format
"xml"
_remove_csp_headers
true
_route
"client_sitemap"
_route_params
[
  "_format" => "xml"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"763968"